Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Appendix.tex typos #70

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions Appendix.tex
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ \subsection{Use case - maximum angular scale selection}
SELECT * FROM ivoa.ObscoreRadioExtended
WHERE dataproduct_type = 'visibility' AND
max_angular_scale > 0.018 AND
max_angular_scale > 0.018 AND
CONTAINS(POINT(s_ra,s_dec),CIRCLE(82.99458, 33.14794,0.0003)) = 1))
\end{verbatim}

Expand All @@ -193,7 +192,7 @@ \subsection{Use case - maximum angular scale selection with reasonable fidelity}
V. Position within 1 arcsec of 82.99458 + 33.14794
\begin{verbatim}
SELECT * FROM ivoa.ObscoreRadioExtended
WHERE dataproduct_type = 'visibilty' AND
WHERE dataproduct_type = 'visibility' AND
max_angular_scale > 0.018 AND
uv_distribution_fill > 0.7 AND
uv_distribution_ecc < 0.1 AND
Expand Down
Loading