typedef struct {
  Ray_header h;
  Range *range; /* range[0..nbins-1] */
                /* For wsr88d file:
                 * 0..460 for reflectivity, 0..920 for velocity and 
                 * spectrum width. You must allocate this space.
                 */
} Ray;