IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 12, 2006, 8:29:24 PM (20 years ago)
Author:
eugene
Message:

completed conversion to pmFPAfile paradigm

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppImage/src/ppImageLoop.c

    r6817 r6849  
    3737                ppImageDetrendReadout (options, config, view);
    3838
     39                if (options->doBin1) {
     40                    ppImageRebinReadout (config, view, "PPIMAGE.BIN1");
     41                }
     42
     43                if (options->doBin2) {
     44                    ppImageRebinReadout (config, view, "PPIMAGE.BIN2");
     45                }
     46
    3947                pmFPAfileIOChecks (config->files, view, PM_FPA_AFTER);
    4048            }
Note: See TracChangeset for help on using the changeset viewer.