across.tools.footprint.schemas

Classes

Pointing

Class describing an astronomical pointing

Module Contents

class Pointing(/, **data)[source]

Bases: across.tools.core.schemas.BaseSchema

Class describing an astronomical pointing A pointing is described as a footprint valid for a given time range

footprint: across.tools.footprint.footprint.Footprint[source]
start_time: across.tools.core.schemas.AstropyDateTime[source]
end_time: across.tools.core.schemas.AstropyDateTime[source]