LightCurve

class LightCurve[source]

Bases: object

light 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

add_bin(info_bin)[source]

add a bin at the end of the light curve

Parameters:info_bin ([float, float, float, float]) – [tstart, tstop, counts, ctserr]