Loading [MathJax]/extensions/TeX/AMSsymbols.js
LALBurst 2.0.7.1-ea7c608
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Macros Modules Pages
timeslides.py File Reference

Prototypes

def lalburst.timeslides.parse_slidespec (slidespec)
 Accepts a string in the format instrument=first:last:step[,first:last:step]... and returns the tuple (instrument, [offset1, offset2, .... More...
 
def lalburst.timeslides.parse_slides (slides)
 Accepts a list of strings of the format understood by parse_slidespec(), and returns a dictionary mapping instrument names to sorted lists of unique offsets. More...
 
def lalburst.timeslides.parse_inspiral_num_slides_slidespec (slidespec)
 Accepts a string in the format count:instrument=offset[,instrument=offset...] and returns the tuple (count, {instrument: offset, ...}) More...
 
def lalburst.timeslides.SlidesIter (slides)
 Accepts a dictionary mapping instrument --> list-of-offsets (for example, as returned by parse_slides()), and iterates over the cartesian (outer) product of the offset lists, yielding all possible N-way instrument --> offset mappings. More...
 
def lalburst.timeslides.Inspiral_Num_Slides_Iter (count, offsets)
 This generator yields a sequence of time slide dictionaries in the style of lalapps_thinca's time slides. More...
 
def lalburst.timeslides.vacuum (time_slides, verbose=False)
 Given a dictionary mapping time slide ID to offsetvector, for example as returned by the .as_dict() method of the TimeSlideTable class in ligolw.lsctables, construct and return a mapping indicating time slide equivalences. More...
 

Go to the source code of this file.

Namespaces

namespace  lalburst
 
namespace  lalburst.timeslides