X-Git-Url: http://pileus.org/git/?p=~andy%2Frsl;a=blobdiff_plain;f=wsr88d.h;fp=wsr88d.h;h=de996fc2bdf402ba5afd8c3dafc6d1aa5faf8fac;hp=62490fc80e34da8c1489d65fb64b24015c9af811;hb=01560cc947c59aa600473158dfe26ea0dfaf0823;hpb=da18c5859f2c4b449544ed9c5d2a96a53d43f377 diff --git a/wsr88d.h b/wsr88d.h index 62490fc..de996fc 100644 --- a/wsr88d.h +++ b/wsr88d.h @@ -7,7 +7,7 @@ * The directory should be the same as the LIBDIR in the makefile. */ #ifndef WSR88D_SITE_INFO_FILE -#define WSR88D_SITE_INFO_FILE "/usr/local/trmm/lib/wsr88d_locations.dat" +#define WSR88D_SITE_INFO_FILE "/home/kelley/trmm/lib/wsr88d_locations.dat" #endif /*===============================================================*/ typedef struct { @@ -139,8 +139,7 @@ typedef struct radar_site { } Wsr88d_site_info; typedef struct { - FILE *fptr; /* this usually points to the gzip pipe */ - FILE *orig; /* save the original file pointer for cleanup */ + FILE *fptr; } Wsr88d_file; #define PACKET_SIZE 2432 @@ -211,8 +210,6 @@ float wsr88d_get_prf(Wsr88d_ray *ray); float wsr88d_get_prt(Wsr88d_ray *ray); float wsr88d_get_wavelength(Wsr88d_ray *ray); float wsr88d_get_frequency(Wsr88d_ray *ray); -void wsr88d_keep_hi_prf_dz(); -void wsr88d_no_hi_prf_dz(); int no_command (char *cmd); FILE *uncompress_pipe (FILE *fp);