Observations (craftutils.observation)¶
The craftutils.observation module contains interoperable submodules defining classes that represent fields,
epochs, images, objects and various other concepts of importance for astronomical observations, together making up the
backbone of the pipeline. In the observation module itself are a number of functions for tabulating a number of the
aforementioned concepts.
Contents:
- Fields (craftutils.observation.field)
- Epochs (craftutils.observation.epoch)
- Images (craftutils.observation.image)
- Instruments (craftutils.observation.instrument)
- Logging (craftutils.observation.log)
- Astronomical objects (craftutils.observation.objects)
- Astronomical surveys (craftutils.observation.survey)