Skip to content

Commit a78460a

Browse files
authored
Fix formatting and improve clarity in Appendix.tex
1 parent e78b87f commit a78460a

1 file changed

Lines changed: 13 additions & 18 deletions

File tree

Appendix.tex

Lines changed: 13 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ \section{Science use cases and translation to ADQL queries based on ObsCore Rad
22
\label{ADQLusecases}
33

44

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}
66
can be run with s\_resolution\_min and s\_fov\_max instead of s\_resolution\_max and
77
s\_fov\_min respectively, to obtain results in which at least part of the dataset satisfy the condition.\\
88
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.
1111

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.
1313

1414
%\subsection{Science case }
1515
\subsection{Use case - s\_resolution\_min}
@@ -34,11 +34,11 @@ \subsection{Use case - s\_resolution\_min}
3434

3535
\subsection{Use case - s\_resolution\_max}
3636
\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.}\\
3939
Show me all datasets satisfying: \\
4040
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
4242

4343
\begin{verbatim}
4444
SELECT * FROM ivoa.obscore
@@ -56,7 +56,7 @@ \subsection{Use case - s\_fov\_min - large field of views}
5656

5757
Show me all datasets satisfying:\\
5858
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
6060
\begin{verbatim}
6161
SELECT * FROM ivoa.obscore
6262
NATURAL JOIN ivoa.obscore_radio
@@ -72,7 +72,6 @@ \subsection{Use case - s\_fov\_min - extended target completly included}
7272
Show me all datasets satisfying: \\
7373
I. Target name = Pictor A \\
7474
II. The circle defined by the minimum FOV of the dataset fully contains the circle delimiting Pictor A.
75-
7675
\begin{verbatim}
7776
SELECT * FROM ivoa.obscore
7877
NATURAL JOIN ivoa.obscore_radio
@@ -84,12 +83,11 @@ \subsection{Use case - s\_fov\_min - extended target completly included}
8483
\subsection{Use case - dataproduct\_type}
8584
\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}.\\
8685
Show me all datasets satisfying: \\
87-
I. Target name = 3C 48 \\
86+
I. Target name = 3C48 \\
8887
II. obs\_collection = "INAF-Medicina, single dish"\\
8988
III. Observed frequency in the range 20-21 GHz \\
9089
IV. dataproduct\_type = spatial\_profile or scan\_mode contains map\\
9190
V. 51544 < observation time (MJD) < 60309
92-
9391
\begin{verbatim}
9492
SELECT * FROM ivoa.obscore
9593
NATURAL JOIN ivoa.obscore_radio
@@ -142,9 +140,8 @@ \subsection{Use case - high resolution data around FRB targets }
142140

143141
\textit{Give me high-resolution data on possible persistent radio sources within an arc second of FRB 121102.} \\ Show me all datasets satisfying:
144142
% add constraints
145-
I. Source near FRB 121102 \\
143+
I. Source close to FRB 121102 \\
146144
II. Spatial resolution < 1 arcsec
147-
148145
\begin{verbatim}
149146
SELECT * FROM ivoa.obscore NATURAL JOIN ivoa.obscore_radio
150147
WHERE CONTAINS(POINT(s_ra,s_dec),CIRCLE(82.99458,33.14794,0.0003)) = 1
@@ -160,7 +157,6 @@ \subsection{Use case - reasonable fidelity}
160157
II. Maximum angular scale > 1arcsec
161158
III. uv plane is filled at more than 0.2
162159
IV. Estimated uv eccentricity < 0.75
163-
164160
\begin{verbatim}
165161
SELECT * FROM ivoa.obscore
166162
NATURAL JOIN ivoa.obscore_radio
@@ -179,7 +175,7 @@ \subsection{ Use case - visibility data product and target object selection }
179175
\\
180176
Show me all observation identifiers satisfying:\\
181177
I. DataType = visibility \\
182-
II. Target Name = Fornax Cluster \\
178+
II. Target Name = Fornax Cluster
183179
\begin{verbatim}
184180
SELECT obs_id FROM ivoa.obscore
185181
WHERE dataproduct_type = 'visibility'
@@ -276,12 +272,11 @@ \subsection{Use case - instrument type and frequency selection }
276272

277273

278274
\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. }\\
280276
Show me all datasets satisfying:\\
281277
I. Instrument type = visibility \\
282278
II. number of antennae > 40 \\
283-
III. antenna maximum distance in meters > 5000 \\
284-
279+
III. antenna maximum distance in meters > 5000
285280
\begin{verbatim}
286281
SELECT * FROM ivoa.obscore_radio
287282
WHERE instr_type = 'interferometry'

0 commit comments

Comments
 (0)