This file is indexed.

/usr/share/doc/rsl/RSL_rebin_velocity.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
38
39
40
41
42
43
44
45
46
47
48
49
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   <meta name="GENERATOR" content="Mozilla/4.5 [en] (X11; U; Linux 2.0.32 i686) [Netscape]">
</head>
<body>
<a href="index.html"><img SRC="rsl.gif" ></a>
<hr>
<h1>
RSL_rebin_velocity...</h1>

<hr>
<h3>
Synopsis</h3>
<b>#include "rsl.h"</b>
<br><b>void RSL_rebin_velocity_ray(<a href="RSL_ray_struct.html">Ray</a>
*r);</b>
<br><b>void RSL_rebin_velocity_sweep(<a href="RSL_sweep_struct.html">Sweep</a>
*s);</b>
<br><b>void RSL_rebin_velocity_volume(<a href="RSL_volume_struct.html">Volume</a>
*v);</b>
<h3>

<hr>Description</h3>
Rebin the velocity data to the range -nyquist, +nyquist. 14 bins are created
centered at 0. It sets the proper color look up indexes. This function
modifies Volume v. Use this function prior <a href="RSL_sweep_to_cart.html">RSL_sweep_to_cart</a>.
The binning is done in RSL_rebin_velocity_ray.&nbsp;
<hr>
<h3>
Return value</h3>
None.&nbsp;
<hr>
<h3>
See also</h3>
<a href="RSL_sweep_to.html">RSL_sweep_to_gif</a>, <a href="RSL_sweep_to.html">RSL_sweep_to_pict</a>,
<a href="RSL_sweep_to.html">RSL_sweep_to_pgm</a>, <a href="RSL_sweep_to.html">RSL_sweep_to_ppm</a>,
<br><a href="RSL_load_color_table.html">RSL_load_color_table</a>, <a href="RSL_load_color_table.html">RSL_load_green_table</a>,
<a href="RSL_load_color_table.html">RSL_load_red_table</a>, <a href="RSL_load_color_table.html">RSL_load_blue_table</a>,
<br><a href="RSL_load_color_table.html">RSL_load_refl_color_table</a>,
<a href="RSL_load_color_table.html">RSL_load_sw_color_table</a>, <a href="RSL_load_color_table.html">RSL_load_vel_color_table</a>,
<br><a href="RSL_volume_to.html">RSL_volume_to_gif</a>, <a href="RSL_volume_to.html">RSL_volume_to_pict</a>,
<a href="RSL_volume_to.html">RSL_volume_to_pgm</a>, <a href="RSL_volume_to.html">RSL_volume_to_ppm,</a>
<br><a href="RSL_color_table.html">RSL_get_color_table</a>, <a href="RSL_color_table.html">RSL_set_color_table</a>.
<hr>
<p>Author: <a href="john.merritt.html">John H. Merritt</a>
</body>
</html>