Skip to content

Commit

Permalink
Merge pull request #26 from pdowler/master
Browse files Browse the repository at this point in the history
itemize ra and dec, grammar fix
  • Loading branch information
jd-au authored Jul 6, 2023
2 parents 404882a + 357e0a8 commit 811645f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions DALI.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.

Expand Down

0 comments on commit 811645f

Please sign in to comment.