Loading [MathJax]/extensions/TeX/AMSsymbols.js
LALPulsar 7.1.1.1-b246709
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
lalpulsar_knope_result_page.create_data_table Class Reference

Detailed Description

Definition at line 239 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 247 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 340 of file lalpulsar_knope_result_page.py.

◆ Bkplots()

def lalpulsar_knope_result_page.create_data_table.Bkplots (   self)

Definition at line 401 of file lalpulsar_knope_result_page.py.

◆ asdplots()

def lalpulsar_knope_result_page.create_data_table.asdplots (   self)

Definition at line 406 of file lalpulsar_knope_result_page.py.

◆ fscanplots()

def lalpulsar_knope_result_page.create_data_table.fscanplots (   self)

Definition at line 411 of file lalpulsar_knope_result_page.py.

◆ asds()

def lalpulsar_knope_result_page.create_data_table.asds (   self)

Definition at line 416 of file lalpulsar_knope_result_page.py.

◆ get_stats()

def lalpulsar_knope_result_page.create_data_table.get_stats (   self)

Definition at line 420 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 444 of file lalpulsar_knope_result_page.py.

◆ create_table()

def lalpulsar_knope_result_page.create_data_table.create_table (   self)

Definition at line 463 of file lalpulsar_knope_result_page.py.

◆ __str__()

def lalpulsar_knope_result_page.create_data_table.__str__ (   self)

Definition at line 501 of file lalpulsar_knope_result_page.py.