Object representing a summary of triggers.
|
|
|
|
|
|
|
|
toxml(self,
channel,
filename=None)
Write the trigtable for the given channel to an xml file. |
source code
|
|
|
|
plottable(self,
outfile,
channels=None,
subplot=False,
**kwargs)
Plot the triggers for this TriggerSummary, one column against
another. |
source code
|
|
|
|
plothistogram(self,
outfile,
channels=None,
subplot=False,
**kwargs)
Plot a histogram of the triggers for this TriggerSummary. |
source code
|
|
|
|
plotrate(self,
outfile,
channels=None,
subplot=False,
**kwargs)
Plot the rate of triggers for this TriggerSummary. |
source code
|
|
|
|
plotautocorrelation(self,
outfile,
channels=None,
subplot=False,
**kwargs)
Plot the auto correlation function of the trigers for this
TriggerSummary. |
source code
|
|
|
|
finalize(self,
snrs=[5,8,10,20,50,100,500,1000])
Generate a markup.page object summarising the triggers in this
TriggerSummaryTab. |
source code
|
|
|
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__
|