RefcatSourceRow

class daschlab.refcat.RefcatSourceRow(table, index)[source]

Bases: Row

A single row from a RefcatSources table.

You do not need to construct these objects manually. Indexing a RefcatSources table with a single integer will yield an instance of this class, which is a subclass of astropy.table.Row.

Methods Summary

lightcurve()

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.Lightcurve instance.

Notes

For details, see daschlab.Session.lightcurve(), which implements this functionality.