- Timestamp:
- Dec 20, 2010, 2:30:45 PM (16 years ago)
- Location:
- branches/czw_branch/20101203
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ppImage/src/ppImageDetrendReadout.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20101203
- Property svn:mergeinfo changed
-
branches/czw_branch/20101203/ppImage/src/ppImageDetrendReadout.c
r29833 r30118 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.
