From 357e0a8bf2c8ea149c0b30ad34ac2551b129be5f Mon Sep 17 00:00:00 2001 From: Patrick Dowler Date: Wed, 5 Jul 2023 08:54:39 -0700 Subject: [PATCH] itemize ra and dec, grammar fix --- DALI.tex | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/DALI.tex b/DALI.tex index 6311b5c..b440a97 100644 --- a/DALI.tex +++ b/DALI.tex @@ -762,9 +762,10 @@ \subsubsection{Sexagessimal Coordinates} Coordinate values expressed in sexagessimal form can be described using the following xtypes in both VOTable \xmlel{FIELD} and \xmlel{PARAM} elements: -right ascension: \verb|datatype="char"| \verb|arraysize="*"| \verb|xtype="hms"| - -declination: \verb|datatype="char"| \verb|arraysize="*"| \verb|xtype="dms"| +\begin{itemize} +\item right ascension: \verb|datatype="char"| \verb|arraysize="*"| \verb|xtype="hms"| +\item declination: \verb|datatype="char"| \verb|arraysize="*"| \verb|xtype="dms"| +\end{itemize} For \verb|xtype="hms"|, the values are serialised as hours:minutes:seconds where hours and minutes are integer values and seconds is a real value. For \verb|xtype="dms"|, the values @@ -773,7 +774,7 @@ \subsubsection{Sexagessimal Coordinates} (latitude) must fall within [-90,90], minutes must fall within [0,60), and seconds must fall within [0,60). Valid values for \verb|xtype="hms"| are from 0:0:0 to 24:0:0. Valid values for \verb|xtype="dms"| are from -90:0:0 to 90:0:0; an optional + sign at -the start is allowed (e.g. +10:20:30) but not required. Since the upper bound on minutes +the start is allowed (e.g. +10:20:30) but not required. The upper bound on minutes and seconds is not part of the valid range; for example 12:34:60 is not allowed and must be expressed as 12:35:00 instead.