B612-Asteroid-Institute / precovery

Fast precovery of small body observations at scale
BSD 3-Clause "New" or "Revised" License
6 stars 2 forks source link

Add mag, mag_sigma to indexed observations, add filter to HealpixFrame #13

Closed moeyensj closed 2 years ago

moeyensj commented 2 years ago

Work to address #10.

Magnitudes and their errors have been added to the SourceObservation, Observation, and PrecoveryCandidate classes. Filter values which are typically a unique property of the exposure have been added to the HealpixFrame class, the SourceObservation, the SourceFrame, and the PrecoveryCandidate classes. Now when a precovery search is run the observations yielded also contain information on the photometry which is useful for quick linkage quality sanity checks.

moeyensj commented 2 years ago

Closes #10.