- Timestamp:
- Oct 19, 2010, 5:41:33 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20100817/ppImage/src/ppImageDetrendReadout.c
r26653 r29486 51 51 } 52 52 53 54 # if 055 53 // Non-linearity correction 56 54 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 } 60 63 61 64 // set up the dark and bias
Note:
See TracChangeset
for help on using the changeset viewer.
