Glossary. Lists about process

glossary
Jeff Moe 2022-08-30 18:49:08 -06:00
parent d025548fbf
commit dc185e7769
3 changed files with 114 additions and 2 deletions

View File

@ -12,6 +12,18 @@
%%%%%%%%%%%
% ACRONYM %
%%%%%%%%%%%
\newacronym[
description={Instrument Neutral Distributed Interface is a \gls{DCS} protocol to enable control, data acquisition and exchange among hardware devices and software front ends, emphasizing astronomical instrumentation.%
\footnote{\cite{enwiki:Instrument-Neutral-Distributed-Interface}}%
}]
{INDI}{INDI}{Instrument Neutral Distributed Interface}
\newacronym[
description={Debian Free Software Guidelines is a set of guidelines that the \gls{Debian} Project uses to determine whether a software license is a free software license, which in turn is used to determine whether a piece of software can be included in \gls{Debian}. The DFSG is part of the \gls{Debian} Social Contract.%
\footnote{\cite{enwiki:Debian-Free-Software-Guidelines}}%
}]
{DFSG}{DFSG}{Debian Free Software Guidelines}
\newacronym[
description={Flexible Image Transport System is an open standard defining a digital file format useful for storage, transmission and processing of data: formatted as multi-dimensional arrays (for example a 2D image), or tables. FITS is the most commonly used digital file format in astronomy. The FITS standard was designed specifically for astronomical data, and includes provisions such as describing photometric and spatial calibration information, together with image origin metadata.%
\footnote{\cite{Wiki22:fitswikipfreeencyc}}%
@ -130,6 +142,9 @@
\newacronym[description={Free open-source hardware. See also: \gls{OSH}.}]{FOSH}{FOSH}{Free open-source hardware}
\newacronym[description={Free/libre and open-source software. See also: \gls{FOSS}.}]{FLOSS}{FLOSS}{Free/libre and open-source software}
\newacronym[description={Simple Imaging Polynomial.}]{SIP}{SIP}{Simple Imaging Polynomial}
\newacronym[description={Field of view.}]{FOV}{FOV}{Field of View}
\newacronym[description={distributed control system.}]{DCS}{DCS}{distributed control system}
%%%%%%%%%%%
% Acronyms with citations
@ -376,3 +391,15 @@
% PiCamera
% BSD
% Unix
% SDK
% IMX174
% OpenCV
% MIPI
% FOV
% f stop etc.
% INDI
% Kstars
% ekos
% gphoto
% distributions
% stphot

View File

@ -316,4 +316,22 @@
year = {2022},
}
@Misc{enwiki:Debian-Free-Software-Guidelines,
author = {{Wikipedia contributors}},
title = {Debian Free Software Guidelines --- {Wikipedia}{,} The Free Encyclopedia},
howpublished = {\url{https://en.wikipedia.org/w/index.php?title=Debian_Free_Software_Guidelines&oldid=1086423235}},
note = {[Online; accessed 31-August-2022]},
modificationdate = {2022-08-30T18:01:25},
year = {2022},
}
@Misc{enwiki:Instrument-Neutral-Distributed-Interface,
author = {{Wikipedia contributors}},
title = {Instrument Neutral Distributed Interface --- {Wikipedia}{,} The Free Encyclopedia},
howpublished = {\url{https://en.wikipedia.org/w/index.php?title=Instrument_Neutral_Distributed_Interface&oldid=1062506145}},
note = {[Online; accessed 31-August-2022]},
modificationdate = {2022-08-30T18:31:17},
year = {2021},
}
@Comment{jabref-meta: databaseType:biblatex;}

View File

@ -9,7 +9,7 @@
% International Public License (CC BY-SA 4.0) by Jeff Moe.
%
\section{SatNOGS Optical HOWTO}
SatNOGS Optical is the nascent distributed network of optical
\gls{SatNOGS-Optical} is the nascent distributed network of optical
ground stations.
This chapter gives a top level review what is needed in terms of hardware and
@ -17,7 +17,7 @@ software to build an operating optical ground station.
\section{Toolchain}
SatNOGS Optical Process Overview.%
\gls{SatNOGS-Optical} Process Overview.%
\footnote{\url{https://spacecruft.org/spacecruft/SNOPO}}
See figure \ref{fig:snopo}, page \pageref{fig:snopo}, described below.
@ -37,3 +37,70 @@ See figure \ref{fig:snopo}, page \pageref{fig:snopo}, described below.
\index{process}
\end{figure}
\section{Hardware}
Discussed in this section are some of the hardware options to be
explored. More explicit instructions of a particular hardware installation
can be see in \ref{sec:hardware-overview}, page \pageref{sec:hardware-overview}.
Below is discussed camera options, for details on computers and other parts,
also see the Hardware chapter.
For the purposes here, are three main categories of hardware. Depending which
category of equipment is selected, it impacts everything else, such as the
software used. Main categories:
\begin{itemize}
\item Motion video cameras --- Moving images.
\item Still camera --- Still photos.
\item Allsky cameras --- Views of all, or nearly all of the sky.
\end{itemize}
Different types of equipment can be used in different categories.
Some can be used in multiple setups, most just in one.
If available, using motion video cameras will work best for
detecting \glspl{satellite} with the developing \gls{SatNOGS} toolchain.
Examples of motion video camera sources that could be used:
\begin{itemize}
\item The Imaging Source Cameras based on IMX174 --- Known to work. Recommended.
High quality cameras, believed to be usable following \gls{DFSG}.
\item ZWO ASI based on IMX174 --- Known to work. Not \gls{DFSG} compatible.
Uses proprietary SDK. Currently in prototype development.
\item UVC/Video4Linux2 --- ``Any'' video camera that works with the \gls{Linux} kernel.
Typically, the device will appear similar to \texttt{/dev/video0}. A camera
that works with the software isn't necessarily sensitive enough to detect
satellites, however, as most are designed for bright environments.
\item OpenCV --- Devices that work with OpenCV can be used.
To work well, they need to be sensitive.
\item Raspberry Pi --- The PiCamera can be used. A good lower cost option.
Recommended. Many non-Raspberry Pi devices are also compatible with the Pi
MIPI interface.
\end{itemize}
Still cameras can also be used productively. The current \gls{Python} toolchain
is in very early development and not completely usable yet.
See the list below for still camera options:
\begin{itemize}
\item \Glspl{telescope} --- Can definitely take images of \glspl{satellite}.
Not the best tool at present, as it isn't well integrated into the toolchain.
The \gls{FOV} is generally too small. The mounts are optimized for
different types of tracking than satellites. This is changing, and longer
term could be well-supported. Using \gls{RASA} style \glspl{astrograph}
is likely the best option.
\item \gls{INDI} --- Typically used for control of \glspl{telescope} and
associated instrumentation, such as tracking mounts and cameras.
Cannot be used directly with the current developing \gls{SatNOGS} toolchain.
It is not seen as the future path forward as it isn't well optimized for
\gls{SatNOGS-Optical} usage. That said, it is very useful at present for
running a tracking mount with KStars and Ekos, for example,
in lieu of a better option. Camera software in the \gls{INDI} platform typically
produce image \gls{FITS} files.
\item gphoto --- The \gls{Linux} kernel recognizes many cameras that can be
used with gphoto tools and drivers, available in \gls{Debian}.
This is the recommended option at present for still cameras.
\gls{DSLR} cameras, such as from major manufacturers Canon and Nikon, are
used with gphoto.
\end{itemize}
% CMOS, CCD, Photo