adam_core.utils.helpers.observations module

adam_core.utils.helpers.observations.make_observations() Tuple[Exposures, PointSourceDetections, Associations][source]

Create an Exposures, PointSourceDetections, and Associations table using predicted ephemerides from JPL Horizons included in adam_core.

Returns:

  • exposures (~adam_core.observations.exposures.Exposures) – Table of exposures.

  • detections (~adam_core.observations.detections.PointSourceDetections) – Table of detections.

  • associations (~adam_core.observations.associations.Associations) – Table of associations.