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 from coords (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 from coords:SpaceFrame arranged in a way the epoch can coexist with standard reference positions.
- Update the current spec to recommand not using the
CustomRefLocation version of coords:SpaceFrame and using preferably the mango:EpochPostion.obsDate to specify the epoch.
In the context of the EpochPosition property, there are 2 ways to declare the observation date:
mango:EpochPostion.obsDateattribute. This has to be used especially when the observation date is given in a specific column.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
StdRefLocationclass, which has noepochattribute. To set an epoch, we must work with theCustomRefLocationclass, which requires the reference location to be given as acoords:Point. This is nearly impossible for the standard positions.There are two options to work around this issue:
mango:SpaceSysclass fromcoords:SpaceFramearranged in a way the epoch can coexist with standard reference positions.CustomRefLocationversion ofcoords:SpaceFrameand using preferably themango:EpochPostion.obsDateto specify the epoch.