Skip to content

Commit

Permalink
removed TODOs related to UCD1+, now in issue ivoa-std#20
Browse files Browse the repository at this point in the history
  • Loading branch information
molinaro-m committed Jul 24, 2020
1 parent 9f75133 commit 4ff012a
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions ConeSearch.tex
Original file line number Diff line number Diff line change
Expand Up @@ -334,13 +334,11 @@ \subsection{VOTable compliant response}
repeated in the table, and it could be used to retrieve that same record
again from that same table. \item \textbf{Exactly one} \xmlel{FIELD},
representing the right ascension of the source in the ICRS coordinate
system, \textbf{must} have \xmlel{ucd}=\texttt{"POS\_EQ\_RA\_MAIN"}
\todo{I think this should be pos.eq.ra;meta.main}, and have
system, \textbf{must} have \xmlel{ucd}=\texttt{"POS\_EQ\_RA\_MAIN"}, and have
\xmlel{datatype} set to \texttt{"float"} or \texttt{"double"}. \item
\textbf{Exactly one} \xmlel{FIELD}, representing the declination of the
source in the ICRS coordinate system, \textbf{must} have
\xmlel{ucd}=\texttt{"POS\_EQ\_DEC\_MAIN"} \todo{I think this should be
pos.eq.dec;meta.main}, and have \xmlel{datatype} set to \texttt{"float"}
\xmlel{ucd}=\texttt{"POS\_EQ\_DEC\_MAIN"}, and have \xmlel{datatype} set to \texttt{"float"}
or \texttt{"double"}. \item \textbf{Exactly one} \xmlel{FIELD},
representing the time of the observation, \textbf{must} have
\xmlel{ucd}=\texttt{"time.epoch;meta.main"}, and have \xmlel{datatype}
Expand All @@ -354,15 +352,13 @@ \subsection{VOTable compliant response}
sources are resolved. If this uncertainty is not provided, it should be
taken to be zero; otherwise, it may be set for all table entries with a
\xmlel{PARAM} in the \xmlel{RESOURCE} which has a UCD that is set to
OBS\_ANG-SIZE \todo{what UCD1+ should this be?} and has a value which is
OBS\_ANG-SIZE and has a value which is
the angle in decimal degrees. Alternatively, a different value for each
row in the table can be given via a \xmlel{FIELD} in the table having a
UCD set to OBS\_ANG-SIZE. There may be other \xmlel{FIELD}s in the
table. Their specification \textbf{should} include description,
datatype, and UCD.\todo{A solution to move to UCD1+ would be nice, but
it should probably be postponed to a major revision. I think the time is
now.}

datatype, and UCD.

\section{Error Response} \label{sec:error}

If the service detects an exceptional condition, it \textbf{should}
Expand Down

0 comments on commit 4ff012a

Please sign in to comment.