Changeset 29926 for trunk/ppImage/src/ppImageDetrendReadout.c
- Timestamp:
- Dec 5, 2010, 9:21:36 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImageDetrendReadout.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImageDetrendReadout.c
r29833 r29926 62 62 // Non-linearity correction 63 63 if (options->doNonLin) { 64 // linearity = pmFPAfileThisReadout(config->files, detview, "PPIMAGE.LINEARITY");65 64 if (!ppImageDetrendNonLinear(input,detview,config)) { 66 65 psError(PS_ERR_UNKNOWN, false, "Unable to correct NonLinearity"); … … 68 67 return(false); 69 68 } 70 /* ppImageDetrendNonLinear(detrend->input, input, options); */71 69 } 72 70
Note:
See TracChangeset
for help on using the changeset viewer.
