Skip to content
Open
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
6 changes: 6 additions & 0 deletions ivoatex/svn-ignore.txt → .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,9 @@ ivoatexmeta.tex
*.zip
*.fdb_latexmk
*.fls
gitmeta.tex
*.swp
role_diagram.svg

# OS-specific
.DS_Store
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "ivoatex"]
path = ivoatex
url = https://github.com/ivoa-std/ivoatex
File renamed without changes.
10 changes: 5 additions & 5 deletions ObsCoreExtensionForVisibilityData.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
\input tthdefs

\newcommand{\xtype}[1]{\texttt{#1}}
\newcommand{\ucd}[1]{\texttt{#1}}

\usepackage{listings}
\lstloadlanguages{XML,sh}
Expand Down Expand Up @@ -54,7 +53,7 @@ \section*{Acknowledgments}
\section{Introduction}


ObsCore specification \citep{std:OBSCORE} defines both a minimal datamodel to describe datasets
ObsCore specification \citep{2017ivoa.spec.0509L} defines both a minimal datamodel to describe datasets
and a table consistent with the model which can be served by TAP services. It has been successful
to define a lot of data discovery services in astronomy.

Expand Down Expand Up @@ -304,7 +303,7 @@ \subsection{uv coverage and dirty beam map}
files containing these maps.
Implementers may want to avoid adding url columns to the ObsCore table.

In that case DataLink \citep{std:DataLink} may provide a solution. The semantics FIELD in the
In that case DataLink \citep{2015ivoa.spec.0617D} may provide a solution. The semantics FIELD in the
\{link\} response will contain \#auxiliary for links to this map while the content\_qualifier
FIELD could contain the utype defined here in this ObsCore extension.

Expand Down Expand Up @@ -354,7 +353,8 @@ \section{How to implement the extension in a TAP service}
%Not useful to use the term in the name .
%\texttt{instrument\_ant\_number}&\texttt{number of antennae in array}&\texttt{Provenance.ObsConfig.\newline Instrument.Array.\newline AntNumber}&instr.baseline;meta.number& \cr
%\sptablerule
\texttt{ant\_number}&\texttt{number of antennae in array}&\texttt{Provenance.ObsConfig.\newline Instrument.Array.\newline AntNumber}&instr.baseline;meta.number& \cr
\texttt{ant\_number}&\texttt{number of antennae in
array}&\texttt{Provenance.ObsConfig.\newline Instrument.Array.\newline AntNumber}&meta.number;instr.baseline& \cr
\sptablerule
% same for all antenae features
\texttt{instrument\_ant\_min\_dist}&\texttt{minimum distance between antennae in array}&\texttt{Provenance.ObsConfig.\newline Instrument.Array.\newline MinDist}&instr.baseline;stat.min&m \cr
Expand All @@ -373,6 +373,6 @@ \section{How to implement the extension in a TAP service}
\end{landscape}


\bibliography{ivoatex/ivoabib}
\bibliography{ivoatex/ivoabib,ivoatex/docrepo}

\end{document}
1 change: 1 addition & 0 deletions ivoatex
Submodule ivoatex added at 292718
1 change: 0 additions & 1 deletion ivoatex/.gitignore

This file was deleted.

48 changes: 0 additions & 48 deletions ivoatex/CHANGES

This file was deleted.

Loading