LALPulsar  6.1.0.1-89842e6
lalpulsar_knope_result_page.create_data_table Class Reference

Detailed Description

Definition at line 232 of file lalpulsar_knope_result_page.py.

Public Member Functions

def __init__ (self, datafiles, outputdir, figformats=["png"], asdtime=86400, harmonics=[2.0])
 Initialise with a dictionary keyed in detector names containing paths to the equivalent pre-processed data file(s) for that detector (if harmonics contains more than one frequency harmonic this there should be a list of files, with one for each harmonic and given in the same order as the harmonics lists). More...
 
def create_plots (self)
 
def Bkplots (self)
 
def asdplots (self)
 
def fscanplots (self)
 
def asds (self)
 
def get_stats (self)
 
def analysis_stats_td (self, ifo)
 
def create_table (self)
 
def __str__ (self)
 

Constructor & Destructor Documentation

◆ __init__()

def lalpulsar_knope_result_page.create_data_table.__init__ (   self,
  datafiles,
  outputdir,
  figformats = ["png"],
  asdtime = 86400,
  harmonics = [2.0] 
)

Initialise with a dictionary keyed in detector names containing paths to the equivalent pre-processed data file(s) for that detector (if harmonics contains more than one frequency harmonic this there should be a list of files, with one for each harmonic and given in the same order as the harmonics lists).

figformats gives a list of the output figure formats (defaulting to .png), and asd time is the time to use for each FFT when creating the spectrograms/ASDs, which defaults to 86400 seconds (1 day).

Definition at line 240 of file lalpulsar_knope_result_page.py.

Member Function Documentation

◆ create_plots()

def lalpulsar_knope_result_page.create_data_table.create_plots (   self)

Definition at line 333 of file lalpulsar_knope_result_page.py.

◆ Bkplots()

def lalpulsar_knope_result_page.create_data_table.Bkplots (   self)

Definition at line 394 of file lalpulsar_knope_result_page.py.

◆ asdplots()

def lalpulsar_knope_result_page.create_data_table.asdplots (   self)

Definition at line 399 of file lalpulsar_knope_result_page.py.

◆ fscanplots()

def lalpulsar_knope_result_page.create_data_table.fscanplots (   self)

Definition at line 404 of file lalpulsar_knope_result_page.py.

◆ asds()

def lalpulsar_knope_result_page.create_data_table.asds (   self)

Definition at line 409 of file lalpulsar_knope_result_page.py.

◆ get_stats()

def lalpulsar_knope_result_page.create_data_table.get_stats (   self)

Definition at line 413 of file lalpulsar_knope_result_page.py.

◆ analysis_stats_td()

def lalpulsar_knope_result_page.create_data_table.analysis_stats_td (   self,
  ifo 
)

Definition at line 437 of file lalpulsar_knope_result_page.py.

◆ create_table()

def lalpulsar_knope_result_page.create_data_table.create_table (   self)

Definition at line 456 of file lalpulsar_knope_result_page.py.

◆ __str__()

def lalpulsar_knope_result_page.create_data_table.__str__ (   self)

Definition at line 494 of file lalpulsar_knope_result_page.py.