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

Class HvetoSummaryTab

source code

   object --+        
            |        
   SummaryTab --+    
                |    
TriggerSummaryTab --+
                    |
                   HvetoSummaryTab

Object representing a summary of auxiliary channel triggers.

Instance Methods [hide private]
 
__init__(self, *args, **kwargs)
Initialise a SummaryTab object.
source code
 
plothistogram(self, outfile, rnd, **kwargs)
Kludge, rnd=0 is all the rounds combined
source code
 
plotcoincs(self, outfile, rnd, **kwargs)
Plot the coincident triggers between the given round
source code
 
finalize(self)
Generate a glue.markup.page summarising the auxiliary channel triggers for this AuxTriggerSummaryTab.
source code

Inherited from TriggerSummaryTab: add_triggers, plotautocorrelation, plotrate, plottable, toxml

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)

plothistogram(self, outfile, rnd, **kwargs)

source code 

Kludge, rnd=0 is all the rounds combined

Parameters:
  • outfile - filename for plot
  • channels - list of channels to plot
  • subplot - record plot as a subplot, default: False
  • **kwargs - other arguments to pass to plottriggers.plothistogram
Overrides: TriggerSummaryTab.plothistogram

finalize(self)

source code 

Generate a glue.markup.page summarising the auxiliary channel triggers for this AuxTriggerSummaryTab.

Overrides: TriggerSummaryTab.finalize