generated from ivoa-std/doc-template
-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
In the context of the EpochPosition property, there are 2 ways to declare the observation date:
- By using the
mango:EpochPostion.obsDateattribute. This has to be used especially when the observation date is given in a specific column. - By setting the
epochfield in the space coord system which is imported fromcoords(coords:SpaceFrame)
The problem occurs when want to set an epoch to a space system that has a standard reference position such as BARYCENTER.
As shown above, working with a standard reference position requires using the StdRefLocation class, which has no epoch attribute. To set an epoch, we must work with the CustomRefLocation class, which requires the reference location to be given as a coords:Point. This is nearly impossible for the standard positions.
There are two options to work around this issue:
- Derive a specific
mango:SpaceSysclass fromcoords:SpaceFramearranged in a way the epoch can coexist with standard reference positions. - Update the current spec to recommand not using the
CustomRefLocationversion ofcoords:SpaceFrameand using preferably themango:EpochPostion.obsDateto specify the epoch.
Metadata
Metadata
Assignees
Labels
No labels
