Prototypes | |
| def | lalburst.snglcoinc.light_travel_time (instrument1, instrument2) |
| Compute and return the time required for light to travel through free space the distance separating the two instruments. More... | |
Go to the source code of this file.
Data Structures | |
| class | lalburst.snglcoinc.singlesqueue |
| Queue a stream of partially time ordered events: as new events are added, sort them into the queue in time order; maintain a record of the time up-to which the list of events is complete; and provide events sorted in time order to coincidence tests. More... | |
| class | lalburst.snglcoinc.coincgen_doubles |
| Using a pair of singlesqueue objects, constructs pairs of coincident events from streams of partially time-ordered events. More... | |
| class | lalburst.snglcoinc.coincgen_doubles.get_coincs |
| This class defines the coincidence test. More... | |
| class | lalburst.snglcoinc.TimeSlideGraphNode |
| class | lalburst.snglcoinc.TimeSlideGraph |
| class | lalburst.snglcoinc.CoincTables |
| A convenience interface to the XML document's coincidence tables, allowing for easy addition of coincidence events. More... | |
| class | lalburst.snglcoinc.CoincRates |
| class | lalburst.snglcoinc.TOATriangulator |
| Time-of-arrival triangulator. More... | |
| class | lalburst.snglcoinc.LnLRDensity |
| Base class for parameter distribution densities for use in log likelihood ratio ranking statistics. More... | |
| class | lalburst.snglcoinc.LnLikelihoodRatioMixin |
| Mixin to assist in implementing a log likelihood ratio ranking statistic class. More... | |
Namespaces | |
| namespace | lalburst |
| namespace | lalburst.snglcoinc |
Variables | |
| lalburst.snglcoinc.NegInf = float("-inf") | |