]> Pileus Git - ~andy/rsl/blobdiff - wsr88d.h
RSL v1.44
[~andy/rsl] / wsr88d.h
index 62490fc80e34da8c1489d65fb64b24015c9af811..de996fc2bdf402ba5afd8c3dafc6d1aa5faf8fac 100644 (file)
--- 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);