Skip to content

Commit 9ba8807

Browse files
committed
update on sect. 4 &5 : iteration
1 parent 90d05c6 commit 9ba8807

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

ObsCoreExtensionForRadioData.tex

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -139,13 +139,13 @@ \section{Radio data specifities from the Data Discovery point of view}
139139

140140
\subsection{Single dish data}\label{subsec:sd}
141141

142-
Single Dish observations can be done with different types of receiving systems. Typical frontends are mono-feed, multi-feed and phased array feed (PAF), the last two suitable to efficiently span wider parts of the sky.
142+
Single Dish (SD) observations can be done with different types of receiving systems. Typical frontends are mono-feed, multi-feed and phased array feed (PAF), the last two suitable to efficiently span wider parts of the sky.
143143
Data can be acquired by various backend systems providing either the total intensity (integrated over the whole available bandwidth) or the spectroscopic/spectropolarimetric intensity (acquired in each spectral channel/sample).
144144
Data are saved as raw counts resulting from the digitization of the voltage signal measured by the receiving system.
145145
Commonly-used SD data formats are registered FITS standard conventions (FITS, SDFITS and MBFITS) or unregistered conventions like the standard FITS-based format delivered by the INAF radio telescopes.
146146

147147
The combination of telescope, frontend and backend permits the realization of various observing strategies characterized by specific spatial and/or spectral patterns.
148-
Typical SD observing strategies are: \texttt{on-source}, \texttt{frequency switching}, \texttt{on-off} observations, \texttt{raster} or \texttt{on-the-fly} (OTF) mapping, \texttt{on-the-fly-cross-scan}, \texttt{skydip} calibrations, see Fig~\ref{fig:SD}. For each spatial position in the observation, SD data gather emission for any of the spectral samples in the given frequency band and polarization.
148+
Typical SD observing strategies are: \texttt{on-source}, \texttt{frequency switching}, \texttt{on-off} observations, \texttt{raster} or \texttt{on-the-fly} (OTF) mapping, \texttt{on-the-fly-cross-scan}, \texttt{skydip} calibrations (see Fig~\ref{fig:SD}). For each spatial position in the observation, SD data gather emission for any of the spectral samples in the given frequency band and polarization.
149149
If multi-feed/PAFs are used, a set of spatial positions are simultaneously measured. Scan modes should be described in ObsCore in order to allow astronomers to better understand the structure of the data which will be retrieved.
150150

151151
Spatial resolution in the SD case is intended as the beam size. This holds true for any type of receivers, since also for multi-feed/PAF ones the spatial resolution is ruled by the size of the individual beam.
@@ -171,7 +171,6 @@ \subsection{Single dish data}\label{subsec:sd}
171171
\end{figure}
172172

173173

174-
175174
\subsection{Visibility data }
176175
\label{sec:visibility}
177176

@@ -322,9 +321,9 @@ \subsection{dataproduct\_type and dataproduct\_subtype}
322321

323322
\section{ObsCore extension specific for radio data}
324323

325-
Tables \ref{tab:ExtensionAtt}, \ref{tab:ExtensionAtt_interferometry} and \ref{tab:ExtensionAtt_instrumental} show the %additional
326-
querying parameters we propose to add to ObsCore in order to better describe radio single dish and visibility data.
327-
The last column indicates if the attribute is useful for all radio datasets or only for visibilities, beam forming, or single dish data.
324+
Tables \ref{tab:ExtensionAtt}, \ref{tab:ExtensionAtt_interferometry} and \ref{tab:ExtensionAtt_instrumental} show the
325+
querying parameters we propose to include into the ObsCore radio extension table in order to better describe radio single dish and visibility data.
326+
%Change Mir june 2025 . the 3 tables sort the various medata by category : general , interferometry and instrumental . The last column indicates if the attribute is useful for all radio datasets or only for visibilities, beam forming, or single dish data.
328327

329328
\subsection{Spatial parameters}
330329

