This file is indexed.

/usr/share/doc/dpuser-doc/cubespectrum.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
111
112
<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   <meta name="Author" content="Thomas Ott">
   <title>QFitsView DPUSER 3D spectrum plot</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">

<div id="header">QFitsView</div>
<div id="menu">
<ul>
<li><a 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 class="current" 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>QFitsView cube spectrum plot</h1>
<p>
<img vspace = "10" bgcolor = "white" src="cubespectrum.png" alt="QFitsView 3D spectrum plot" align="top">
<p>
The cube spectrum plot window shows the spectrum along the third dimension
under the current cursor position. When moving the cursor inside the window,
the current channel, wavelength, and spectrum value at the cursor position is
printed at the top right of the spectrum. To stop the continuous update,
either press the "l" key in the main window or select "Lock position" from
the main window popup menu (accessible with the right mouse button).
<br>
If you have manually defined pixels for the spectrum generation in the main
window, this spectrum is overplot in green, filled to the bottom of the plot.
Additionally, the plot shows which part of the spectrum is currently used for
the display in the main window:
The light gray vertical marker shows the currently displayed channel in the
main window. Two additional dark gray markers are shown whenever you display
a linemap. The linemap center and the two linemap continuum positions can be
defined inside this window:
<ul>
<li>The linemap center is defined by pressing "c" on the keyboard and, while
keeping the key pressed, dragging the mouse</li>
<li>Similarily, the continua can be defined using the "x" and "v" keys. Note
that the continuum positions are stored relative to the linemap center, so
redefining the linemap center also moves the continua's absolute position</li>
<li>To remove any of the former, press and release the respective key
without moving the mouse</li>
</ul>

The representation of the display can be controlled as follows:

<ul>
<li>the horizontal range of the spectrum:</li>
  <ul>
  <li>The inclusive channels can be entered using the leftmost and
  rightmost input windows</li>
  <li>If wavelength information is available, the range can also be given
  using the inputs next to the channel inputs</li>
  <li>dragging within the spectrum with the left mouse button allows to
  interactively select the range</li>
  <li>a click with the right mouse button opens a menu where you can select
  to show the full range</li>
  </ul>
<li>the vertical range of the spectrum:</li>
  <ul>
  <li>when the "Auto Scale" box is checked, the full value range of the visible
  part of the spectrum (depending on the horizontal range) is shown</li>
  <li>if the "Auto Scale" box is not checked, the range can be entered manually
  using the "Minimum" and "Maximum" entry windows</li>
  </ul>
<li>The way the spectrum is calculated is controlled with the following four
windows:
  <ul>
  <li>The drop-down box has three modes: Single pixel, Circular, Circular-Annular.
    <ul>
    <li>Single Pixel means the third axis under the current cursor position is plotted</li>
    <li>Circular means the sum spectrum of a circle with radius R1 is calculated</li>
    <li>Circular-Annular means that from the circular spectrum, an annulus mean
    spectrum with R1&lt;r&le;R2 is subtracted</li>
    </ul>
  The calculation of the spectrum is similar to the <a href="function_3dspec.html">
  3dspec function</a></li>
  <li>The "Divide Std" check box is only active if you have previously defined
  a spectrum to serve as standard star. This can be done in the main windows
  by chosing the entry in the right-mouse-button menu. If the box is checked,
  the spectrum is divided by this standard star.</li>
  </ul>
</ul>

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