File: onedimensional.html

package info (click to toggle)
dpuser 4.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 12,632 kB
  • sloc: cpp: 121,623; ansic: 6,866; lex: 1,113; makefile: 747; yacc: 741; sh: 78
file content (47 lines) | stat: -rw-r--r-- 1,455 bytes parent folder | download | duplicates (3)
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
<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   <meta name="Author" content="Thomas Ott">
   <title>QFitsView 1D plot</title>

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

<h1>QFitsView 1D plot</h1>
<p>
<img vspace = "10" bgcolor = "white" src="onedimensional.png" alt="QFitsView 1D plot" align="top">
<p>
When a one-dimensional FITS is loaded, QFitsView displays that as a line plot.
The values are displayed along the y axis, the x axis either shows consecutive
numbers starting at one, or physical values if the WCS header keywords in the
FITS file are existing.
<p>
The following operations are available in 1D view:
<ul>
<li>
the current x and y values are displayed in the upper right when the mouse is moved
</li>
<li>
zooming into the plot is possible by dragging the mouse with the left button clicked
</li>
<li>
unzooming to show the complete FITS is done using the context menu, available by right-clicking into the plot
</li>
<li>
the plotting ranges can also be set using the entry fields in the upper toolbar
</li>
<li>
the plotting style (either continuous line or staircase) can be set from the context menu
</li>
<li>
line deblending can be done by pressing d-d, then g and/or l. The f key initiates the actual fitting. This is described in more detail in the <a href="fitting.html">fitting documentation</a>
</li>
</ul>

</body>
</html>