]> Pileus Git - ~andy/rsl/blob - doc/RSL_rebin_velocity.html
Initial import
[~andy/rsl] / doc / RSL_rebin_velocity.html
1 <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
2 <html>
3 <head>
4    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
5    <meta name="GENERATOR" content="Mozilla/4.5 [en] (X11; U; Linux 2.0.32 i686) [Netscape]">
6 </head>
7 <body>
8 <a href="index.html"><img SRC="rsl.gif" ></a>
9 <hr>
10 <h1>
11 RSL_rebin_velocity...</h1>
12
13 <hr>
14 <h3>
15 Synopsis</h3>
16 <b>#include "rsl.h"</b>
17 <br><b>void RSL_rebin_velocity_ray(<a href="RSL_ray_struct.html">Ray</a>
18 *r);</b>
19 <br><b>void RSL_rebin_velocity_sweep(<a href="RSL_sweep_struct.html">Sweep</a>
20 *s);</b>
21 <br><b>void RSL_rebin_velocity_volume(<a href="RSL_volume_struct.html">Volume</a>
22 *v);</b>
23 <h3>
24
25 <hr>Description</h3>
26 Rebin the velocity data to the range -nyquist, +nyquist. 14 bins are created
27 centered at 0. It sets the proper color look up indexes. This function
28 modifies Volume v. Use this function prior <a href="RSL_sweep_to_cart.html">RSL_sweep_to_cart</a>.
29 The binning is done in RSL_rebin_velocity_ray.&nbsp;
30 <hr>
31 <h3>
32 Return value</h3>
33 None.&nbsp;
34 <hr>
35 <h3>
36 See also</h3>
37 <a href="RSL_sweep_to.html">RSL_sweep_to_gif</a>, <a href="RSL_sweep_to.html">RSL_sweep_to_pict</a>,
38 <a href="RSL_sweep_to.html">RSL_sweep_to_pgm</a>, <a href="RSL_sweep_to.html">RSL_sweep_to_ppm</a>,
39 <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>,
40 <a href="RSL_load_color_table.html">RSL_load_red_table</a>, <a href="RSL_load_color_table.html">RSL_load_blue_table</a>,
41 <br><a href="RSL_load_color_table.html">RSL_load_refl_color_table</a>,
42 <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>,
43 <br><a href="RSL_volume_to.html">RSL_volume_to_gif</a>, <a href="RSL_volume_to.html">RSL_volume_to_pict</a>,
44 <a href="RSL_volume_to.html">RSL_volume_to_pgm</a>, <a href="RSL_volume_to.html">RSL_volume_to_ppm,</a>
45 <br><a href="RSL_color_table.html">RSL_get_color_table</a>, <a href="RSL_color_table.html">RSL_set_color_table</a>.
46 <hr>
47 <p>Author: <a href="john.merritt.html">John H. Merritt</a>
48 </body>
49 </html>