IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 5, 2010, 9:21:36 PM (15 years ago)
Author:
eugene
Message:

support for compressed metadata files; clarify rules for constructing a mask; support for modified psphotReadout API; remove some deprecated comments and test prints

File:
1 edited

Legend:

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

    r29833 r29926  
    6262    // Non-linearity correction
    6363    if (options->doNonLin) {
    64       //      linearity = pmFPAfileThisReadout(config->files, detview, "PPIMAGE.LINEARITY");
    6564      if (!ppImageDetrendNonLinear(input,detview,config)) {
    6665        psError(PS_ERR_UNKNOWN, false, "Unable to correct NonLinearity");
     
    6867        return(false);
    6968      }
    70       /*       ppImageDetrendNonLinear(detrend->input, input, options); */
    7169    }
    7270
Note: See TracChangeset for help on using the changeset viewer.