Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor updates to PEN 1.6 #105

Merged
merged 5 commits into from
Nov 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ DOCNAME = UCDlist
DOCVERSION = 1.6

# Publication date, ISO format; update manually for "releases"
DOCDATE = 2024-09-19
DOCDATE = 2024-11-16

# What is it you're writing: NOTE, WD, PR, REC, PEN, or EN
DOCTYPE = PEN
Expand Down
21 changes: 12 additions & 9 deletions UCDlist.tex
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
\author{St\'ephane Erard}
\author{Markus Demleitner}

\editor[mailto:[email protected]]{Baptiste Cecconi, Mireille Louys}
\editor[mailto:[email protected]]{Baptiste Cecconi, Mireille Louys, S\'ebastien Derriere}
\previousversion[https://www.ivoa.net/documents/UCD1+/20210616]{UCD1+ EN
1.5, 2023-01-25}
\previousversion[https://www.ivoa.net/documents/UCD1+/20210616]{UCD1+ EN
Expand Down Expand Up @@ -613,7 +613,7 @@ \section{List of valid words}
Q & \ucd{src.sample}& Sample\\
Q & \ucd{src.spType}& Spectral type MK\\
Q & \ucd{src.var}& Variability of source\\
E & \ucd{src.var.amplitude}& Amplitude of variation\\
Q & \ucd{src.var.amplitude}& Amplitude of variation\\
Q & \ucd{src.var.index}& Variability index\\
Q & \ucd{src.var.pulse}& Pulse\\
Q & \ucd{stat}& Statistical parameters\\
Expand Down Expand Up @@ -777,8 +777,8 @@ \subsection{Goal}
\subsection{Remarks on combination rules}
The combination rules have been defined in the first IVOA documents defining UCD concept
\citep{2005ivoa.spec.0819D} and refined in the last UCD1+ standard recommendation \citep{2018ivoa.spec.0527P}.
They are exposed with a syntax tag given as a property of each UCD word
and included in the list of UCD words. See Section \ref{sec:list} with the tags definitions on top.
They are exposed with a syntax code given as a property of each UCD word
and included in the list of UCD words. See Section \ref{sec:list} with the codes definitions on top.

They correspond to real usage of the terms in science publications and are
assigned to catalogue columns by experienced data scientists.
Expand Down Expand Up @@ -890,7 +890,10 @@ \subsubsection*{Additions}
\end{itemize}

\subsubsection*{Amendment}
Change position tag of stat.stdev to Q in order to combine it to stat.confidenceLevel, for instance
\begin{itemize}
\item Change positional syntax code of stat.stdev to Q in order to combine it to stat.confidenceLevel, for instance
\item Change positional syntax code of \ucd{src.var.amplitude} from E to Q.
\end{itemize}

\subsubsection*{Deletion}
Deprecate term \emph{pos.lambert} (appearing in one table only) and propose \emph{pos.projection} instead.
Expand Down Expand Up @@ -1103,7 +1106,7 @@ \subsubsection*{Deletions/replacements}
\subsection{Changes from PR v1.21}
\subsubsection*{Amendments/clarifications}
\begin{itemize}
\item Syntax flag changed in words: {\tt phys.polarization}
\item Syntax code changed in words: {\tt phys.polarization}
\item \begin{flushleft}
Description changed in words:
{\tt em.IR.FIR}, {\tt em.IR.MIR}, {\tt em.IR.NIR}, {\tt em.line.OIII}
Expand All @@ -1120,7 +1123,7 @@ \subsection{Changes from REC v1.11 (Rec20051231)}
\subsubsection*{Amendments/clarifications}
\begin{itemize}
\item Spelling: {\tt phys.atmol.sWeight}
\item Syntax flag changed in words: {\tt phys.atmol}, {\tt spect.line}
\item Syntax code changed in words: {\tt phys.atmol}, {\tt spect.line}
\item \begin{flushleft}
Description changed in words:
{\tt meta.dataset}, {\tt obs.atmos}, {\tt phot.color.reddFree},
Expand Down Expand Up @@ -1187,7 +1190,7 @@ \subsection{Changes from v1.0}
\begin{enumerate}
\item Descriptions have been changed for the following words: {\tt em.line}, {\tt instr.pixel},
{\tt phys.gravity}, {\tt pos.earth.altitude}
\item The syntax flags changed for words: {\tt instr.filter}, {\tt phys.angSize}
\item The syntax codes changed for words: {\tt instr.filter}, {\tt phys.angSize}
\item The following words have been deprecated:

\begin{tabular}{|l|l|}
Expand Down Expand Up @@ -1290,7 +1293,7 @@ \subsection{Changes from v1.00}
\end{longtable}

\item \begin{flushleft}
The syntax flags changed for words:
The syntax codes changed for words:
{\tt instr.fov}, {\tt instr.obsty}, {\tt meta.file},
{\tt phys.angSize}, {\tt pos.cartesian}, {\tt stat.fit.omc}
\end{flushleft}
Expand Down
4 changes: 2 additions & 2 deletions ucd-list.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#PEN-UCDlist-v1.6-2024-09-19
#PEN-UCDlist-v1.6-2024-11-16
Q | arith | Arithmetic quantities
S | arith.diff | Difference between two quantities described by the same UCD
P | arith.factor | Numerical factor
Expand Down Expand Up @@ -502,7 +502,7 @@ Q | src.redshift.phot | Photometric redshift
Q | src.sample | Sample
Q | src.spType | Spectral type MK
Q | src.var | Variability of source
E | src.var.amplitude | Amplitude of variation
Q | src.var.amplitude | Amplitude of variation
Q | src.var.index | Variability index
Q | src.var.pulse | Pulse
Q | stat | Statistical parameters
Expand Down