Skip to content
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
2 changes: 0 additions & 2 deletions doc/MANGO.tex
Original file line number Diff line number Diff line change
Expand Up @@ -385,8 +385,6 @@ \section{Integrating MANGO with TAP Services}
%\section{Xmatch tool }
%\input{usecase_xmatch.tex}

\section{Imported Models Instance}

\section{Changes from Previous Versions}

No previous versions yet.
Expand Down
14 changes: 11 additions & 3 deletions doc/model.tex
Original file line number Diff line number Diff line change
Expand Up @@ -506,9 +506,9 @@ \section{Model: mango }
\textbf{multiplicity: 0..1} \newline
Label attached to the vocabulary term. This is necessary because the URI may not contain any explicit label. This was the case for the UAT vocabulary until the Registry WG introduced rewriting rules that fix the issue.

\subsection{year}
\label{sect:year}
Primitive type for observation dates expressed as a year (e.g. 2015.5).
\subsection{DecimalYear}
\label{sect:DecimalYear}
Fractional number of years AD represented by the date. 2000.0, or equivalently 1999.99recurring, is midnight at the start of the first of January 2000. Because of leap years, the size of a unit depends on what year it is in (see \url{https://www.star.bris.ac.uk/~mbt/topcat/sun253/sun253.html#Times}).

\subsection{iso}
\label{sect:iso}
Expand All @@ -522,6 +522,14 @@ \section{Model: mango }
\label{sect:jd}
Primitive type for observation dates expressed as a Julian Date (e.g. 2460895.1).

\subsection{JulianEpoch}
\label{sect:JulianEpoch}
A continuous measure based on a Julian year of exactly 365.25 days ($JulianEpoch = 2000 + \frac{jd - 2451545.0}{365.25}$). For approximate purposes this resembles the fractional number of years AD represented by the date. Can be represented by prefixing a 'J'; J2000.0 is defined as 2000 January 1.5 in the TT timescale. (see \url{https://www.star.bris.ac.uk/~mbt/topcat/sun253/sun253.html#Times}).

\subsection{BesselianEpoch}
\label{sect:BesselianEpoch}
A continuous measure based on a tropical year of about 365.2422 days ($BesselianEpoch = 1900.0 + \frac{jd - 2415020.31352}{365.242198781}$). For approximate purposes this resembles the fractional number of years AD represented by the date. Can be represented by prefixing a 'B'. (see \url{https://www.star.bris.ac.uk/~mbt/topcat/sun253/sun253.html#Times}).

\subsection{FootprintSerialization}
\label{sect:FootprintSerialization}

Expand Down
14 changes: 11 additions & 3 deletions doc/model_toc.tex
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,17 @@ \section{Date Time Types}
\label{sect:jd}
Primitive type for observation dates expressed as a Julian Date (e.g. 2460895.1).

\subsection{year}
\label{sect:year}
Primitive type for observation dates expressed as a year (e.g. 2015.5).
\subsection{DecimalYear}
\label{sect:DecimalYear}
Fractional number of years AD represented by the date. 2000.0, or equivalently 1999.99recurring, is midnight at the start of the first of January 2000. Because of leap years, the size of a unit depends on what year it is in (see \url{https://www.star.bris.ac.uk/~mbt/topcat/sun253/sun253.html#Times}).

\subsection{JulianEpoch}
\label{sect:JulianEpoch}
A continuous measure based on a Julian year of exactly 365.25 days ($JulianEpoch = 2000 + \frac{jd - 2451545.0}{365.25}$). For approximate purposes this resembles the fractional number of years AD represented by the date. Can be represented by prefixing a 'J'; J2000.0 is defined as 2000 January 1.5 in the TT timescale. (see \url{https://www.star.bris.ac.uk/~mbt/topcat/sun253/sun253.html#Times}).

\subsection{BesselianEpoch}
\label{sect:BesselianEpoch}
A continuous measure based on a tropical year of about 365.2422 days ($BesselianEpoch = 1900.0 + \frac{jd - 2415020.31352}{365.242198781}$). For approximate purposes this resembles the fractional number of years AD represented by the date. Can be represented by prefixing a 'B'. (see \url{https://www.star.bris.ac.uk/~mbt/topcat/sun253/sun253.html#Times}).

\subsection{iso}
\label{sect:iso}
Expand Down
5 changes: 1 addition & 4 deletions implementations/vizier_cs_I_239.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,7 @@
<ATTRIBUTE dmrole="mango:EpochPosition.pmLongitude" dmtype="ivoa:RealQuantity" ref="t1_c12" unit="mas/yr" />
<ATTRIBUTE dmrole="mango:EpochPosition.pmLatitude" dmtype="ivoa:RealQuantity" ref="t1_c13" unit="mas/yr" />
<ATTRIBUTE dmrole="mango:EpochPosition.parallax" dmtype="ivoa:RealQuantity" ref="t1_c11" unit="mas" />
<INSTANCE dmrole="mango:EpochPosition.obsDate" dmtype="mango:DateTime">
<ATTRIBUTE dmrole="mango:DateTime.representation" dmtype="ivoa:string" value="year" />
<ATTRIBUTE dmrole="mango:DateTime.dateTime" dmtype="ivoa:datetime" value="1991.250" unit="yr" />
</INSTANCE>
<ATTRIBUTE dmrole="mango:EpochPosition.obsDate" dmtype="mango:DecimalYear" value="1991.250" />
<REFERENCE dmrole="mango:EpochPosition.spaceSys" dmref="SpaceFrame_ICRS" />
</INSTANCE>
</TEMPLATES>
Expand Down
5 changes: 1 addition & 4 deletions implementations/xtapdb.xml
Original file line number Diff line number Diff line change
Expand Up @@ -290,10 +290,7 @@ FROM mergedentry"/>
<INSTANCE dmrole="" dmtype="mango:EpochPosition">
<ATTRIBUTE dmrole="mango:EpochPosition.longitude" dmtype="ivoa:RealQuantity" ref="SC_RA" unit="deg"/>
<ATTRIBUTE dmrole="mango:EpochPosition.latitude" dmtype="ivoa:RealQuantity" ref="SC_DEC" unit="deg"/>
<INSTANCE dmrole="mango:EpochPosition.obsDate" dmtype="mango:DateTime">
<ATTRIBUTE dmrole="mango:DateTime.representation" dmtype="ivoa:string" value="mjd"/>
<ATTRIBUTE dmrole="mango:DateTime.dateTime" dmtype="ivoa:datetime" ref="MJD_FIRST" unit="d"/>
</INSTANCE>
<ATTRIBUTE dmrole="mango:EpochPosition.obsDate" dmtype="mango:mjd" ref="MJD_FIRST"/>
<ATTRIBUTE dmrole="mango:EpochPosition.pmCosLat_applied" dmtype="ivoa:boolean" value="true"/>
<INSTANCE dmrole="mango:EpochPosition.errors" dmtype="mango:EpochPositionErrors">
<INSTANCE dmrole="mango:EpochPositionErrors.properMotion" dmtype="mango:error.PErrorSym2D">
Expand Down
Binary file modified model/date.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading