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

Class SummaryState

source code

object --+
         |
        SummaryState

Object representing a choice of IFO state.

Instance Methods [hide private]
summary.SummaryState
__init__(self, name)
Define a new SummaryState with the given name
source code
 
start_time(self) source code
 
end_time(self) source code
 
span(self) source code
 
segments(self) source code

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, name)
(Constructor)

source code 

Define a new SummaryState with the given name

Parameters:
  • name (str) - descriptive name for this SummaryState
Returns: summary.SummaryState
a new SummaryState object
Overrides: object.__init__

start_time(self)

source code 
Decorators:
  • @start_time.deleter

end_time(self)

source code 
Decorators:
  • @end_time.deleter

span(self)

source code 
Decorators:
  • @span.deleter

segments(self)

source code 
Decorators:
  • @segments.deleter