IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 13, 2006, 12:26:09 PM (19 years ago)
Author:
Paul Price
Message:

Doing fringe processing using the pmFPAfile framework, with FRINGE type for the reference fringes.

File:
1 edited

Legend:

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

    r9342 r9952  
    44
    55#include "ppImage.h"
     6#include "ppImageDetrendFringe.h"
    67
    78bool ppImageDetrendReadout (pmConfig *config, ppImageOptions *options, pmFPAview *view)
     
    7273    }
    7374
     75    if (options->doFringe) {
     76        pmCell *fringe = pmFPAfileThisCell(config->files, detview, "PPIMAGE.FRINGE");
     77        if (!ppImageDetrendFringeMeasure(input, fringe, options)) {
     78            return false;
     79        }
     80    }
     81
    7482    psFree (detview);
    7583    return true;
Note: See TracChangeset for help on using the changeset viewer.