Tracking Software section. Misc cleanups

glossary
Jeff Moe 2022-09-01 16:35:07 -06:00
parent fd2fafb985
commit a871716e87
4 changed files with 86 additions and 5 deletions

View File

@ -26,8 +26,9 @@ will perform both the detection and identification steps.
\subsection{\texttt{process\_new.py} Usage}
\index{process}
This assumes you have installed \texttt{stvid} as shown in section \ref{sec:stvid-setup}.
Adjust dated directory to actual directory name.
This assumes you have installed \texttt{stvid} as shown in section \ref{sec:stvid-setup}
\pageref{sec:stvid-setup}.
Adjust the dated directory used in this example to the actual directory name.
\begin{minted}{sh}
cd stvid/
@ -40,8 +41,9 @@ cd stvid/
\subsection{\texttt{process.py} Usage}
If there is no \texttt{process\_new.py} it has likely been merged into
\texttt{process.py}. Or perhaps, to use the ``older'' script it would
be run as shown below. Note, the configuration files is between the old
and new script are different.
be run as shown below. Note, the old and new configuration files
are different and should be used with the correct corresponding \gls{Python}
script.
\begin{minted}{sh}
cd stvid/

View File

@ -432,3 +432,4 @@
% GOTO
% sidereal
% slew
% sky chart

View File

@ -296,3 +296,81 @@ Visualize satellites on a map of the sky.
-B, --latitude manual site latitude (deg)
-H, --elevation manual site elevation (m)
\end{minted}
\section{Tracking Software}
\label{sec:software-tracking}
\index{track}\index{software}
The tracking software used depends upon the tracking mount.
See section \ref{sec:hardware-tracking-ground-station},
page \pageref{sec:hardware-tracking-ground-station}
for discussion of hardware tracking mounts.
For our uses here, there are three broad categories of tracking
software:
\begin{mdframed}[backgroundcolor=blue!10,linecolor=blue!30]
\begin{description}
\item [Telescope] --- Controlling \glspl{telescope} remotely.
\item [Antenna] --- Controlling \glspl{antenna} remotely with hamlib.
\item [Cameras] --- Controlling PTZ cameras remotely.
\end{description}
\end{mdframed}
\index{telescope}\index{antenna}
\subsection{Telescope Tracking Software}
Software that can be used with telescope tracking mounts:
\begin{mdframed}[backgroundcolor=blue!10,linecolor=blue!30]
\begin{description}
\item [INDI] --- Main client/server used by other applications.
\item [KStars] --- Sky charts, INDI control.
\item [Ekos] --- Application used within KStars for remote control
of telescopes and related hardware via \gls{INDI}.
\item [Stellarium] --- Sky charts, has \gls{INDI} plugin.
\item [Other INDI] --- Many more applications work with \gls{INDI}.
\item [INDIGO] --- Positions itself as a next-generation INDI (?).
\end{description}
\end{mdframed}
\index{telescope}\index{INDI}\index{KStars}\index{Ekos}\index{Stellarium}
\index{INDIGO}
Using \gls{INDI} with KStars and Ekos on a Sky-Watcher or Celestron
telescope mount is a known working solution.
\index{Sky-Watcher}\index{Celestron}
\subsection{Antenna Tracking Software}
At present, for the \gls{SatNOGS} network \gls{RF} \glspl{ground-station},
hamlib is typically used for tracking, if directional \glspl{antenna} are
used. Hamlib was originally created for amateur radio equipment, but has
expanded to control many more devices.
\index{hamlib}\index{antenna}\index{RF}\index{amateur radio}
\begin{mdframed}[backgroundcolor=blue!10,linecolor=blue!30]
\begin{description}
\item [hamlib] --- \Gls{antenna} \gls{rotator} control.
\end{description}
\end{mdframed}
I don't know of anyone prototying a satellite tracking mount with hamlib,
but it should be possible using the ``leap frog'' method, perhaps on the
same mount as existing \gls{SatNOGS} \glspl{antenna}. The mount may not
be steady enough.
\subsection{Camera Tracking Software}
There are applications for using PTZ control of cameras, such as used in
``security'' cameras.
\begin{mdframed}[backgroundcolor=blue!10,linecolor=blue!30]
\begin{description}
\item [motion] --- PTZ camera control. XXX check
\end{description}
\end{mdframed}
I don't know of any of these being used in satellite tracking prototypes
at present.

View File

@ -93,7 +93,7 @@ a plate of stars that has been extracted from \texttt{Source Extractor}. XXX
To use a plate solver, you will need star catalogues. They can get large.
The \texttt{stvid} application includes a basic star catalogue.
XXX The \texttt{4200} series is also recommended.
XXX The \texttt{4200} index series is also recommended.
\section{World Coordinate System}