]> Pileus Git - ~andy/rsl/blob - doc/RSL_volume_header_struct.html
Initial import
[~andy/rsl] / doc / RSL_volume_header_struct.html
1 <head>
2 </head>
3
4 <body>
5 <a HREF="index.html"> <IMG SRC="rsl.gif"> </a>
6 <hr>
7
8
9 <pre>typedef struct {
10   char *type_str;  /* One of:'Reflectivity', 'Velocity' or 'Spectrum width' */
11   int nsweeps;
12         float calibr_const;        /* Calibration constant. */
13   float (*f)(Range x);       /* Data conversion function. f(x). */
14   Range (*invf)(float x);    /* Data conversion function. invf(x). */
15 } Volume_header;
16 </pre>
17
18 </body>