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

addition of details for TIMESYS in the case of calendar years time st… #36

Merged
merged 3 commits into from
Sep 1, 2023
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
13 changes: 9 additions & 4 deletions VOTable.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

\usepackage{verbatim}

\newcommand{\aap}{Astronomy and Astrophysics}

\let\A=\href
\def\Aref#1{section~\ref{#1}}
\def\Arefs#1{section~\ref{#1}}
Expand Down Expand Up @@ -691,7 +693,8 @@ \subsection{\elem{COOSYS} Element}

\item[\attr{epoch}] Specifies the epoch of the positions
if necessary, again as an astroYear (i.e, prefixed with J or B depending
on whether Julian or Besselian years are used).
on whether Julian or Besselian years are used). COOSYS only supports time
specifications in Julian or Besselian years.

\item[\attr{refposition}] The reference position for which the positions
are given. The values of this attribute should be taken form the IVOA
Expand All @@ -706,8 +709,6 @@ \subsection{\elem{COOSYS} Element}
\textsl{UNKNOWN}
% /GENERATED
\end{description}


Note that the \elem{COOSYS} may be deprecated in the
future in favor of a more generic way of describing the conventions used
to define the positions of the objects studied in the enclosed tables.
Expand All @@ -734,7 +735,7 @@ \subsection{\elem{TIMESYS} Element}
\item[\attr{ID}] This attribute is used to reference \elem{TIMESYS}
elements from the elements using the time system.
\item[\attr{timeorigin}] This is the time origin of the time coordinate,
given as a Julian Date for the the time scale and reference point
given as a Julian Date for the time scale and reference point
defined. It is usually given as a floating point
literal; for convenience, the magic strings \verb|MJD-origin| (standing
for 2400000.5) and \verb|JD-origin| (standing for 0) are also allowed.
Expand All @@ -745,6 +746,10 @@ \subsection{\elem{TIMESYS} Element}
\attrval{xtype}{timestamp}, or years in the Julian or Besselian calendar when a column
has \verb|yr|, \verb|a| or \verb|Ba| as its unit and no time origin is
given.
When using calendar epochs written in julian or besselian years, note that
conventionally Julian years are tied to the TDB timescale and Besselian years to
the ET timescale \citep{2015A&A...574A..36R}.

\item[\attr{timescale}] This is the time scale used. Values SHOULD be
taken from the IVOA \emph{timescale}
vocabulary
Expand Down
19 changes: 19 additions & 0 deletions localrefs.bib
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,22 @@ @Misc{timesys
month = {dec},
url = {http://www.ivoa.net/documents/Notes/TimeSys/}
}
@ARTICLE{2015A&A...574A..36R,
author = {{Rots}, Arnold H. and {Bunclark}, Peter S. and {Calabretta}, Mark R. and {Allen}, Steven L. and {Manchester}, Richard N. and {Thompson}, William T.},
title = "{Representations of time coordinates in FITS. Time and relative dimension in space}",
journal = {\aap},
keywords = {time, standards, methods: data analysis, techniques: miscellaneous, astronomical databases: miscellaneous, reference systems, Astrophysics - Instrumentation and Methods for Astrophysics},
year = 2015,
month = feb,
volume = {574},
eid = {A36},
pages = {A36},
doi = {10.1051/0004-6361/201424653},
archivePrefix = {arXiv},
eprint = {1409.7583},
primaryClass = {astro-ph.IM},
adsurl = {https://ui.adsabs.harvard.edu/abs/2015A&A...574A..36R},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}