IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 19, 2010, 5:41:33 PM (16 years ago)
Author:
watersc1
Message:

Still broken with weird memory errors, but committing anyway due to JHU trip

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/czw_branch/20100817/ppImage/src/ppImageDetrendReadout.c

    r26653 r29486  
    5151    }
    5252
    53 
    54 # if 0
    5553    // Non-linearity correction
    5654    if (options->doNonLin) {
    57         ppImageDetrendNonLinear(detrend->input, input, options);
    58     }
    59 # endif
     55      //      linearity = pmFPAfileThisReadout(config->files, detview, "PPIMAGE.LINEARITY");
     56      if (!ppImageDetrendNonLinear(input,detview,config)) {
     57        psError(PS_ERR_UNKNOWN, false, "Unable to correct NonLinearity");
     58        psFree(detview);
     59        return(false);
     60      }
     61/*       ppImageDetrendNonLinear(detrend->input, input, options); */
     62    }
    6063
    6164    // set up the dark and bias
Note: See TracChangeset for help on using the changeset viewer.