glossary
Jeff Moe 2022-09-04 17:53:52 -06:00
parent e279e3b736
commit 345549ae99
3 changed files with 26 additions and 2 deletions

View File

@ -616,6 +616,12 @@
\footnote{\cite{enwiki:Docker}}
}}
\newglossaryentry{binning}
{ name={binning},
description={is the process of combining adjacent pixels throughout an image, by summing or averaging their values, during or after readout. Charge from adjacent pixels in \gls{CCD} image sensors and some other image sensors can be combined during readout, increasing the line rate or frame rate. In the context of image processing, binning is the procedure of combining clusters of adjacent pixels, throughout an image, into single pixels. For example, in 2x2 binning, an array of 4 pixels becomes a single larger pixel, reducing the number of pixels to 1/4 and halving the image resolution in each dimension. The result can be the sum, average, median, minimum, or maximum value of the cluster. This aggregation, although associated with loss of information, reduces the amount of data to be processed, facilitating analysis. The binned image has lower resolution, but the relative noise level in each pixel is generally reduced. Also called pixel binning.%
\footnote{\cite{enwiki:Pixel_binning}}
}}
% TO ADD
% stphot

View File

@ -605,4 +605,22 @@
year = {2022},
}
@Misc{enwiki:Docker,
author = {{Wikipedia contributors}},
title = {Docker (software) --- {Wikipedia}{,} The Free Encyclopedia},
howpublished = {\url{https://en.wikipedia.org/w/index.php?title=Docker_(software)&oldid=1108127182}},
note = {[Online; accessed 4-September-2022]},
modificationdate = {2022-09-04T17:25:07},
year = {2022},
}
@Misc{enwiki:Pixel_binning,
author = {{Wikipedia contributors}},
title = {Pixel binning --- {Wikipedia}{,} The Free Encyclopedia},
howpublished = {\url{https://en.wikipedia.org/w/index.php?title=Pixel_binning&oldid=1085651660}},
note = {[Online; accessed 4-September-2022]},
modificationdate = {2022-09-04T17:53:02},
year = {2022},
}
@Comment{jabref-meta: databaseType:biblatex;}

View File

@ -61,8 +61,8 @@ run, files such as below will be generated:
\gls{FITS} files are the main files created during acquisition and
are the main files used in processing. It has the data of
the actual image taken with the camera. \gls{FITS} files will be significantly
larger than the other files, at around 35 megabytes each, depending
on sample rate and frame size.
larger than the other files, at around 8 to 35 megabytes each, depending
on sample rate, frame size, and \gls{binning}.
\index{FITS}\index{acquire}\index{process}
The \texttt{stvid} program creates it's customized \gls{FITS} format