@@ -334,15 +333,13 @@ \subsection{Spatial parameters}
334333
In the case of mapping scans or multi-feed/PAF receivers \emph{ s\_fov\_min} and \emph{s\_fov\_max} are derived as the minimum and maximum sizes of the
335334
circular region encompassing the covered area.
336335

337-
338336
\emph{s\_resolution\_min, s\_resolution\_max} are estimated like the typical value by the formula $\lambda / L$ (see subsection \ref{sec:res}) where $\lambda$ is replaced respectively by the minimum and maximum wavelength of the spectral range(s). The size L is the telescope diameter for SD observations and the largest distance in the \emph{uv} plane for interferometry. Beam forming may represent an exception to this rule, see \ref{sec:res}.
339337

340338
In the case of interferometry, we introduce the new \emph{s\_largest\_angular\_scale} which is estimated as $\lambda/l$ where $\lambda$ is the typical
341339
wavelength (and again typical value SHOULD be estimated as the mid value of the spectral range apart from documented exceptions) and l is the typical smallest distance in the \emph{uv} plane. This parameter is not relevant for other observation modes.
342340
The largest angular scale is also variable along the spectral range. That's why we bound it with \emph{s\_largest\_angular\_scale\_min} and \emph{s\_largest\_angular\_scale\_max} estimated as respectively $\lambda\_min/l$ and $\lambda\_max/l$
343341

344342

345-
346343
\subsection{Frequency characterization}
347344

348345
As was stated above (\ref{sec:specificities}) radio astronomers use frequency quantities to characterize their datasets. Therefore we introduce one additional parameters in the extension :
@@ -353,10 +350,11 @@ \subsection{Frequency characterization}
353350
\begin{itemize}
354351
\item compute two free parameters \emph{f\_min} and \emph{f\_max} this way \emph{f\_min} = c / \emph{em\_max} and \emph{f\_max} = c / \emph{em\_min} with c = 299 792 458 m/s
355352
\item express queries and results in terms of frequencies by using the same formulae in the ADQL queries (see \ref{sec:FreqRanges})
356-
\item let the interface do these conversions
357-
\item use User Defined Functions on TAP services, like \emph{ivo\_interval\_overlaps, ivo\_specconv}
353+
\item let the interface do these conversions
358354
\end{itemize}
359355

356+
Using the ADQL User Defined Functions \citep{2024ivoa.spec.1107C} in queries for unit conversion as well as \emph{ivo\_interval\_overlaps, ivo\_specconv} would simplify the interface for the user and avoid columns duplication for the spectral coverage .
357+
360358
%\textit{To avoid inconsistency between the core attributes \emph{em\_min, em\_max} and \emph{em\_respower} and these additional quantities we suggest to compute these new quantities when building a view on top of the basic ObsCore table. The frequency attributes MUST be expressed in Hz to allow interoperability.}
361359

362360
\subsection{Spatial frequency coverage for visibilities }
@@ -681,7 +679,7 @@ \section{Registry Aspects}
681679
%any standardID for the extension yet. The discovery of the services and schema containing the
682680
%radio extension table MUST be done using the table\_name only as stated below.
683681
While it is admitted that the table only sits in the tableset of the
684-
embedding TAP service, implementors are urged to use a seperate registry
682+
embedding TAP service, implementors are urged to use a separate registry
685683
record with the main TAP service as an auxiliary capability
686684
\citep{2019ivoa.spec.0520D}. In this way, meaningful information
687685
on coverage in space, time, and spectral axes as per VODataService 1.2 can
@@ -760,7 +758,7 @@ \section{Registry Aspects}
760758
$$
761759
\hbox{\nolinkurl{ivo://ivoa.net/std/ObsCore}}
762760
$$
763-
Then the following query would allow to discover all services exposing ObsCore metadata as well as which extension tables they deliver.
761+
Then the following query would allow to discover all services exposing ObsCore metadata as well as the extension tables they deliver.
764762

765763
\begin{lstlisting}
766764
SELECT DISTINCT(access_url), table_name, schema_name

0 commit comments

Comments
 (0)