This file is indexed.

/usr/share/doc/rsl/RSL_get_groundr_and_h.html is in librsl-doc 1.42-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
<head>
</head>

<body>
<a HREF="index.html"> <IMG SRC="rsl.gif"> </a>
<hr>


<h1>RSL_get_groundr_and_h </h1>
<hr>

<h3>Synopsis</h3>
<b>#include &quot;rsl.h&quot;</b> <br>
<b>void RSL_get_groundr_and_h(float slant_r, float elev, float *gr, float *h);</b> 

<h3>
<hr>Description</h3>
Given slant range, <b>slant_r</b>, and the elevation angle, <b>elev</b>, compute the ground range, <b>gr</b>, and height, <b>h</b>. Range and height units are in km. Angles are in degrees. This is the inverse fuction of <a href=RSL_get_slantr_and_elev.html>RSL_get_slantr_and_elev</a>.
<hr>

<h3>Return value</h3>
None. 
<hr>

<h3>See also</h3>
<a href=RSL_get_slantr_and_elev.html>RSL_get_slantr_and_elev</a>, <a href=RSL_get_slantr_and_h.html>RSL_get_slantr_and_h</a> 
<hr>

<p>Author: <a href=john.merritt.html>John H. Merritt</a> 
</body>