Skip to content

Commit

Permalink
Merge pull request #66 from Bonnarel/main
Browse files Browse the repository at this point in the history
Mark K PR fixes
  • Loading branch information
loumir authored Nov 13, 2024
2 parents 218ed70 + 22f4441 commit 43bafe8
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions Appendix.tex
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ \subsection{Use case - frequency selection for images }
SELECT * FROM ivoa.ObscoreRadioExtended
WHERE (dataproduct_type = 'image' OR
dataproduct_type = 'cube') AND
f_max < 1e9
299792458 / em_min < 1e9
\end{verbatim}
% Mireille Louys: shall we also look for spectra with these frequency constrains ?

Expand All @@ -125,18 +125,20 @@ \subsection{Use case - frequency selection for images }

% These use NATURAL JOIN
% Should these restrict the dataproduct_type?
\subsection{Use case - high resolution data around FRB targets }

Give me high-resolution data on possible persistent radio sources with
an arc second of FRB 121102:
\textit{Give me high-resolution data on possible persistent radio sources within an arc second of FRB 121102:}

\begin{verbatim}
SELECT * FROM ivoa.obscore NATURAL JOIN ivoa.obs_radio
WHERE CONTAINS(POINT(s_ra,s_dec),CIRCLE(82.99458,33.14794,0.0003)) = 1 AND
s_resolution_max < 0.001
\end{verbatim}

Give me data on extended HI emission around the source 3C84 that can
be imaged with reasonable fidelity:
\subsection{Use case - reasonable fidelity}

\textit{Give me data on extended HI emission around the source 3C84 that can
be imaged with reasonable fidelity:}

\begin{verbatim}
SELECT * FROM ivoa.obscore NATURAL JOIN ivoa.obs_radio
Expand All @@ -150,7 +152,7 @@ \subsection{Use case - frequency selection for images }

% end of Mark's (VLBI) science cases

\subsection{ use case - visibility data product and targer object selection }
\subsection{ use case - visibility data product and target object selection }
\textit{Any raw interferometry observation containing target Fornax cluster.}\\
\\
Show me all observation identifiers satisfying:\\
Expand Down

0 comments on commit 43bafe8

Please sign in to comment.