This file is indexed.

/usr/share/doc/munipack/faq.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
<!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">
<!--
<style type="text/css">
div.questions { float:left; width:32%; padding-right: 1em;}
div.answers { margin-left:32%; padding-left: 1em;}
div.answers li { width: 50%; }
</style>
-->
<title>Munipack ‒ Frequently Asked Questions</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>FAQ</h1>

<p class="abstract">
Frequently Asked Questions
</p>

<!-- questions -->
<h1>Questions</h1>

<h2>General</h2>
<ol>
<li><a href="#what">What's Munipack?</a></li>
<li><a href="#license">What's the license of Munipack?</a></li>
</ol>
<h2>FITS Format</h2>
<ol>
<li><a href="#fits">What's FITS format ?</a></li>
<li><a href="#whyfits">Why FITS, why not xxx JPG, PNG, etc.. ?</a></li>
<li><a href="#keyword">My frames has set the keyword XXX (for temperature, object identification,...) and seems to by unused by Munipack.</a></li>
</ol>

<div style="padding: 2em;"></div>

<!-- answers -->
<h1>Answers</h1>

<h2>General</h2>
<ol>
<li><h4 id="what">What's Munipack?</h4>
<p>Munipack is a general astronomical image processing software.</p>
<p>Munipack is primary intended for any astronomical image processing.</p>
</li>
<li>
<h4 id="license">What's the license of Munipack?</h4>
<p>Munipack is licensed under <a href="http://www.gnu.org/licenses/gpl.html">GPL version 3.</a> This mean it is freely for any usage, modifications, redistributions etc. </p>
</li>
</ol>
<h2>FITS Format</h2>
<ol>
<li><h4 id="fits">What's FITS format ?</h4>
<p>FITS (Flexible Image Transfer System) is a computer format
intended to store astronomical data for simple and powefull data interchange.
FITS has been initially used for radiotelescope data.</p>
<p>See also: <a href="http://fits.gsfc.nasa.gov/">The FITS Support Office</a>,
<a href="http://en.wikipedia.org/wiki/FITS">FITS on Wikipedia</a>.
</p>
</li>
<li>
<h4 id="whyfits">Why FITS, why not JPEG, PNG, etc.. ?</h4>
<p>FITS offers such properties which are absolutelly necessory to store
any raw (measured) data. While JPEG or PNG formats are primary intended
for simple and flexible image storage and displaying.
</p>
<p>FITS has important advantages over usual computer data formats:</p>
<ul>
<li>Sophisticated method for storing numerical data types.</li>
<li>Sophisticated store of optional parameters in headers.</li>
<li>Support for 4 and 8-bit integers as well as floats.</li>
<li>Multi-parts images (one file can contains more images/tables).</li>
<li>Tables can be stored as well as.</li>
</ul>
</li>
<li>
<h4 id="kewords">Different keywords</h4>
<p>See man_env.html to set the right name. (dodelat!!)</p>
</li>
</ol>

<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>