]> Pileus Git - ~andy/rsl/blob - doc/RSL_rebin.html
Initial import
[~andy/rsl] / doc / RSL_rebin.html
1 <HTML>
2 <HEAD>
3    <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
4    <META NAME="GENERATOR" CONTENT="Mozilla/4.01b6C [en] (X11; I; Linux 2.0.28 i686) [Netscape]">
5    <TITLE> RSL_rebin...</TITLE>
6 </HEAD>
7 <BODY>
8 <A HREF="index.html"><IMG SRC="rsl.gif" ></A><A HREF="index.html">&nbsp;</A>
9 <HR>
10 <H1>
11 RSL_rebin_...</H1>
12
13 <HR>
14 <H3>
15 Synopsis</H3>
16 <B>#include "rsl.h"</B>
17 <BR><B>void RSL_rebin_ray(<A HREF="RSL_ray_struct.html">Ray</A> *r, int
18 width);</B>
19 <BR><B>void RSL_rebin_sweep(<A HREF="RSL_sweep_struct.html">Sweep</A> *s,
20 int width);</B>
21 <BR><B>void RSL_rebin_volume(<A HREF="RSL_volume_struct.html">Volume</A>
22 *v, int width);</B>
23 <H3>
24
25 <HR>Description</H3>
26 Rebin the data from -width to +width, centered at 0, to a positive value,
27 such that -width corresponds to 1, and +width corresponds to the value
28 2*width+1.
29
30 <P>NOTE: This function modifies its argument: Ray, Sweep, or Volume. Use
31 this function prior <A HREF="RSL_sweep_to_cart.html">RSL_sweep_to_cart</A>.
32 The actual binning is done in RSL_rebin_ray.&nbsp;
33 <HR>
34 <H3>
35 Return value</H3>
36 None.&nbsp;
37 <HR>
38 <H3>
39 See also</H3>
40 <A HREF="RSL_sweep_to.html">RSL_sweep_to_gif</A>, <A HREF="RSL_sweep_to.html">RSL_sweep_to_pict</A>,
41 <A HREF="RSL_sweep_to.html">RSL_sweep_to_pgm</A>, <A HREF="RSL_sweep_to.html">RSL_sweep_to_ppm</A>,
42 <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>,
43 <A HREF="RSL_load_color_table.html">RSL_load_red_table</A>, <A HREF="RSL_load_color_table.html">RSL_load_blue_table</A>,
44 <BR><A HREF="RSL_load_color_table.html">RSL_load_refl_color_table</A>,
45 <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>,
46 <BR><A HREF="RSL_volume_to.html">RSL_volume_to_gif</A>, <A HREF="RSL_volume_to.html">RSL_volume_to_pict</A>,
47 <A HREF="RSL_volume_to.html">RSL_volume_to_pgm</A>, <A HREF="RSL_volume_to.html">RSL_volume_to_ppm</A>.&nbsp;
48 <HR>
49
50 <P>Author: <A HREF="david.wolff.html">David B. Wolff</A>
51 </BODY>
52 </HTML>