This file is indexed.

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

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
<html>
<head>
   <meta name="Author" content="Thomas Ott">
   <title>DPUSER - The Next Generation: Function photometry</title>

 <style type="text/css" title="currentStyle">
  @import "dpuser.css";
 </style>
<link rel="shortcut icon" href="dpuser.ico" type="image/xicon">
</head>

<body>

<div id="header">DPUSER - The Next Generation</div>
<div id="menu">
<ul>
<li><a href="index.html">Introduction</a></li>
<li><a href="history.html">History</a></li>
<li><a href="syntax.html">Syntax</a></li>
<li><a href="operators.html">Operators</a></li>
<li><a href="ifandloop.html">Structural commands</a></li>
<li><a href="variables.html">Data types</a></li>
<li><a href="plotting.html">Graphics</a></li>
<li><a href="fitsfiles.html">Fits files</a></li>
<li><a href="category.html">Category index</a></li>
<li><a href="functions.html">Function index</a></li>
<li><a href="procedures.html">Procedure index</a></li>
<li><a href="pgplot.html">Pgplot index</a></li>
<li><a href="examples.html">Examples</a></li>
<hr>
<li><a href="qfitsview.html">QFitsView 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 class="declaration">function photometry</h1>
<p>
Perform aperture photometry on X. This function returns a 3xn matrix with the following information: measured counts, normalized counts (Jansky), magnitude.
<br><br><b><font size=+2>Syntax</font></b><br>
<i>result</i> = photometry(X, POSLIST, REFLIST, SEARCHBOX, RADIUS, [,/u | /b | /v | /r | /i | /j | /h | /k | /l | /m | /n])
<br><br><b><font size=+2>Arguments</font></b><br>
<table CELLSPACING=0 CELLPADDING=0>
<tr VALIGN=TOP><td nowrap>X:&nbsp;&nbsp;</td>
<td> The image on which to do aperture photometry</td></tr>
<tr VALIGN=TOP><td nowrap>POSLIST:&nbsp;&nbsp;</td>
<td> A 2xn matrix containing the positions of the stars</td></tr>
<tr VALIGN=TOP><td nowrap>REFLIST:&nbsp;&nbsp;</td>
<td> A 1xm matrix containing magnitudes of reference stars (in the same order as in poslist), with a value &gt; 20.0 if not to be used</td></tr>
<tr VALIGN=TOP><td nowrap>SEARCHBOX:&nbsp;&nbsp;</td>
<td> Within a box with this radius the local maximum of the stars are searched</td></tr>
<tr VALIGN=TOP><td nowrap>RADIUS:&nbsp;&nbsp;</td>
<td> The radius of the circular aperture used for photometry</td></tr>
</table>
<br><br><b><font size=+2>Switches</font></b><br>
<table CELLSPACING=0 CELLPADDING=0>
<tr VALIGN=TOP><td nowrap>/u:&nbsp;&nbsp;</td>
<td> Do photometry for U-Band (epsilon = 3.274)</td></tr>
<tr VALIGN=TOP><td nowrap>/b:&nbsp;&nbsp;</td>
<td> Do photometry for B-Band (epsilon = 3.674)</td></tr>
<tr VALIGN=TOP><td nowrap>/v:&nbsp;&nbsp;</td>
<td> Do photometry for V-Band (epsilon = 3.581)</td></tr>
<tr VALIGN=TOP><td nowrap>/r:&nbsp;&nbsp;</td>
<td> Do photometry for R-Band (epsilon = 3.479)</td></tr>
<tr VALIGN=TOP><td nowrap>/i:&nbsp;&nbsp;</td>
<td> Do photometry for I-Band (epsilon = 3.386)</td></tr>
<tr VALIGN=TOP><td nowrap>/j:&nbsp;&nbsp;</td>
<td> Do photometry for J-Band (epsilon = 3.248)</td></tr>
<tr VALIGN=TOP><td nowrap>/h:&nbsp;&nbsp;</td>
<td> Do photometry for H-Band (epsilon = 3.08)</td></tr>
<tr VALIGN=TOP><td nowrap>/k:&nbsp;&nbsp;</td>
<td> Do photometry for K-Band  (epsilon = 2.8) (default)</td></tr>
<tr VALIGN=TOP><td nowrap>/l:&nbsp;&nbsp;</td>
<td> Do photometry for L-Band (epsilon = 2.49)</td></tr>
<tr VALIGN=TOP><td nowrap>/m:&nbsp;&nbsp;</td>
<td> Do photometry for M-Band (epsilon = 2.26)</td></tr>
<tr VALIGN=TOP><td nowrap>/n:&nbsp;&nbsp;</td>
<td> Do photometry for N-Band (epsilon = 1.63)</td></tr>

</table>

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