Skip to content

Commit 72a9396

Browse files
Merge pull request #38 from Erard/editorial_changes
More editorial changes + practices
2 parents 4ad16a2 + 1e41c48 commit 72a9396

File tree

2 files changed

+55
-23
lines changed

2 files changed

+55
-23
lines changed

EPNTAP.tex

Lines changed: 54 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ \section*{List of Acronyms}
110110
\begin{itemize}
111111
\item{ADQL} Astronomical Data Query Language
112112
\item{APIS} Auroral Planetary Imaging and Spectroscopy
113+
\item{CAOM} Common Archive Observation Model
113114
\item{CNRS} Centre National de la Recherche Scientifique
114115
\item{CNES} Centre National d'Etudes Spatiales
115116
\item{EPN} Europlanet (series of EC-funded programmes)
@@ -498,7 +499,7 @@ \subsubsection{Data Description}
498499
e.g., all that is not described by other 3D data types such as spectral
499500
cube, volume, or movie. This is intended to accommodate unusual data with multiple
500501
dimensions. This can be used for 3D ancillary data associated to spectral
501-
cubes, e.g., providing the coordinates or illumination angles for
502+
cubes, e.g., providing the coordinates and illumination angles for
502503
each spectrum.
503504

504505
\item \textbf{ts }(= time\_series): measurements organized primarily
@@ -936,7 +937,8 @@ \subsubsection{Axes}
936937
which may already be enough to make the granule findable).
937938
The SVO Filter Profile
938939
Service\footnote{\url{http://svo2.cab.inta-csic.es/theory/fps3/}}
939-
provides responses for many instrument filters;
940+
provides responses for many instrument filters;
941+
the corresponding link can be provided via datalink and
940942
bandwidths can be retrieved easily with a python library:
941943
\url{https://github.com/hover2pi/svo_filters}.
942944

@@ -1076,6 +1078,15 @@ \subsubsection{Axes}
10761078
sky at this moment, and subobserver\_longitude\_min/max and
10771079
subobserver\_latitude\_min/max provide the coordinates of the disk center.
10781080

1081+
A special case arises for images of complete planetary disks, i.e., most telescopic images.
1082+
Providing a 180° wide bounding box is
1083+
irrelevant and would add noise to most requests based on spatial coordinates.
1084+
It is more efficient in this case to provide the coordinates of the disk center through
1085+
parameters subobserver\_longitude\_min/max and subobserver\_latitude\_min/max
1086+
(with the same value in the min/max terms) plus the orientation in the image plane through
1087+
north\_pole\_position. A MOC coverage can be added to allow for quick searches (rather than
1088+
a s\_region which hardly covers a complete hemisphere).
1089+
10791090
\paragraph{c1\_resol (min/max)}
10801091

10811092
\paragraph{c2\_resol (min/max)}
@@ -1256,12 +1267,16 @@ \subsubsection{Data origin}
12561267
instrument\_host\_name implies a location, and several levels can be
12571268
provided together when relevant, e.g., space\_mission\#spacecraft or observatory\#telescope.
12581269
The second value is recommended as it is more specific.
1259-
For lab measurements, this is typically the name of the facility.
1270+
For lab measurements, this is typically the name of the facility.
1271+
Simulations of observations from a spacecraft
1272+
may be identified by e.g., "simulation\#Cassini" so that the user looking for
1273+
observations is informed that simulations also exist.
1274+
12601275

12611276
\textbf{\\}
1262-
An Observatory and Facility
1263-
Database\footnote{\url{https://voparis-wiki.obspm.fr/display/VES/Observatory+Facility+Database}}
1264-
is under study at IVOA, and will eventually be used as a reference.
1277+
An IVOA Note has been issued about Observatory Facility Vocabulary
1278+
\footnote{\url{https://ivoa.net/documents/Notes/ObsFacilityWikidata/20231115/NOTE-ObsFacilityWikidata-1.0-20231115.pdf}}
1279+
and will eventually be used as a reference.
12651280
Reference lists that can be used in the meantime include:
12661281

12671282
\begin{itemize}
@@ -1290,7 +1305,7 @@ \subsubsection{Data origin}
12901305
\item Alternatively, the PDS dictionary defines values
12911306
for many mission names:\\
12921307
\url{http://pds.nasa.gov/tools/dictionary.shtml}\\
1293-
Other mission names are supported by the SPICE system,
1308+
Other mission and ground station names are supported by the SPICE system,
12941309
but only as ID codes:\\
12951310
\url{https://naif.jpl.nasa.gov/pub/naif/toolkit_docs/FORTRAN/req/naif_ids.html}
12961311
\end{itemize}
@@ -1310,6 +1325,10 @@ \subsubsection{Data origin}
13101325
this is typically the name of the instrument in use (not
13111326
the telescope or facility). Non-compulsory parameters are available to
13121327
provide more information about sensors, channels, instrument modes, etc.
1328+
Simulations of observations from a space experiment
1329+
may be identified by e.g., "express\_v3\#VIMS" (where the first is the name of the code)
1330+
so that the user looking for observations is informed that simulations also exist, in particular
1331+
when a specific instrumental response is included.
13131332

13141333
\textbf{\\}
13151334
\emph{Example}:
@@ -1477,8 +1496,9 @@ \subsubsection{Miscellaneous file metadata}
14771496
This parameter is used to provide extra accesses through a
14781497
datalink/SODA interface.
14791498
This interface can provide access, for instance, to previews,
1480-
documentation, related data products (such as progenitors,
1481-
calibration files, etc.) and to cut-out or processing services on the data.
1499+
documentation (filter characteristics, chemical analyses of samples, etc),
1500+
related data products (such as progenitors,
1501+
calibration files, etc) and to cut-out or processing services on the data.
14821502

14831503
\textbf{\\}
14841504
\emph{Implementation note:}
@@ -1629,7 +1649,7 @@ \subsubsection{Supplementary description}
16291649
\textbf{\\}
16301650
\emph{Example}:
16311651

1632-
\emph{``atmosphere'', ``surface'', ``ionosphere'', ``ring''}\\
1652+
\emph{``atmosphere'', ``surface'', ``ionosphere'', ``ring'', ``solar-wind''}\\
16331653
The same values can be given in the subject keywords of the service's registry record.
16341654

16351655
\paragraph{coverage}
@@ -1639,7 +1659,7 @@ \subsubsection{Supplementary description}
16391659
(assuming RA, Dec coordinates) or on planetary surfaces (assuming
16401660
E longitude, latitude). This is a single parameter with no associated min/max
16411661
parameters. It must contain a MOC 2.0 ascii string (MOC or STMOC).
1642-
The result of the query must have xtype = ``moc'' (or possibly ``stmoc" or equivalent in future standards)
1662+
The result of the query must have xtype = ``moc'' (or possibly ``stmoc'' or equivalent in future standards)
16431663
for proper handling in TAP.
16441664

16451665
The coverage parameter may appear together with s\_region, which introduces
@@ -1664,7 +1684,8 @@ \subsubsection{Description of coordinate frame}
16641684
For body-fixed frames, IAU/SPICE/WMS strings such as IAU2020:49900 are
16651685
eligible --- in this case, the final 00 which stands for planetocentric
16661686
E-handed is the only valid option (refers to EPN-TAP standard on c1/c2
1667-
coordinates). If absent the current IAU coordinate system is assumed,
1687+
coordinates). A detailed description of body-fixed system is available here: \url{http://voparis-vespa-crs.obspm.fr:8080}
1688+
If absent the current IAU coordinate system is assumed,
16681689
depending on context.
16691690

16701691
Spatial\_origin may be used to identify frame center
@@ -1942,7 +1963,6 @@ \subsubsection{Solar System Objects extension}
19421963
Provide values of respective quantities (flux in mJy).
19431964

19441965

1945-
19461966
\textbf{\\}When target\_class = asteroid, dwarf\_planet or comet,
19471967
the following parameters can be used:
19481968

@@ -1975,11 +1995,17 @@ \subsubsection{Solar System Objects extension}
19751995

19761996
\subsubsection{Maps}
19771997

1998+
It is important to specify dataproduct\_type = ``ma'' to introduce planetary maps (rather than ``im'').
1999+
The reason is that global maps respond to all queries on spatial coordinates and therefore
2000+
add noise to the answers of such queries. Specifying also a dataproduct\_type will
2001+
help clarify such answers.
2002+
19782003
\paragraph{map\_projection}
19792004

19802005
Provides map projection description (preferably as FITS name or code)
19812006
or parameters as a free string — for instance, several services use
1982-
this to store proj4 parameters. This refers to the data, not necessarily
2007+
this to store WKT or PROJ parameters as listed here: \url{http://voparis-vespa-crs.obspm.fr:8080}.
2008+
This refers to the data, not necessarily
19832009
to the spatial coordinates in the table (which have to be east-handed).
19842010

19852011
\paragraph{map\_height, map\_width}
@@ -1993,7 +2019,7 @@ \subsubsection{Maps}
19932019
Pixel size at the target (usually at surface), in km/pixel.
19942020

19952021
\paragraph{map\_scale}
1996-
A string providing scale as a ratio (e.g., "1:50000").
2022+
A string providing scale as a ratio (e.g., ``1:50000'').
19972023

19982024
\subsubsection{Contributive works}
19992025

@@ -2195,18 +2221,24 @@ \subsubsection{APIS extension}
21952221
providing ephemeris and configuration quantities, which are listed on the
21962222
extension and vocabulary page (\url{https://hdl.handle.net/21.15110/epn_tap_extensions}) under APIS extension.
21972223

2198-
Some parameters defined for APIS are of more general interest and can
2199-
be used by other services distributing observational data from a large facility:
2224+
Some of the parameters defined for APIS are of more general interest and are intended to describe
2225+
datasets acquired as part of calls for proposals on large observatories or facilities.
2226+
This list has been completed with parameters from other such situations, and is adapted to services
2227+
distributing data from observational campaigns.
2228+
2229+
\textbf{obs\_mode, detector\_name, opt\_elem, instrument\_type} --- relate to instrument characteristics
22002230

2201-
\textbf{obs\_mode, detector\_name, opt\_elem } --- relate to instrument
2202-
characteristics
2231+
\textbf{proposal\_id, proposal\_pi, proposal\_title, campaign} --- relate to the original proposal
2232+
2233+
\textbf{proposal\_target\_name, target\_description } --- information about the target in the original proposal or catalogue (especially from the CAOM model used e.g., by HST archives)
22032234

22042235
\textbf{north\_pole\_position, target\_primary\_hemisphere,
22052236
target\_secondary\_hemisphere} --- describe target geometric configuration
22062237

2207-
\textbf{orientation, platesc} --- describe image orientation and scale on the sky
2238+
\textbf{target\_apparent\_radius, orientation, platesc} --- describe size, image orientation, and scale on the sky
2239+
2240+
\textbf{acquisition\_ID, measurement\_unit} --- provides sequencing and data unit
22082241

2209-
\textbf{measurement\_unit} --- provides data unit
22102242

22112243
\subsubsection{Events}
22122244

@@ -2356,7 +2388,7 @@ \section{EPNCore Table}
23562388
alt\_target\_name&Text&&Provides alternative target name(s). Can be a hash list&\ucd{meta.id;src}\\
23572389
target\_region&Text&&Type of region or feature of interest&\ucd{meta.id;src;obs.field}\\
23582390
feature\_name&Text&&Secondary name (e.g., standard name of a region of interest)&\ucd{meta.id;src;obs.field}\\
2359-
coverage&Text&&Introduces an ascii (ST)MOC (2D footprint, possibly including time, if spatial\_frame\_type = celestial or body)&\ucd{pos.outline;obs.field}\\
2391+
coverage&Text&&Introduces an ascii (ST)MOC (2D footprint, possibly including time or frequency, if spatial\_frame\_type = celestial or body)&\ucd{pos.outline;obs.field}\\
23602392
spatial\_coordinate\_description&Text&&ID of specific coordinate system and version / properties&\ucd{meta.code.class;pos.frame}\\
23612393
spatial\_origin&Text&&Defines the frame origin&\ucd{meta.ref;pos.frame}\\
23622394
time\_refposition&Text&&Defines \emph{where} the time is measured (e.g., ground vs spacecraft). Default is observer's frame.&\ucd{meta.ref;time.scale}\\

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ DOCNAME = EPNTAP
77
DOCVERSION = 2.0
88

99
# Publication date, ISO format; update manually for "releases"
10-
DOCDATE = 2022-08-22
10+
DOCDATE = 2025-04-23
1111

1212
# What is it you're writing: NOTE, WD, PR, REC, PEN, or EN
1313
DOCTYPE = REC

0 commit comments

Comments
 (0)