Skip to content

Commit

Permalink
fixed UCDs in App.A example
Browse files Browse the repository at this point in the history
  • Loading branch information
molinaro-m committed Aug 29, 2023
1 parent 0f04f2a commit d338e56
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ConeSearch.tex
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ \section{Service Interface Requirements}
\item Exactly one FIELD must have ucd="pos.eq.dec;meta.main",
representing the declination of the source in the ICRS coordinate system.
\item The above right-ascension and declination FIELD(s) must have the datatype
attribute set to float or double (following the VOTable\ref{2019ivoa.spec.1021O} standard).
attribute set to float or double, following the VOTable standard \citep{2019ivoa.spec.1021O}.
\end{itemize}

\item The VOTable may include an expression of the
Expand Down Expand Up @@ -414,22 +414,22 @@ \section{Sample VOTable Response}
HEASARC Browse data service
Please send inquiries to mailto:[email protected]
</DESCRIPTION>
<PARAM ID="default_search_radius" ucd="OBS_ANG-SIZE"
<PARAM ID="default_search_radius" ucd="phys.angSize;obs"
datatype="double" value="0.0516666666666667" />
<TABLE ID="heasarc_first_9001">
<DESCRIPTION>
Faint Images of the Radio Sky at Twenty cm Source Catalog (FIRST)
</DESCRIPTION>
<FIELD name="unique_id" datatype="char" arraysize="*" ucd="ID_MAIN">
<FIELD name="unique_id" datatype="char" arraysize="*" ucd="meta.id;meta.main">
<DESCRIPTION>Integer key</DESCRIPTION>
</FIELD>
<FIELD name="name" datatype="char" arraysize="*">
<DESCRIPTION>FIRST Source Designation</DESCRIPTION>
</FIELD>
<FIELD name="ra" datatype="double" unit="degree" ucd="POS_EQ_RA_MAIN">
<FIELD name="ra" datatype="double" unit="degree" ucd="pos.eq.ra;meta.main">
<DESCRIPTION>Right Ascension</DESCRIPTION>
</FIELD>
<FIELD name="dec" datatype="double" unit="degree" ucd="POS_EQ_DEC_MAIN">
<FIELD name="dec" datatype="double" unit="degree" ucd="pos.eq.dec;meta.main">
<DESCRIPTION>Declination</DESCRIPTION>
</FIELD>
<FIELD name="flux_20_cm" datatype="double" unit="mJy">
Expand Down

0 comments on commit d338e56

Please sign in to comment.