X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=src%2Fnsig_to_radar.c;h=166aced2537babc0478a92edcc087b03f1747da8;hb=9672bb9bcdb8975eea937a29be6204c0624c04b3;hp=5dda3ffb3450bdab18a8b46c098107cfb510ca1e;hpb=4ea4c59c8c36fab87ebe4386f3b2869c1d82c1a1;p=~andy%2Frsl diff --git a/src/nsig_to_radar.c b/src/nsig_to_radar.c index 5dda3ff..166aced 100644 --- a/src/nsig_to_radar.c +++ b/src/nsig_to_radar.c @@ -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. */