Loading [MathJax]/extensions/TeX/AMSmath.js
LALBurst 2.0.7.1-ea7c608
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Macros Modules Pages
lalburst.date Namespace Reference

Functions

def XLALTimeDelayFromEarthCenter (pos, ra, dec, gps)
 
def utc_midnight (gps)
 Truncate a LIGOTimeGPS to UTC midnight. More...
 
def UTCMidnights (start, end)
 Iterator for generating LIGOTimeGPS objects for UTC midnights. More...
 
def gmst_0h (gps)
 Truncate a LIGOTimeGPS to Greenwich mean sidereal 0 rad. More...
 
def GMST_0hs (start, end)
 Iterator for generating LIGOTimeGPS objects for Greenwich Mean Sidereal 0h. More...
 

Function Documentation

◆ XLALTimeDelayFromEarthCenter()

def lalburst.date.XLALTimeDelayFromEarthCenter (   pos,
  ra,
  dec,
  gps 
)

Definition at line 53 of file date.py.

◆ utc_midnight()

def lalburst.date.utc_midnight (   gps)

Truncate a LIGOTimeGPS to UTC midnight.

Definition at line 69 of file date.py.

◆ UTCMidnights()

def lalburst.date.UTCMidnights (   start,
  end 
)

Iterator for generating LIGOTimeGPS objects for UTC midnights.

Definition at line 85 of file date.py.

◆ gmst_0h()

def lalburst.date.gmst_0h (   gps)

Truncate a LIGOTimeGPS to Greenwich mean sidereal 0 rad.

Definition at line 100 of file date.py.

◆ GMST_0hs()

def lalburst.date.GMST_0hs (   start,
  end 
)

Iterator for generating LIGOTimeGPS objects for Greenwich Mean Sidereal 0h.

Definition at line 112 of file date.py.