Update the observation date modeling that has been changed during the#726
Update the observation date modeling that has been changed during the#726lmichel wants to merge 6 commits intoastropy:mainfrom
Conversation
MANGO REC process. This is now a simple attribute instead of a complex object.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #726 +/- ##
==========================================
+ Coverage 84.10% 84.15% +0.04%
==========================================
Files 79 79
Lines 8608 8603 -5
==========================================
Hits 7240 7240
+ Misses 1368 1363 -5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
After the last comments in the MANGO data model RFC suggesting changes in the the observation date representation, this PR must be delayed until the new code support the final time representation in the model. |
I'm changing it to a draft PR then, feel free to mark it back "ready for review" once it can be reviewed. |
During the MANGO REC process, it has been suggested to simplify the representation of the observation dates (
mango:EpochPostion.obsDate).The
mango:ObsDatecomplex type has been replaced with a simple attribute where the representation is given by its dmtype (<ATTRIBUTE dmrole="mango:EpochPosition.obsDate" dmtype="year" value="2000.0" \>).This change requires the
SkyCoordbuilder to be updated as well as the annotation builder.