LightcurvePoint

class daschlab.lightcurves.LightcurvePoint(table, index)[source]

Bases: Row

A single row from a Lightcurve table.

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

Methods Summary

flags()

Print out a textual summary of the quality flags associated with this row.

Methods Documentation

flags()[source]

Print out a textual summary of the quality flags associated with this row.

Notes

The output from this method summarizes the contents of this row’s AFlags, BFlags, LocalBinRejectFlags, and PlateQualityFlags.