Observation epoch vs reference frame epoch: Explicitly distinguish? #195
Replies: 2 comments
-
IMO, the full description of a measurement (and station!) should require the following.
HOWEVER, its not likely to hit the top of the ToDo list based on current National Adjustment UseCases given - we always have the raw data on hand - DynAjdust can already support station discontinuities, if applied BEFORE refrran. There may be other relevant UseCases (especially where the raw data is no longer available) AND adding the above would satisfy (and exemplify) best practice imo (and per AZNLIC Metadata WG). Can we get funding ;-) ? |
Beta Was this translation helpful? Give feedback.
-
Consider, Is this command (fully) valid?
Consider however that we are happy to import data where 'epoch' implicitly means 'observation epoch'. |
Beta Was this translation helpful? Give feedback.
-
The purpose of this github discussion is to:
i.e. to inform additional user(self)-education, or potential enhancements or defects.
All findings and recommendations are my own and may not correctly represent current or planned DynAdjust behaviour.
Should DynAdjust explicitly distinguish observation epoch from reference frame epoch?
(e.g. to support discontinuous stations)
[All document references below are to the DynAdjust Users Manual (Sept 2022) unless otherwise noted]
(Issue raised by Kent Wheeler (Landgate WA) in email 07/09/2022)
refran.exe overwrites a measurement's epoch attribute to reflect the output reference frame epoch.
i.e. DynAdjust (v1.2.?) regards the attribute epoch to mean reference frame epoch.
For example:
Therefore to analyse discontinuous stations there are two options:
e.g. using import.exe --discontinuity-file option (e.g. Section 3.3.2 Data screening > Station discontinuities) [No change to coding]
Discuss!
BACKGROUND
In DynAdjust STN and MSR files, the header line supports a (non-mandatory) epoch attribute.
Interestingly Section B.3.2 (DynaML schema) allows for more than one occurrence of epoch (minOccurs = “0”)
GeodesyML (GeoscienceAustralia/GeodesyML (github.com) on the other hand distinguishes between ‘observedEpoch’(s) and ‘realizationEpoch’/’referenceEpoch’
Beta Was this translation helpful? Give feedback.
All reactions