File: viewingtools.html

package info (click to toggle)
dpuser 4.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 12,084 kB
  • sloc: cpp: 124,807; ansic: 6,866; lex: 1,113; makefile: 777; yacc: 742; sh: 78
file content (40 lines) | stat: -rw-r--r-- 1,379 bytes parent folder | download | duplicates (4)
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
<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   <meta name="Author" content="Thomas Ott">
   <title>QFitsView Viewing Tools</title>

<STYLE TYPE="text/css">
<!--
P {text-align: justify}
-->
</STYLE>
</head>
<body bgcolor="#FFFFFF">

<h1>QFitsView Viewing tools</h1>
<img hspace = "10" bgcolor = "white" src="viewingtools.png" alt="QFitsView Viewing Tools" align="right">
The viewing tools panel is divided into three sections:
<ul>
<li>information of the pixel under the cursor (pixel coordinates, pixel value and WCS coordinates)</li>
<li>the magnifier</li>
<li>a total view of the image</li>
</ul>
<p>
The magnifier shows the image under the cursor at a zoom factor of 400%. The
current cursor position is marked by a rectangle.
<p>
At the top of the total view, the size in pixels and the zoom factor used for
the total view is shown.
The total view shows as a rectangle the currently visible part of the image
when the zoom factor of the main window is such that scrollbars are visible.
The rectangle can be dragged with the left mouse button to select the
viewing area.
<p>
The Viewing tools window can be removed by clicking the small "x" at the upper top.
It can be dragged away from the main window and let float. If the window is
invisible, it can be brought back using the Window->Viewing Tools
menu entry.

</body>
</html>