This file is indexed.

/usr/share/doc/dpuser-doc/qfitsview.html is in dpuser-doc 3.3+p1+dfsg-2.

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
<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   <meta name="Author" content="Thomas Ott">
   <title>QFitsView</title>

<STYLE TYPE="text/css">
<!--
P {text-align: justify}
-->
</STYLE>
 <style type="text/css" title="currentStyle">
  @import "dpuser.css";
 </style>
<link rel="shortcut icon" href="tel.gif" type="image/gif">
</head>
<body bgcolor="#FFFFFF">

<map name="QFitsViewPanels">
<area shape="rect" coords="1 9 400 33" href="toolbar.html" alt="Toolbar">
<area shape="rect" coords="2 42 62 214" href="viewingtools.html" alt="Viewing Tools">
<area shape="rect" coords="9 281 392 320" href="dpuserwindow.html" alt="DPUSER command window">
<area shape="rect" coords="1 224 399 278" href="cubespectrum.html" alt="Cube Spectrum">
<area shape="rect" coords="63 35 394 204" href="maindisplay.html" alt="Main Display">

</map>

<div id="header">QFitsView</div>
<div id="menu">
<ul>
<li><a class="current" href="qfitsview.html">Introduction</a></li>
<li><a href="maindisplay.html">Main Display</a></li>
<li><a href="toolbar.html">Toolbar</a></li>
<li><a href="viewingtools.html">Viewing Tools</a></li>
<li><a href="cubespectrum.html">Cube Spectrum</a></li>
<li><a href="dpuserwindow.html">DPUSER Window</a></li>
<hr>
<li><a href="index.html">DPUSER documentation</a></li>
<hr>
</ul>
<form method="GET" action="search.html">
<input type="text" size=15 name="keywords">
<input type="submit" value="Search">
</form>
</div>
<div id="content">
<h1>Introduction</h1>
<table class="image" align="right">
<caption align="bottom"><b>Click on the areas in the screenshot to navigate to the respective help pages</b></caption>
<tr><td>
<img hspace = "10" bgcolor = "white" src="QFitsView_small.png" alt="QFitsView screenshot" usemap="#QFitsViewPanels">
</td></tr>
</table>

<p>
QFitsView is a FITS file viewer. It can display one, two, and three-dimensional
FITS files. It is written completely in C++ and uses the Qt widget library,
which makes it available for all major platorms: Windows, MAC OS-X, and many
Unix variants. Its main window consists of the following areas (you can click
on the areas in the screenshot to navigate to the respective help pages):
<ul>
<li>At the top, a toolbar which provides quick access to commonly used actions</li>
<li>At the left:
  <ul>
  <li>information of the pixel under the cursor (pixel coordinates, pixel value and WCS coordinates)</li>
  <li>a magnifier</li>
  <li>a total view of the image</li>
  </ul>
</li>
<li>At the bottom, the DPUSER command and output window</li>
<li>Also at the bottom, in case a FITS datacube is displayed, the spectrum under the cursor</li>
<li>The central part of the window shows the actual image</li>
</ul>
<p>
QFitsView has three modes of operation, depending of what kind of data is
being displayed. In case of one-dimensional data, the data are shown in an
x-y plot. Two-dimensional images are shown in the main window. Three-dimensional
data cubes can be displayed in a variety of ways, the third dimension is shown
again as a x-y plot at the bottom of the image display.
<br>
<p>
For instructions how to obtain and install QFitsView, go to the
<a href="http://www.mpe.mpg.de/~ott/QFitsView/index.html">installing page.</a>

<h3>The Author</h3>
<p>
QFitsView was written by Thomas Ott as a software package for reducing astronomical
data. If you have comments or suggestions regarding QFitsView, please
feel free to <a href="http://www.mpe.mpg.de/~ott">contact me</a>.

<h3>Credits</h3>
<p>
The following packages and code snippets were used in developing QFitsView
<ul>
<li><a href="http://qt.nokia.com">
Qt - Cross-platform application and UI framework</a></li>
<li><a href="http://www.vtk.org">
vtk Visualization Toolkit</a></li>
<li><a href="http://www.famfamfam.com">
Mini-Icons from FAMFAMFAM</a></li>
<li><a href="index.html#credits">
...and also all the credits for DPUSER - The Next Generation</a></li>
</ul>

</div>
<div id="copyright">
Copyright &copy; Thomas Ott ---- QFitsView 3.3 (Rev. )
</div>
</body>
</html>