Skip to content

Commit 45fdc5b

Browse files
author
BONNAREL FRANCOIS
committed
scan mode table addition and tracking type made explicit
1 parent ce17dba commit 45fdc5b

1 file changed

Lines changed: 54 additions & 5 deletions

File tree

ObsCoreExtensionForRadioData.tex

Lines changed: 54 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -430,11 +430,60 @@ \subsection{observational configuration and instrumental parameters}
430430
We note that \emph{instr\_feed} could also account for the number of beams in the case of a beam forming/PAF receiver.
431431

432432
The scanning strategy adopted in an observation is described by the parameter \emph{scan\_mode}. This parameter covers both spatial
433-
and frequency scanning modes (see Sect.~\ref{subsec:sd} for details).
433+
and frequency scanning modes (see Sect.~\ref{subsec:sd} for details and table~\ref{tab:scanmode} for possible values).
434434
It is applicable to SD as well as interferometry cases.
435435

436-
Pointing mode distinguishes targeted observations from fixed alt-azimuth or wobble ones. The ObsLocTAP specification \citep{2021ivoa.spec.0724S} defines the term \emph{tracking\_type} for describing this as well as a vocabulary for these modes.
437-
We include the same term here in the extension.
436+
437+
\begin{longtable}{ p{6cm} p{7cm} }
438+
\sptablerule
439+
\textbf{value}&\textbf{definition}\cr
440+
\sptablerule
441+
\sptablerule
442+
\texttt{on}&\texttt{pointed measurement, total power}\cr
443+
\sptablerule
444+
\texttt{on-spectral}&\texttt{pointed spectrum}\cr
445+
\sptablerule
446+
\texttt{on-off}&\texttt{switched measurements between two positions}\cr
447+
\sptablerule
448+
\texttt{on-off-spectral}&\texttt{switched spectral measurements between two positions}\cr
449+
\sptablerule
450+
\texttt{raster}&\texttt{successive measurement spots on a rectangular mesh}\cr
451+
\sptablerule
452+
\texttt{raster-spectral}&\texttt{successively obtained spectra on a rectangular mesh}\cr
453+
\sptablerule
454+
\texttt{on-the-fly-cross-scan}&\texttt{successive continuous measurements along two orthogonal directions}\cr
455+
\sptablerule
456+
\texttt{on-the-fly-cross-scan-spectral}&\texttt{successiveley obtained spectra along two orthogonal directions}\cr
457+
\sptablerule
458+
\texttt{on-the-fly-map-scan}&\texttt{successive continuous measurements along parallel directions}\cr
459+
\sptablerule
460+
\texttt{on-the-fly-map-scan-spectral}&\texttt{successively obtained spectra along two orthogonal directions}\cr
461+
\sptablerule
462+
\texttt{skydip}&\texttt{long strip of measurements}\cr
463+
\sptablerule
464+
\texttt{skydip-spectral}&\texttt{set of spectra obtained along a long strip}\cr
465+
466+
% \texttt{target}&\texttt{extrasolar target follow up}\cr
467+
\sptablerule
468+
\caption{scan-mode attribute values}
469+
\label{tab:scanmode}
470+
\end{longtable}
471+
472+
473+
Pointing mode distinguishes observations pointed on a fixed target from
474+
observations fixed on a given elevation and azimuth. In addition the
475+
wobble mode observes both the source and the surrounding background.
476+
The ObsLocTAP specification \citep{2021ivoa.spec.0724S} defines the term
477+
\emph{tracking\_type} for describing this as well as a vocabulary for
478+
these modes. We include the same term here in the extension. The set of
479+
possible values for radio astronomy data is the following:
480+
\begin{itemize}
481+
\item Sidereal : observations pointed on a fixed targeti, as defined in
482+
ObsLocTAP
483+
\item Fixed-az-el-transit : observations fixed on a given elevation
484+
and azimuthi, as in ObsLocTAP
485+
\item Wobble : observations measuring both the source and the surroundings
486+
\end{itemize}
438487

439488
\subsection{Auxiliary datasets useful for data quality estimation}
440489

@@ -609,9 +658,9 @@ \section{The ivoa.obscore\_radio table}
609658
\sptablerule
610659
\texttt{instr\_feed}&\texttt{number of feeds}&\texttt{Provenance.ObsConfig.\newline Instrument.Feed}&instr.param&& radio \cr
611660
\sptablerule
612-
\texttt{scan\_mode}&\texttt{scan mode (on-off, \newline raster map, on-the-fly map,...)\newline }&\texttt{Provenance.\newline Observation.\newline sky\_scan\_mode}&instr.param&& radio \cr
661+
\texttt{scan\_mode}&\texttt{sky and spectral axis scan mode }&\texttt{Provenance.\newline Observation.\newline sky\_scan\_mode}&instr.param&& radio \cr
613662
\sptablerule
614-
\texttt{tracking\_mode}&\texttt{targeted, alt-azimuth, wobble, ...)\newline }&\texttt{Provenance.\newline Observation.\newline tracking\_mode}&instr.param&& radio \cr
663+
\texttt{tracking\_type}&\texttt{target tracking modes}&\texttt{Provenance.\newline Observation.\newline tracking\_mode}&instr.param&& radio \cr
615664
\caption{ObsCore extension proposal for instrumental parameters for radio data}
616665
\label{tab:ExtensionAtt_instrumental}
617666
\end{longtable}

0 commit comments

Comments
 (0)