/usr/share/doc/munipack/man_bias.html is in munipack-doc 0.5.10-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 | <!DOCTYPE HTML>
<html lang="en">
<head>
<!-- meta -->
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="description" content="A general astronomical image processing software">
<meta name="author" content="Filip Hroch">
<link href="news_feed.xml" type="application/atom+xml" rel="alternate" title="Sitewide ATOM Feed" />
<link type="text/css" rel="stylesheet" href="munipack.css">
<link rel="shortcut icon" href="favicon.ico">
<title>Munipack ‒ Averaged bias frame</title>
</head>
<body>
<header>
<a href="munipack.html"><img src="title_logo.png" alt="Munipack's logo" class="head"></a>
<div class="headhead">
<div class="headtitle">
<a class="headtitle" href="munipack.html">Munipack</a>
<a class="headsubtitle" href="munipack.html">A general astronomical image processing software</a>
</div>
<ul class="menu">
<li class="menu">◈ <a href="docs.html" class="menu">Documents</a></li>
<li class="menu">☺ <a href="guide.html" class="menu">User guide</a></li>
</ul>
</div>
</header>
<h1>Averaged Bias Frame</h1>
<p class="abstract">
An average bias frame of a set of bias frames.
</p>
<h2>Synopsis</h2>
<code>
munipack bias [.. parameters ..] file(s)
</code>
<h2>Description</h2>
<p>
A bias frame is a zero-time exposure with no light. The exposure with the shortest
possible exposure time provided by a device. One maps a pre-amplifier bias (offset)
of readout electronics. This routine creates an average bias frame,
sometimes named as a masterbias.
</p>
<p class="indent">
Because bias exposure times are really short (1/100s or less), it is
recommended to acquire and average a lot of exposures (>10).
</p>
<p>
An output bias <i>B<sub>ij</sub></i> is computed as the average of every pixel of
input images <i>(I<sub>k</sub>)<sub>ij</sub></i>:
</p>
<p>
<i>B<sub>ij</sub></i> = 〈 <i>I<sub>k</sub></i> 〉<i><sub>ij</sub></i>,
</p>
<p>
where <i>i,j</i> is an index of a pixel and <i>k</i> is an index of an image.
</p>
<p class="indent">
Two methods of averaging are implemented. An arithmetical mean
is fast and memory conserving while a robust mean is significantly slower and requires
much more memory. Use of the robust mean is preferred because random defects (cosmics,
interferences) are greatly suppressed.
</p>
<p class="indent">
Both chip temperatures or exposure times are checked to be nearly the same
during processing when FITS_KEY_TEMPERATURE and FITS_KEY_EXPTIME
<a href="man_env.html">environment variables</a> are set to values of
corresponding quantities.
</p>
<h2>Input And Output</h2>
<p>
On input, list of frames representing the bias is expected.
</p>
<p>
On output, the only one file as mean bias frame is created.
</p>
<h2>Parameters</h2>
<dl>
<dt><samp>--arith</samp></dt><dd>use arithmetical mean instead of
default robust mean</dd>
<dt><samp>--tol-temp temp</samp></dt><dd>limit for nearby temperatures
(default = 1K)</dd>
<dt><samp>--tol-exp exptime</samp></dt><dd>limit for nearby exposure times
(default = 1 μsec)</dd>
<dt><samp>-B bitpix</samp></dt><dd>set numerical type of output images,
see <a href="man_com.html">Common options</a> (default -32)</dd>
<dt><samp>-o filename</samp></dt><dd>save to the output file,
see <a href="man_com.html">Common options</a></dd>
</dl>
<p>Also see <a href="man_com.html">Common options</a></p>
<h2>Examples</h2>
<code>
$ munipack bias -o bias.fits bias_*.fits
</code>
<figure>
<img class="figure" src="arithmetical_mean.png" alt="arithmetical_mean.png" title="Arithmetical mean">
<figcaption>
Arithmetical mean (duration 0.2 sec)
</figcaption>
</figure>
<figure>
<img class="figure" src="robust_mean.png" alt="robust_mean.png" title="Robust mean">
<figcaption>
Robust mean (duration 3.5 sec)
</figcaption>
</figure>
<h2>See Also</h2>
<p>
<a href="lctut.html">Light Curve Tutorial</a>,
<a href="phcorrtut.html">Photometric corrections tutorial</a>,
<a href="man_dark.html">Averaged dark frame</a>.
</p>
<footer>
<div style="float:left; margin-left:2em;">
Copyright © 1997 – 2018
Filip Hroch (<a style="text-decoration: none" href="mailto:hroch@physics.muni.cz?Subject=Munipack" title="Author's Email">✉</a>), license <a href="http://www.gnu.org/licenses/gpl.html">GPLv3</a>.
</div>
<div style="float:right; margin-right:2em; margin-top:-0.2em;">
<a href="http://monteboo.blogspot.com/search/label/Munipack" title="Munipack on MonteBoo Blog"><img src="favicon-blogger.png" alt="Blogger"></a>
<a href="http://www.muni.cz/?lang=en" title="Masaryk University in Brno, Czech Republic"><img src="mu-logo.png" alt="Masaryk University"></a>
<a href="news_feed.xml" title="Munipack's Releases in Atom Syndication Format"><img src="Feed-icon.png" alt="Atom Feed"></a>
</div>
</footer>
</body>
</html>
|