Package pylal :: Package dq :: Module summary :: Class RangeSummaryTab
[hide private]
[frames] | no frames]

Class RangeSummaryTab

source code

object --+        
         |        
SummaryTab --+    
             |    
DataSummaryTab --+
                 |
                RangeSummaryTab

SummaryTab representing a summary of detection range extracted from frames directly or calculated from h(t).

Instance Methods [hide private]
 
__init__(self, *args, **kwargs)
Initialise a SummaryTab object.
source code
 
add_source(self, sourcedict) source code
 
trigsegments(self) source code
 
finalize(self)
Generate a markup.page object representing the HTML summary of the data associated with this RangeSummaryTAb.
source code

Inherited from DataSummaryTab: add_design_spectrum, add_max_spectrum, add_median_spectrum, add_min_spectrum, add_reference_spectrum, add_spectrogram, add_timeseries, plothistogram, plotspectrogram, plotspectrum, plottimeseries

Inherited from SummaryTab: add_child, add_information, build, directory, end_time, frametohtml, get_child, href, index, name, plots, segments, span, start_time, subplots, write_ifo_links, write_menu

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]

Inherited from SummaryTab: ifo, mode

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, *args, **kwargs)
(Constructor)

source code 

Initialise a SummaryTab object. At least a name must be given.

Parameters:
  • name - a name string for the tab
Overrides: object.__init__
(inherited documentation)

trigsegments(self)

source code 
Decorators:
  • @trigsegments.deleter

finalize(self)

source code 

Generate a markup.page object representing the HTML summary of the data associated with this RangeSummaryTAb.

Overrides: DataSummaryTab.finalize