PhotometryPoint¶
- class daschlab.photometry.PhotometryPoint(table, index)[source]¶
Bases:
RowA single row from a
Photometrytable.You do not need to construct these objects manually. Indexing a
Photometrytable with a single integer will yield an instance of this class, which is a subclass ofastropy.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, andPlateQualityFlags.