SummaryTab representing the summary of data extracted from frames.
|
|
|
|
|
|
|
|
add_spectrogram(self,
channel,
*sequencelist)
Add a list of REAL8VectorSequence objects as the spectrogram for this
channel. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
plottimeseries(self,
outfile,
channels=None,
subplot=False,
**kwargs)
Plot the timeseries for this TriggerSummary, one column against
another. |
source code
|
|
|
|
plothistogram(self,
outfile,
channels=None,
subplot=False,
**kwargs)
Plot the histogram of data contained with the timeseries' for this
DataSummary. |
source code
|
|
|
|
plotspectrogram(self,
outfile,
channel=None,
ratio=None,
subplot=False,
**kwargs)
Plot the spectrogram of the given channel |
source code
|
|
|
|
plotspectrum(self,
outfile,
channel=None,
psd=False,
subplot=False,
**kwargs)
Plot the spectrum of the given channel |
source code
|
|
|
|
finalize(self)
Generate a markup.page object representing the HTML summary of the
data associated with this DataSummaryTab. |
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__
|