You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -933,33 +934,33 @@ \subsubsection{Usage of the mandatory terms in ObsCore}
933
934
934
935
\subsubsection{Metadata re-interpretation for the HE context}
935
936
936
-
\paragraph{observation\_id}
937
+
\paragraph{obs\_id}
937
938
In the current definition of ObsCore, the data product collects data from one or several observations. The same happens in \gls{HE} context.
938
939
939
940
\paragraph{access\_ref, access\_format}
940
941
The initial role of this metadata was to hold the access\_url allowing data access.
941
942
Depending on the packaging of the event bundle in one compact format (\gls{OGIP}, \gls{GADF}, tar ball, ...)
942
-
or as different files available independently in various urls, a datalink pointer can be used for accessing the various parts of \gls{IRF}s, background maps, etc.
943
+
or as different files available independently in various urls, a datalink pointer may be used for accessing the various parts of \gls{IRF}s, background maps, etc.
943
944
Then in such a case the value for access\_format should be "application/x-votable+xml;content=datalink". The format itself of the data file is then given by the datalink parameter "content-type".
944
945
See next section \ref{sec:datalink}.
945
946
946
947
\paragraph{o\_ucd}
947
-
For the even-list table, we can consider all measures stored in columns values have been observed.
948
-
The nature of items along time, position and energy axis are identifed in Obscore with ucd as 'time', 'pos.eq.*', 'em.*'
948
+
For the even-list table, we can consider that all measures stored in column values have been observed.
949
+
The nature of items along time, position and energy axis are identifed in Obscore with UCD as 'time', 'pos.eq.*', 'em.*'
949
950
and counted as t\_xel, s\_xel1, s\_xel2, em\_xel which correspond to the number of rows/events candidates observed.
950
951
951
952
The signal observed is the result of event counting and would be PHA (Pulse height amplitude at detector level) or a number of counts for photons or particles, or a flux, etc.., depending on the data calibration level considered.
952
953
ObsCore uses o\_ucd to characterise the nature of the measure.
953
-
Various UCDs are used for that: o\_ucd=phys.count, phot.count, phot.flux, etc. there is currently no UCD defined for a raw measure like PulseHeightAmplitude, but if needed this can be requested for addition in the UCDList vocabulary. See VEP-UCD-15\_pulseheight.txt proposed at \url{'https://voparis-gitlab.obspm.fr/vespa/ivoa-standards/semantics/vep-ucd/-/blob/master/'}.
954
+
Various UCDs are used for that: o\_ucd=phys.count, phot.count, phot.flux, etc. there is currently no UCD defined for a raw measure like PulseHeightAmplitude, but if needed this can be requested for addition in the UCDList vocabulary\footnote{See VEP-UCD-15\_pulseheight.txt proposed at \url{'https://voparis-gitlab.obspm.fr/vespa/ivoa-standards/semantics/vep-ucd/-/blob/master/'}}.
954
955
955
956
Note that these parameters vary between the dataset of calib\_level of 1 (Raw) to the a more advanced data products (calib\_level 2 or 3), which are filtered and rebinned from the original raw event-list.
956
957
957
958
958
-
\subsubsection{Proposed additions}
959
+
\subsubsection{Possible additions}
959
960
960
961
\paragraph{ev\_number}
961
962
The event-list contains a number of rows, representing detections candidates, that have no metadata keyword yet in Obscore.
962
-
We propose 'ev\_number' to record this.
963
+
We could propose 'ev\_number' to record this.
963
964
In fact the t\_xel, s\_xel1 and s\_xel2, em\_xel elements do not apply for an event-list in raw count as it has not been binned yet.
964
965
965
966
\paragraph{Adding MIME-type to access\_format table}
0 commit comments