Skip to content

Commit 21f5389

Browse files
authored
Merge pull request #58 from molinaro-m/radec-decimal-and-ucds
RA Dec decimal and UCD to 1+
2 parents 410894c + 1fd6253 commit 21f5389

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

ConeSearch.tex

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -229,17 +229,17 @@ \section{Service Interface Requirements}
229229
with each of these UCDs:
230230

231231
\begin{itemize}
232-
\item Exactly one FIELD must
233-
have ucd="ID\_MAIN", with an array character type (fixed or variable
232+
\item Exactly one FIELD must have ucd="meta.id;meta.main",
233+
with an array character type (fixed or variable
234234
length), representing an ID string for that record of the table. This
235235
identifier may not be repeated in the table, and it could be used to
236236
retrieve that same record again from that same table.
237-
\item Exactly one
238-
FIELD must have ucd="POS\_EQ\_RA\_MAIN", with type double, representing
239-
the right-ascension of the source in the ICRS coordinate system.
240-
\item
241-
Exactly one FIELD must have ucd="POS\_EQ\_DEC\_MAIN", with type double,
237+
\item Exactly one FIELD must have ucd="pos.eq.ra;meta.main",
238+
representing the right-ascension of the source in the ICRS coordinate system.
239+
\item Exactly one FIELD must have ucd="pos.eq.dec;meta.main",
242240
representing the declination of the source in the ICRS coordinate system.
241+
\item The above right-ascension and declination FIELD(s) must have the datatype
242+
attribute set to float or double, following the VOTable standard \citep{2019ivoa.spec.1021O}.
243243
\end{itemize}
244244

245245
\item The VOTable may include an expression of the
@@ -248,9 +248,9 @@ \section{Service Interface Requirements}
248248
angular size if the sources are resolved. If this uncertainty is not
249249
provided, it should be taken to be zero; otherwise, it may be set for
250250
all table entries with a PARAM in the RESOURCE which has a UCD that is
251-
set to OBS\_ANG-SIZE and has a value which is the angle in decimal
251+
set to phys.angSize;obs and has a value which is the angle in decimal
252252
degrees. Alternatively, a different value for each row in the table can
253-
be given via a FIELD in the table having a UCD set to OBS\_ANG-SIZE.
253+
be given via a FIELD in the table having a UCD set to phys.angSize;obs.
254254
\item There may be other FIELDs in the table. Their specification should
255255
include a description, data-type, and UCD.
256256
\end{itemize}
@@ -424,22 +424,22 @@ \section{Sample VOTable Response}
424424
HEASARC Browse data service
425425
Please send inquiries to mailto:[email protected]
426426
</DESCRIPTION>
427-
<PARAM ID="default_search_radius" ucd="OBS_ANG-SIZE"
427+
<PARAM ID="default_search_radius" ucd="phys.angSize;obs"
428428
datatype="double" value="0.0516666666666667" />
429429
<TABLE ID="heasarc_first_9001">
430430
<DESCRIPTION>
431431
Faint Images of the Radio Sky at Twenty cm Source Catalog (FIRST)
432432
</DESCRIPTION>
433-
<FIELD name="unique_id" datatype="char" arraysize="*" ucd="ID_MAIN">
433+
<FIELD name="unique_id" datatype="char" arraysize="*" ucd="meta.id;meta.main">
434434
<DESCRIPTION>Integer key</DESCRIPTION>
435435
</FIELD>
436436
<FIELD name="name" datatype="char" arraysize="*">
437437
<DESCRIPTION>FIRST Source Designation</DESCRIPTION>
438438
</FIELD>
439-
<FIELD name="ra" datatype="double" unit="degree" ucd="POS_EQ_RA_MAIN">
439+
<FIELD name="ra" datatype="double" unit="degree" ucd="pos.eq.ra;meta.main">
440440
<DESCRIPTION>Right Ascension</DESCRIPTION>
441441
</FIELD>
442-
<FIELD name="dec" datatype="double" unit="degree" ucd="POS_EQ_DEC_MAIN">
442+
<FIELD name="dec" datatype="double" unit="degree" ucd="pos.eq.dec;meta.main">
443443
<DESCRIPTION>Declination</DESCRIPTION>
444444
</FIELD>
445445
<FIELD name="flux_20_cm" datatype="double" unit="mJy">

0 commit comments

Comments
 (0)