LALInspiral 5.0.3.1-eeff03c
lalinspiral.inspinjfind.SnglInspiral Class Reference

Detailed Description

Version of lsctables.SnglInspiral who's .__cmp__() method compares this object's .end value directly to the value of other.

Allows a list of instances of this class sorted by .end to be bisection searched for a LIGOTimeGPS end time.

Definition at line 74 of file inspinjfind.py.

Inherits lsctables.SnglInspiral.

Public Member Functions

def __lt__ (self, other)
 
def __eq__ (self, other)
 

Data Fields

 end
 

Member Function Documentation

◆ __lt__()

def lalinspiral.inspinjfind.SnglInspiral.__lt__ (   self,
  other 
)

Definition at line 77 of file inspinjfind.py.

◆ __eq__()

def lalinspiral.inspinjfind.SnglInspiral.__eq__ (   self,
  other 
)

Definition at line 80 of file inspinjfind.py.

Field Documentation

◆ end

lalinspiral.inspinjfind.SnglInspiral.end

Definition at line 81 of file inspinjfind.py.