Object representing a summary of segments.
|
|
|
|
|
|
|
|
|
|
|
tosegwizard(self,
flag,
filename=None)
Write the segments know for the given flag to a segwizard format
file. |
source code
|
|
|
|
plotsegments(self,
outfile,
subplot=False,
**kwargs)
Plot the segments associated with this SegmentSummaryTab. |
source code
|
|
|
|
plotduration(self,
outfile,
flag,
subplot=False,
**kwargs)
Plot the segment durations for the given flag. |
source code
|
|
|
|
plothistogram(self,
outfile,
subplot=False,
**kwargs)
Plot a histogram of the segments associated with this
SegmentSummaryTab. |
source code
|
|
|
|
plotdutycycle(self,
outfile,
subplot=False,
**kwargs)
Plot the duty cycle of segments associated with this
SegmentSummaryTab. |
source code
|
|
|
|
finalize(self)
Generate a markup.page object representing the HTML summary of the
segments associated with this SegmentSummaryTab. |
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__
|