X-Git-Url: http://pileus.org/git/?p=~andy%2Frsl;a=blobdiff_plain;f=nsig_to_radar.c;h=03d739f75fe5b339ae31f5945bfde81e7e422d52;hp=6ce808183a7f0c14db53f6a04312a3039a244eb6;hb=3160d8126d66792a65d592019880db8b4e734e84;hpb=71c71381ace86eb987172b22de55fbb837518b26 diff --git a/nsig_to_radar.c b/nsig_to_radar.c index 6ce8081..03d739f 100644 --- a/nsig_to_radar.c +++ b/nsig_to_radar.c @@ -240,17 +240,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. */