SNOUG-Vel/src/Solve.tex

114 lines
3.2 KiB
TeX
Raw Permalink Normal View History

2022-08-29 18:42:05 -06:00
%
% Solve.tex
%
% SatNOGS Optical Unofficial Guide
%
% Copyright (C) 2022, Jeff Moe
%
% This document is licensed under the Creative Commons Attribution 4.0
% International Public License (CC BY-SA 4.0) by Jeff Moe.
%
\section{Plate Solver}
\label{sec:plate-solver}
2022-09-06 04:34:24 -06:00
A ``\gls{plate-solver}'' will take an image of stars and detect the time and place
2022-08-30 00:15:27 -06:00
of the picture. There are two main steps:
2022-08-29 18:42:05 -06:00
\begin{mdframed}[backgroundcolor=blue!10,linecolor=blue!30]
2022-08-30 00:15:27 -06:00
\begin{enumerate}
2022-09-06 14:09:43 -06:00
\item Extract stars from an image, such as a \gls{FITS} file generated by \texttt{\gls{stvid}}.
\item ``Solve'' the image of the stars in the image against vast databases in a
2022-09-05 23:48:35 -06:00
\gls{star-catalogue}.
2022-08-30 00:15:27 -06:00
\end{enumerate}
\end{mdframed}
2022-08-30 00:15:27 -06:00
See below for a list of software tools that detect/extract stars from
images (e.g. \gls{FITS}).
2022-09-03 20:15:26 -06:00
\index{detect}
2022-08-30 00:15:27 -06:00
\begin{mdframed}[backgroundcolor=blue!10,linecolor=blue!30]
2022-08-30 00:15:27 -06:00
\begin{itemize}
\item Source Extractor.
\item \gls{KStars} with Ekos adds \texttt{Internal SEP}.
\item \gls{KStars} with Ekos adds \texttt{Builtin method for solver}.
2022-08-30 00:15:27 -06:00
\end{itemize}
\end{mdframed}
2022-09-06 00:16:31 -06:00
\index{Source Extractor}\index{Ekos}
2022-08-30 00:15:27 -06:00
See below for a list of \glspl{plate-solver} that can be used.
2022-08-30 00:15:27 -06:00
\begin{mdframed}[backgroundcolor=blue!10,linecolor=blue!30]
2022-08-30 00:15:27 -06:00
\begin{itemize}
\item astrometry.net locally.
\item astrometry.net Internet.
\item astap.
\item Watney.
\end{itemize}
\end{mdframed}
2022-09-06 14:09:43 -06:00
\index{astap}\index{Watney}\index{astrometry.net}
2022-08-30 00:15:27 -06:00
\section{Source Extractor}
2022-08-31 18:08:48 -06:00
\label{sec:Source Extractor}
2022-08-30 00:15:27 -06:00
\index{Source Extractor}
2022-08-31 18:08:48 -06:00
2022-08-30 00:15:27 -06:00
\texttt{Source Extractor}, formerly \texttt{SExtractor} and some other names,
is an application to extract stars from images. The software has been
widely used for many years.
\url{https://www.astromatic.net/software/sextractor}
\section{astrometry.net}
2022-08-30 00:15:27 -06:00
Astrometry.net is a website and software that can be run locally to solve
a plate of stars that has been extracted from \texttt{Source Extractor}. XXX
2022-09-06 14:09:43 -06:00
\index{Source Extractor}\index{astrometry.net}
2022-08-30 00:15:27 -06:00
% https://nova.astrometry.net/
\begin{figure}[h!]
2022-08-31 11:58:38 -06:00
\begin{framed}
\centering
\includegraphics[keepaspectratio=true,height=0.60\textheight,width=0.60\textwidth,angle=0]{astrometry-web.png}
2022-08-30 00:15:27 -06:00
\caption{nova.astrometry.net website.}
\label{fig:astrometry-web-web}
2022-08-31 11:58:38 -06:00
\end{framed}
2022-08-30 00:15:27 -06:00
\end{figure}
\fbox{
\parbox{\linewidth}{
\textcolor{red}{NOTICE:} \\
2022-09-03 20:15:26 -06:00
Using astrometry.net online requires an account with non-\gls{libre} services.
2022-08-30 00:15:27 -06:00
The astrometry.net software can be installed locally to avoid this.
2022-09-06 14:09:43 -06:00
\index{proprietary}\index{astrometry.net}
2022-08-30 00:15:27 -06:00
}
}
2022-08-31 18:08:48 -06:00
\section{Star Catalogues}
\label{sec:star-catalogues}
2022-09-05 23:48:35 -06:00
To use a \gls{plate-solver}, you will need \glspl{star-catalogue}. They can get large.
The \texttt{stvid} application includes a basic \gls{star-catalogue}.
XXX The \texttt{4200} index series is also recommended.
2022-08-30 00:15:27 -06:00
\section{World Coordinate System}
2022-08-31 18:08:48 -06:00
\label{sec:wcs}
2022-08-30 12:39:34 -06:00
\gls{WCS} info. XXX
2022-08-30 00:15:27 -06:00
2022-08-31 16:26:34 -06:00
\section{SIP}
2022-08-31 18:08:48 -06:00
\label{sec:sip}
2022-08-31 16:26:34 -06:00
\gls{SIP} info. XXX
2022-08-30 00:15:27 -06:00
\section{Plate Solving with \texttt{stvid}}
2022-08-31 18:08:48 -06:00
\label{sec:plate-solving-stvid}
2022-09-06 04:34:24 -06:00
\index{process}
2022-08-31 18:08:48 -06:00
2022-08-31 16:26:34 -06:00
Use the \texttt{process.py} scripts described in section \ref{sec:plate-solver},
page \pageref{sec:plate-solver}, to solve plates
2022-09-06 14:09:43 -06:00
with \texttt{\gls{stvid}}.
2022-08-29 18:42:05 -06:00