You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Appendix.tex
+13-18Lines changed: 13 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,14 @@ \section{Science use cases and translation to ADQL queries based on ObsCore Rad
2
2
\label{ADQLusecases}
3
3
4
4
5
-
\textit{The queries in subsections \ref{sec:s_resolution_max} and \ref{sec:s_fov_min}
5
+
The queries in subsections \ref{sec:s_resolution_max} and \ref{sec:s_fov_min}
6
6
can be run with s\_resolution\_min and s\_fov\_max instead of s\_resolution\_max and
7
7
s\_fov\_min respectively, to obtain results in which at least part of the dataset satisfy the condition.\\
8
8
For instance, consider datasets with a large observed bandwidth, like those taken with wide/ultrawide band receivers.
9
-
The condition s\_resolution\_max<d\_typical, where d\_typical is the typical size of interest, may not be satisfied. At the same time, the user may want to select those
10
-
dataset where the desired condition on spatial resolution is matched at least partially within the observed band.}
9
+
The condition s\_resolution\_max < d\_typical, where d\_typical is the typical size of interest, may not be satisfied. At the same time, the user may want to select those
10
+
dataset where the desired condition on spatial resolution is matched at least partially within the observed band.
11
11
12
-
\textit{Sections from \ref{sec:instrument-mode} illustrate instrument and observing modes parameters.}
12
+
Sections from \ref{sec:instrument-mode} illustrate instrument and observing modes parameters.
13
13
14
14
%\subsection{Science case }
15
15
\subsection{Use case - s\_resolution\_min}
@@ -34,11 +34,11 @@ \subsection{Use case - s\_resolution\_min}
34
34
35
35
\subsection{Use case - s\_resolution\_max}
36
36
\label{sec:s_resolution_max}
37
-
\textit{Morphological study of SNR IC443. Select any dataset obtained in map scanning mode (raster or on-the-fly) with s\_resolution\_max less than the desired spatial resolution of 1 arcmin.}
38
-
37
+
\textit{Morphological study of SNR IC443. \\
38
+
Select any dataset obtained in map scanning mode (raster or on-the-fly) with s\_resolution\_max less than the desired spatial resolution of 1 arcmin.}\\
39
39
Show me all datasets satisfying: \\
40
40
I. Maximum spatial resolution < 0.017 deg \\
41
-
II Target IC443 or position inside 15 arcmin from 94.2500000,+22.5699997
41
+
II. Target IC443 or position inside 15 arcmin from 94.2500000,+22.5699997
42
42
43
43
\begin{verbatim}
44
44
SELECT * FROM ivoa.obscore
@@ -56,7 +56,7 @@ \subsection{Use case - s\_fov\_min - large field of views}
56
56
57
57
Show me all datasets satisfying:\\
58
58
I. Minimum FOV > 0.8 deg \\
59
-
II Target name = Abell 194 or position inside 15 arcmin from 21.5054167, -1.3672221 \\
59
+
II. Target name = Abell 194 or position inside 15 arcmin from 21.5054167, -1.3672221
\textit{Select all observations of calibrator source 3C48 with the Medicina Grueff radio telescope at frequencies in the range 20-21 GHz, to investigate its flux variability (light curve) in the years 2000-2023}.\\
86
85
Show me all datasets satisfying: \\
87
-
I. Target name = 3C 48\\
86
+
I. Target name = 3C48\\
88
87
II. obs\_collection = "INAF-Medicina, single dish"\\
89
88
III. Observed frequency in the range 20-21 GHz \\
90
89
IV. dataproduct\_type = spatial\_profile or scan\_mode contains map\\
91
90
V. 51544 < observation time (MJD) < 60309
92
-
93
91
\begin{verbatim}
94
92
SELECT * FROM ivoa.obscore
95
93
NATURAL JOIN ivoa.obscore_radio
@@ -142,9 +140,8 @@ \subsection{Use case - high resolution data around FRB targets }
142
140
143
141
\textit{Give me high-resolution data on possible persistent radio sources within an arc second of FRB 121102.} \\ Show me all datasets satisfying:
144
142
% add constraints
145
-
I. Source near FRB 121102 \\
143
+
I. Source close to FRB 121102 \\
146
144
II. Spatial resolution < 1 arcsec
147
-
148
145
\begin{verbatim}
149
146
SELECT * FROM ivoa.obscore NATURAL JOIN ivoa.obscore_radio
150
147
WHERE CONTAINS(POINT(s_ra,s_dec),CIRCLE(82.99458,33.14794,0.0003)) = 1
@@ -160,7 +157,6 @@ \subsection{Use case - reasonable fidelity}
160
157
II. Maximum angular scale > 1arcsec
161
158
III. uv plane is filled at more than 0.2
162
159
IV. Estimated uv eccentricity < 0.75
163
-
164
160
\begin{verbatim}
165
161
SELECT * FROM ivoa.obscore
166
162
NATURAL JOIN ivoa.obscore_radio
@@ -179,7 +175,7 @@ \subsection{ Use case - visibility data product and target object selection }
179
175
\\
180
176
Show me all observation identifiers satisfying:\\
181
177
I. DataType = visibility \\
182
-
II. Target Name = Fornax Cluster\\
178
+
II. Target Name = Fornax Cluster
183
179
\begin{verbatim}
184
180
SELECT obs_id FROM ivoa.obscore
185
181
WHERE dataproduct_type = 'visibility'
@@ -276,12 +272,11 @@ \subsection{Use case - instrument type and frequency selection }
276
272
277
273
278
274
\subsection{Use case - instrument parameters selection }
279
-
\textit{Any interferometry data of good quality and significant spatial resolution from the instrumental point of view. }\\\\
275
+
\textit{Any interferometry data of good quality and significant spatial resolution from the instrumental point of view. }\\
0 commit comments