timeSeries

class dorado.timeSeries(times, flux, name='timeseries', exptimes=[], x=[], y=[], ra=[], dec=[], flux_unc=[], apsum=[], apsum_unc=[], fit_times=[], fit_flux=[], toml=[], OmC=[], cycle=[], table=None)[source] [edit on github]

Bases: object

The timeSeries

Attributes:
name: str

name of target in string format.

Methods Summary

graph([c_scale, err])

The graph function produces a graph of the photometric timeseries data as a lightcurve.

toTable([name])

toTable is a convinience function that produces an atropy.Table object from the data stored within a dorado.timeseries instance. Parameters ---------- name: string The name to be used for the table. If none is given, self.name (default is 'timeseries') is used.

Methods Documentation

graph(c_scale=False, err=True)[source] [edit on github]

The graph function produces a graph of the photometric timeseries data as a lightcurve.

toTable(name=None)[source] [edit on github]

toTable is a convinience function that produces an atropy.Table object from the data stored within a dorado.timeseries instance. Parameters ———- name: string

The name to be used for the table. If none is given, self.name (default is ‘timeseries’) is used.