Skip to content

Commit 183fd04

Browse files
Merge pull request #14 from Erard/master
Clarified dataset vs table
2 parents 1169cf2 + dbbcd14 commit 183fd04

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

EPNTAP.tex

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -563,18 +563,18 @@ \subsubsection{Data Description}
563563
\paragraph{processing\_level}
564564

565565
The processing\_level parameter is intended to provide the user with
566-
a quick evaluation of data readiness level. When the original dataset
566+
a quick evaluation of data readiness level. When the original data collection
567567
uses a specific encoding of processing levels, this one should be used
568568
to meet the expectations of historical users; e.g., a service deriving
569569
from a telescopic archive will preferably use the processing levels
570-
from this archive. When no practice exists for a dataset, EPN-TAP uses
570+
from this archive. When no practice exists for a data collection, EPN-TAP uses
571571
a simplified version of CODMAC / PDS3 levels as described below.
572572

573573
Several classifications are in use in different contexts, as summarized
574574
in the table below. EPNCore uses the CODMAC / PDS3 levels but removes
575575
the intermediate calibration levels; this is equivalent to using the
576576
simplified PDS4 levels and maintaining a separate level for ancillary
577-
data. ``Partially calibrated'' datasets are in general considered as not
577+
data. ``Partially calibrated'' data collections are in general considered as not
578578
calibrated, but this evaluation is up to the data provider, depending on
579579
context. ``Ancillary'' data include all extra information documenting
580580
the measurements, in particular coordinates or geometry files. Several
@@ -869,7 +869,7 @@ \subsubsection{Axes}
869869
specially formatted time scales such as native on-board time for space
870870
borne observations. The information of the time\_min and time\_max
871871
parameters is however highly recommended for all observations,
872-
as it is used by default to search datasets.
872+
as it is used by default to search data collections.
873873

874874
\paragraph{time\_sampling\_step (min/max)}
875875

@@ -887,7 +887,7 @@ \subsubsection{Axes}
887887
These parameters correspond to the integration time (or exposure
888888
time) of measurements in seconds. They provide an estimate of the time
889889
resolution for dynamical phenomena, as well as an indication of relative
890-
S/N ratio inside a given dataset. This time is usually shorter than
890+
S/N ratio inside a given data collection. This time is usually shorter than
891891
the time\_sampling\_step if both are present. It provides the overall
892892
integration time, i.e.\ individual exposure time x number of summed
893893
frames when relevant.
@@ -1022,7 +1022,7 @@ \subsubsection{Axes}
10221022
In order to make uniform requests possible, spatial coordinates provided
10231023
in the EPNCore table must be standardized. However, they can be provided
10241024
in several systems types, as defined by the spatial\_frame\_type
1025-
parameter. The native coordinate system used with the dataset can
1025+
parameter. The native coordinate system used in the EPNCore table can
10261026
be described by parameters spatial\_coordinate\_description and
10271027
spatial\_origin. This is intended to provide this information
10281028
prior to loading the data, especially when several coordinate
@@ -1098,7 +1098,7 @@ \subsubsection{Axes}
10981098
km; theta = azimuth; z = height in km. The angle is provided in degrees.
10991099

11001100
\item \textbf{none:} to be used when no spatial frame is defined for
1101-
the dataset. This is intended to prevent useless searches when space
1101+
the data. This value is intended to prevent useless searches when space
11021102
coordinates are not defined (a non-zero value is required by the mixin
11031103
in DaCHS).
11041104

@@ -1252,7 +1252,7 @@ \subsubsection{Data origin}
12521252

12531253
Identifies the instrument(s) that acquired the data.
12541254
A hash-separated-list of instruments must be provided
1255-
for integrated datasets.
1255+
for integrated data products.
12561256
Service providers are invited to include multiple values
12571257
for instrument name, e.g., complete name and usual acronym.
12581258
This will allow queries on either

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 = 2021-10-01
10+
DOCDATE = 2021-10-12
1111

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

0 commit comments

Comments
 (0)