Star#
- class stellarphot.io.Star(table, id_num)[source]#
Bases:
objectA class for storing photometry for a single star.
- Parameters:
- table
astropy.table.Table Table of photometry for a single star.
- id_numint
ID number of the star.
- table
- Attributes:
airmassastropy.units.QuantityAirmass at the time of observation.
bjd_tdbastropy.units.QuantityMidpoint of the exposure as barycentric Julian date in Barycentric Dynamical Time.
countsastropy.units.QuantityNet counts in the aperture.
decastropy.units.QuantityDeclination of the star.
errorastropy.units.QuantityError in the net counts.
exposureastropy.units.QuantityExposure time of the observation.
- idint
ID number of the star.
jd_utc_startastropy.units.QuantityJulian date of the start of the observation.
magnitudeastropy.units.QuantityMagnitude of the star.
magnitude_errorastropy.units.QuantityError in the magnitude of the star.
mjd_startastropy.units.QuantityModified Julian date of the start of the observation.
peakastropy.units.QuantityPeak counts in the aperture.
raastropy.units.QuantityRight ascension of the star.
sky_per_pixelastropy.units.QuantitySky brightness per pixel.
snrastropy.units.QuantitySignal-to-noise ratio of the star.
Attributes Summary
Airmass at the time of observation.
Midpoint of the exposure as barycentric Julian date in Barycentric Dynamical Time.
Net counts in the aperture.
Declination of the star.
Error in the net counts.
Exposure time of the observation.
Julian date of the start of the observation.
Magnitude of the star.
Error in the magnitude of the star.
Modified Julian date of the start of the observation.
Peak counts in the aperture.
Right ascension of the star.
Sky brightness per pixel.
Signal-to-noise ratio of the star.
Attributes Documentation
- airmass#
Airmass at the time of observation.
- bjd_tdb#
Midpoint of the exposure as barycentric Julian date in Barycentric Dynamical Time.
- counts#
Net counts in the aperture.
- dec#
Declination of the star.
- error#
Error in the net counts.
- exposure#
Exposure time of the observation.
- jd_utc_start#
Julian date of the start of the observation.
- magnitude#
Magnitude of the star.
- magnitude_error#
Error in the magnitude of the star.
- mjd_start#
Modified Julian date of the start of the observation.
- peak#
Peak counts in the aperture.
- ra#
Right ascension of the star.
- sky_per_pixel#
Sky brightness per pixel.
- snr#
Signal-to-noise ratio of the star.