This file is indexed.

/usr/share/doc/munipack/man_dark.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
<!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 Dark 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 Dark Frame</h1>

<p class="abstract">
Compute an average dark frame of a set of dark frames.
</p>

<h2>Synopsis</h2>

<code>
munipack dark [--arith] [-bias file] [--tol-temp] [--tol-exp] [..] file(s)
</code>

<h2>Description</h2>

<p>
A dark frame is a map of a dark current, thermally generated charged particles
captured in pixels. Amount of the dark current is proportional both temperature
and exposure time. This routine creates an average dark frame,
sometimes named as a masterdark.
</p>

<p>
An output image <i>O<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>O<sub>ij</sub></i> = 〈<i>I<sub>k</sub></i> - <i>B</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.
When a bias frame <i>B<sub>ij</sub></i> is available, one is subtracted from
dark exposures before averaging.
</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">
It is strongly recommended correct setting of FITS_KEY_EXPTIME
(<a href="man_env.html">environment variables</a>) because
the exposure time will usable for later processing.
Chip temperatures are checked to be equal during processing when
FITS_KEY_TEMPERATURE is valuable.
</p>

<h2>Input And Output</h2>

<p>
On input, list of frames representing the darks is expected. Optionaly, a bias
can by pre-applied on every frame.
</p>

<p>
On output, the only one file as mean dark 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>-bias file</samp></dt><dd>use the specified bias frame</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 dark -o d120.fits d120_*.fits
</code>

<figure>
<img class="figure" src="d120_1.png" alt="d10_1.png" title="A dark image">
<figcaption>
A single dark image
</figcaption>
</figure>

<figure>
<img class="figure" src="d120.png" alt="d120.png" title="Mean of dark-frames">
<figcaption>
A robust mean of dark frames.
</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_bias.html">Averaged bias frame</a>.
</p>

<footer>
<div style="float:left; margin-left:2em;">
Copyright &copy; 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>