This file is indexed.

/usr/share/doc/munipack/man_kombine.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
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
<!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 ‒ Manual Page</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>Kombine</h1>

<p class="abstract">
Multiple frames are composed to a single image.
</p>

<h2>Command</h2>

<code>
munipack kombine [..] files
</code>

<h2>Description</h2>

<p>
Purpose of this routine is to compound images into a deeper exposure,
to increase its dynamic range, to average frames or to create of a mosaics
covering larger area than any single frame.
</p>

<p>
Result image can be scaled to arbitrary size, rotated and shifted. Also
photometric information can be saved on per-image base.
</p>

<p>
The routine provides sub-pixel resolution. The blurring of image due to
convolution is not reduced by the implemented algorithm.
</p>

<h2>Prerequisites</h2>
<p>
  Kombine needs astrometry. A regular photometry is necessary
  for averaging.
</p>

<h2>Input And Output</h2>

<p>
  On input, list of frames meeting the prerequisites.
</p>

<p>
On output, a new FITS frame is created.
</p>

<h2>Averaging</h2>
<p>
  Averaging (<samp>--average</samp>) can create clean up average
  frames. The averaging can be applied only on already photo-metrically
  calibrated frames including PHOTOMETRY extension created by
  <a href="man_phcal.html">phcal</a>. The result frame has mean
  intensity and background of input frames.
</p>

<h2>Initialisation of parameters</h2>
<p>
  The paramaters are inherited from parameters of the first
  frame on input, if no corresponding parametr is set by command
  line option. The strategy is chosen as the less surprising
  way. The output frame looks similary as inputs ones.
</p>

<p>
  The live will more easy with the zero rotation
  angle (<samp>--angle 0</samp>) and
  no reflection (<samp>--reflex no</samp>) of output frames.
</p>


<h2>Parameters</h2>

<h3>Parameters for composition:</h3>
<dl>
  <dt><samp>-i, --interpol</samp></dt><dd>interpolation method:
    none (<a href="https://en.wikipedia.org/wiki/Image_scaling">nearest
      neighborhood</a>),
    <a href="https://en.wikipedia.org/wiki/Bilinear_interpolation">bilinear</a>,
    <a href="https://en.wikipedia.org/wiki/Bicubic_interpolation">bicubic</a>
    (default)</dd>
  <dt><samp>--adjust</samp></dt><dd>adjust sky level of individual
    exposures</dd>
  <dt><samp>--expomask</samp></dt><dd>use exposure mask to normalise
    photon rates</dd>
  <dt><samp>--average</samp></dt><dd>compute the robust mean
    for every single pixel instead of frames summation</dd>
</dl>

<h3>Geometry parameters:</h3>
<dl>
  <dt><samp>-p, --projection</samp></dt><dd> projection: none, gnomonic
    (default)</dd>
  <dt><samp>--rcen, --dcen</samp></dt><dd> centre of projection in
    Right Ascension and Declination [deg]</dd>
  <dt><samp>--width, --height</samp></dt><dd>dimensions of the output
    frames in pixels</dd>
  <dt><samp>--xcen, --ycen</samp></dt><dd> centre of projection on chip [pix]
    (default: width/2, height/2)</dd>
  <dt><samp>--scale</samp></dt><dd>scale [pix/deg]</dd>
  <dt><samp>--angle</samp></dt><dd>positional angle [deg]</dd>
  <dt><samp>--reflex</samp></dt><dd>[yes|no] setup reflection</dd>
</dl>

<p>See <a href="man_com.html">Common options</a> for input/output filenames.</p>

<h2>Examples</h2>

<p>
Compose images
</p>
<code>
$ munipack kombine images*.fits
</code>


<h2>See Also</h2>
<p>
<a href="kombitut.html">Frame Composition</a>,
<a href="mosaics.html">Mosaics</a>,
<a href="colorimage.html">Frame Colouring</a>,
<a href="http://en.wikipedia.org/wiki/Slip_(clothing)" title="Kombiné is Czech term for slip :)">Slip</a>
<a href="man_com.html">Common options</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>