LightCurve¶
-
class
LightCurve[source]¶ Bases:
objectlight curve object
constructor
init with no curve
- meta_col = {‘tstart’ : ‘start time of the time bin in s from mjdref’,
- ‘tstop’ : ‘stop time of the time bin in s from mjdref’, ‘counts’ : “counts in time bin”, ‘ctserr’ : “error on counts”, }
Methods Summary
add_bin(info_bin)add a bin at the end of the light curve Methods Documentation