This file is indexed.

/usr/share/doc/munipack/basic.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
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
<!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 ‒ Basics usage</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 class="noindent">Basic Usage</h1>

<p class="abstract">
Munipack is designed with an easy-to-use user interface which
wrapping of a powerful processing engine.
</p>

<h2>Invoking</h2>

<ul>
<li>Run Munipack from Applications menu:<br>
<figure>
<img class="figure" src="appbrowser.jpg" alt="appbrowser.jpg" title="Run from Applications">
</figure>
</li>

<li>
Run Munipack by right-clicking on file-browser menu
of associated FITS file:<br>
<figure>
<img class="figure" src="menurun.jpg" alt="menurun.jpg" title="Run from Applications">
</figure>
</li>
</ul>


<h1>Graphical interface</h1>

<h2>File Browser</h2>

<p>
The browser is a tool for handling of large collections of FITS files
like a specialized file browser.
Munipack's graphical user interface (GUI) can be invoked
by running of following command (from a menu or by using a graphical terminal)
</p>
<pre>
$ xmunipack
</pre>

<p>
More details can be found in <a href="features.html">Features</a>.
</p>

<div class="screenshots">
<figure>
<a href="Screenshot-Workplace.png" class="image" title="Screenshot of Workplace">
<img class="figure" src="Screenshot-Workplace-mini.png" alt="Browser"></a>
<figcaption>Browser (click to zoom)</figcaption>
</figure>
</div>



<h2>File Viewer</h2>

<p>
File viewer works on a single FITS file.
Any FITS file can be displayed directly by passing its name as an argument:
</p>
<pre>
$ xmunipack IMG_5807.fits
</pre>

<div class="screenshots">
<figure>
<a href="Screenshot-View.png" class="image" title="Screenshot of View">
<img class="figure" src="Screenshot-View-mini.png" alt="Viewer"></a>
<figcaption>Viewer (click to zoom)</figcaption>
</figure>
</div>


<h2>Command-line interface</h2>

<p>
All functionality is also available without a graphical display.
The command line tools are intended to be used in (non-interactive) batch
processing.
</p>

<pre>
$ munipack
</pre>

<div class="screenshots">
<figure>
<a href="Screenshot-cli.png" class="image" title="Screenshot of CLI">
<img class="figure" src="Screenshot-cli-mini.png" alt="Terminal"></a>
<figcaption>Dark frames averaging finished on terminal (click to zoom)</figcaption>
</figure>
</div>


<h2>See Also</h2>

<ul>
<li><a href="basic.html">Getting started</a></li>
<li><a href="man_intro.html">Introduction for command-line utilities</a></li>
<li><a href="guide.html">☺ User Guide</a></li>
<li><a href="docs.html">◈ Documentation</a></li>
</ul>




<!--
<h1>Concept</h1>

<p>
Munipack offers a set of computer routines as tools for various
kinds of astronomical image processing. Currently there are
only two user interfaces (graphical, command-line) but the system
is designed to be more flexible. The routines can be easy
available in the WWW or Virtual Observatory environments.
</p>

<p class="indent">
All utilities are prepared as relative independent software utilities,
whereas every utility is intended to done only one task.
All operations should be done without any interaction with user,
 so it is suitable for extensive
batch processing. It is supposed that the utilities will be combined
in a specific way to done required processing.
</p>

<p class="indent">
From the computer point of view, Munipack offers set of shell
utilities which uses the standard input, switches and the standard output
as in the same manner as all other tools in system. Both input and
output interaction is implemented via plain text or FITS files providing
easy way to modify and use of results of computation. Every
utility can be potentially replaced by an another one to better fit of
a solved problem. Therefore, Munipack's routines should be a base for a derived
package.
</p>

<p class="indent">
There are two types of interface which may be used for data processing.
A simple, but perhaps less general way, is offered by a graphical interface.
The full functionality is provided by a set of command line utilities.
</p>

<h1>Classics edition</h1>
<p>
The command-line interface is the most visible changed part since
the classic edition.
Please, consult also <a href="cbasic.html">the basic documentation</a> for
the classic edition.
</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>