RefcatSourceRow¶
- class daschlab.refcat.RefcatSourceRow(table, index)[source]¶
Bases:
RowA single row from a
RefcatSourcestable.You do not need to construct these objects manually. Indexing a
RefcatSourcestable with a single integer will yield an instance of this class, which is a subclass ofastropy.table.Row.Methods Summary
Obtain a table of lightcurve data for this specified source.
Methods Documentation
- lightcurve() daschlab.lightcurves.Lightcurve[source]¶
Obtain a table of lightcurve data for this specified source.
- Returns:
- A
daschlab.lightcurves.Lightcurveinstance.
- A
Notes
For details, see
daschlab.Session.lightcurve(), which implements this functionality.