generated from ivoa-std/doc-template
-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
In the context of the EpochPosition property, there are 2 ways to declare the observation date:
- By using the
mango:EpochPostion.obsDate
attribute. This has to be used especially when the observation date is given in a specific column. - By setting the
epoch
field 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:SpaceSys
class fromcoords:SpaceFrame
arranged in a way the epoch can coexist with standard reference positions. - Update the current spec to recommand not using the
CustomRefLocation
version ofcoords:SpaceFrame
and using preferably themango:EpochPostion.obsDate
to specify the epoch.
Metadata
Metadata
Assignees
Labels
No labels