LightCurve

class LightCurve[source]

Bases: object

light curve object

constructor

init with no curve

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]