IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 3, 2006, 4:40:46 PM (20 years ago)
Author:
Paul Price
Message:

Adding fringe processing.

File:
1 edited

Legend:

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

    r9342 r9857  
    5454    }
    5555
     56    if (options->doFringe) {
     57        bool status = false;
     58        pmFPAfileFromArgs (&status, config, "PPIMAGE.FRINGE", "FRINGE");
     59        pmFPAfileFromConf (&status, config, "PPIMAGE.FRINGE", input->fpa);
     60        if (!status) psAbort ("ppImageParseDetrend", "can't find a fringe image source");
     61    }
     62
    5663    // the following files are output targets
    5764    // XXX which of these are required?
Note: See TracChangeset for help on using the changeset viewer.