]> Pileus Git - ~andy/rsl/blobdiff - src/nsig_to_radar.c
Merge branch 'master' into aweather
[~andy/rsl] / src / nsig_to_radar.c
index 5dda3ffb3450bdab18a8b46c098107cfb510ca1e..166aced2537babc0478a92edcc087b03f1747da8 100644 (file)
@@ -242,17 +242,6 @@ RSL_nsig_to_radar
   if (radar_verbose_flag)
     fprintf(stderr, "Read %d bytes for rec2.\n", n);
 
-   /** Test for scan mode -- If scan is a RHI will return NULL  **/
-   /** because RSL can't handle RHI's.  In the future, replace  **/
-   /** NULL will a routine to convert RHI's to RSL Format       **/
-   ant_scan_mode =NSIG_I2(prod_file->rec2.task_config.scan_info.ant_scan_mode);
-   if(ant_scan_mode == 2)
-      {
-      if (radar_verbose_flag)
-      fprintf(stderr, "RHI scan detected. Unable to process, returning NULL.\n");
-      /*      return NULL; */
-      }
-  
   /* Count the bits set in 'data_mask' to determine the number
    * of parameters present.
    */