Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release for EN 1.2 #26

Merged
merged 2 commits into from
Nov 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ DOCNAME = udf-catalogue
DOCVERSION = 1.2

# Publication date, ISO format; update manually for "releases"
DOCDATE = 2024-08-07
DOCDATE = 2024-11-07

# What is it you're writing: NOTE, WD, PR, REC, PEN, or EN
DOCTYPE = PEN
DOCTYPE = EN

# An e-mail address of the person doing the submission to the document
# repository (can be empty until a make upload is being made)
Expand Down
12 changes: 7 additions & 5 deletions udf-catalogue.tex
Original file line number Diff line number Diff line change
Expand Up @@ -856,11 +856,13 @@ \subsubsection{ivo\_interval\_overlaps(a1, b1, a2, b2)}
\subsubsection{ivo\_simbadpoint(identifier)}

Queries Simbad \citep{2000A&AS..143....9W} for a position of
\verb|identifier| and returns
a POINT for that position. This is mainly a convenience function, as
\verb|identifier| must be a literal (as opposed to a column reference or
expression). For mass resolution of identifiers, Simbad's own TAP
service should be used.
\verb|identifier| and returns a POINT for that position. This is mainly
a convenience function, as \verb|identifier| must be a literal (as
opposed to a column reference or expression). Despite its name, this
function actually queries the CDS Sesame service. The latter queries
Simbad, NED and VizieR in order to resolve object names. For mass
resolution of identifiers, the appropriate TAP service (i.e. Simbad's,
VizieR's or NED's own TAP service) should be used.

\begin{description}
\item[Parameters]
Expand Down
Loading