This file is indexed.

/usr/share/doc/rsl/RSL_get_win.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
31
32
33
34
35
36
37
<head>
</head>

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


<h1>RSL_get_window_from_...</h1>

<hr>

<h3>Synopsis</h3>
<b>#include &quot;rsl.h&quot;</b> <br>
<b><a href=RSL_ray_struct.html>Ray</a> *RSL_get_window_from_ray(<a href=RSL_ray_struct.html>Ray</a> *r, float min_range, float max_range, float low_azim, float hi_azim);<br>
<a href=RSL_sweep_struct.html>Sweep</a> *RSL_get_window_from_sweep(<a href=RSL_sweep_struct.html>Sweep</a> *s, float min_range, float max_range, float low_azim, float hi_azim);<br>
<a href=RSL_volume_struct.html>Volume</a> *RSL_get_window_from_volume(<a href=RSL_volume_struct.html>Volume</a> *v, float min_range, float max_range, float low_azim, float hi_azim);</b> <br>
<a href=RSL_radar_struct.html><b>Radar</b></a> <b>*RSL_get_window_from_radar</b>(<a href=RSL_radar_struct.html><b>Radar</b></a> <b>*r, float min_range, float max_range, float low_azim, float hi_azim</b>); 

<h3>
<hr>Description</h3>
<b>RSL_get_window_from_radar </b>calls<b> RSL_get_window_from_volume </b>for the number of volumes.<br>
<b>RSL_get_window_from_volume</b> calls <b>RSL_get_window_from_sweep</b> for the number of sweeps.<br>
<b>RSL_get_window_from_sweep</b> calls <b>RSL_get_window_from_ray</b> for the number of rays.<br>
<b>RSL_get_window_from_ray</b> gets window, between low_azim and hi_azim (degrees), from min_range to max_range (km).
<hr>

<h3>Return value</h3>
Upon successful completion, a pointer to the appropriate structure is returned. 
<hr>

<h3>See also</h3>
rsl/examples/test_get_win.c
<hr>

<p>Author: John H. Merritt 
</body>