]> Pileus Git - ~andy/rsl/blob - doc/RSL_bscan.html
Initial import
[~andy/rsl] / doc / RSL_bscan.html
1 <head>
2 </head>
3
4 <body>
5 <a HREF="index.html"> <IMG SRC="rsl.gif"> </a>
6 <hr>
7
8
9 <h1>RSL_bscan_...</h1>
10
11 <hr>
12
13 <h3>Synopsis</h3>
14 <b>#include &quot;rsl.h&quot;</b> <br>
15 <b>void RSL_bscan_ray(</b><a href=RSL_ray_struct.html>Ray</a><b> *r, FILE *fp);<br>
16 void RSL_bscan_sweep(</b><a href=RSL_sweep_struct.html>Sweep</a><b> *s, char *outfile);<br>
17 void RSL_bscan_volume(</b><a href=RSL_volume_struct.html>Volume</a><b> *v, char *basename);</b> 
18
19 <h3>
20 <hr>Description</h3>
21 Output image format is PPM. If <b>basename</b> is &quot;bscan&quot;, RSL_bscan_volume outputs filenames bscan.01.gif, bscan.02.gif, etc. as PPM images. These are simple ray dumps; aka, B-SCANS. The output file is specified as the <b>outfile</b> parameter to RSL_bscan_sweep. These routines assume the color table has been loaded, otherwise you will get a black image. The output image dimensions are nbins by nrays which are determined from sweep and first-ray-of-the-sweep header information. 
22 <hr>
23
24 <h3>Return value</h3>
25 None. 
26 <hr>
27
28 <h3>See also</h3>
29 <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>
30 <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>
31 <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> 
32 <hr>
33
34 <p>Author: <a href=john.merritt.html>John H. Merritt</a> 
35 </body>