Skip to content

Commit

Permalink
addition of details for TIMESYS in the case of calendar years time st… (
Browse files Browse the repository at this point in the history
#36)

* addition of details for TIMESYS in the case of calendar years time stamps

* Update VOTable.tex

changing text in the PR

* Workaround unknown macro \aap

---------

Co-authored-by: Tom Donaldson <[email protected]>
  • Loading branch information
Bonnarel and tomdonaldson authored Sep 1, 2023
1 parent 657fbb1 commit 4b6a2ac
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 4 deletions.
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}
}


0 comments on commit 4b6a2ac

Please sign in to comment.