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

Removing epoch_prop. #21

Merged
merged 1 commit into from
May 24, 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
95 changes: 0 additions & 95 deletions rejected-for-now.txt

This file was deleted.

37 changes: 1 addition & 36 deletions udf-catalogue.tex
Original file line number Diff line number Diff line change
Expand Up @@ -384,41 +384,6 @@ \subsubsection{ivo\_epoch\_prop\_pos(ra, dec, parallax, pmra, pmdec,\\
\becomes an error.
\end{examples}


\subsubsection{ivo\_epoch\_prop(ra, dec, parallax, pmra, pmdec,
radial\_velocity, ref\_epoch, out\_epoch)}

This is epoch\_prop\_pos as described in Sect.~\ref{epoch_prop_pos},
except it returns a full parameter set at out\_epoch.

\begin{description}
\item[Parameters]
As for epoch\_prop\_pos.

\item[Return type] REAL[6], consisting of the longitude and latitude in
degrees, the parallax in mas, the proper motion in longitude and
latitude in mas/yr, and the radial velocity in km/s. As in the input
parameters, the proper motion in longitude is given for the tangential
plane (``has ${\textrm cos}(\delta)$ applied'').


\item[Source] This document, version 1.1
\end{description}

\begin{examples}
\example \begin{lstlisting}
ivo_epoch_prop(7.606083572, 11.79044105, 125,
300, -428.8, 52.51, 2016.0, 1992.25)
\end{lstlisting}
\becomes [7.6040614046279735, 11.793270382827929, 125.01993165584682,\\
300.09877325973605, -428.934593565712, 52.50880381775256]
\example \begin{lstlisting}
ivo_epoch_prop(7.606083572, 11.79044105, 125,
NULL, NULL, NULL, 2016.0, 1992.25)
\end{lstlisting}
\becomes [7.606083572000001, 11.79044105, 125.0, 0.0, 0.0, 0.0]
\end{examples}

\subsubsection{ivo\_geom\_transform(from\_sys, to\_sys, geo)}

Transforms ADQL geometries (i.e., at least values of type \verb|POINT|,
Expand Down Expand Up @@ -1007,7 +972,7 @@ \section{Changes from Previous Versions}
\subsection{Changes from EN-1.1}

\begin{itemize}
\item Added \verb|ivo_epoch_prop| and \verb|ivo_geom_transform|
\item Added \verb|ivo_geom_transform|
as astrometry function (gavo, esa)
\item Added \verb|ivo_simbadpoint| as convenience function (gavo, esa)
\item Added \verb|ivo_normal_random| as a statistics function (gavo, esa)
Expand Down