- Timestamp:
- Oct 18, 2009, 10:23:28 AM (17 years ago)
- Location:
- branches/eam_branches/20090820
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ppImage/src/ppImageLoop.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20090820
-
branches/eam_branches/20090820/ppImage/src/ppImageLoop.c
r25164 r25870 51 51 } 52 52 53 // crosstalk measurement needs to be done on the entire chip at once, and before54 // signal levels are modified by the detrending. If crosstalk measurement is55 // requested, the read-level for the images is set to CHIP.56 if (!ppImageMeasureCrosstalk(config, options, view)) {57 ESCAPE("Unable to perform crosstalk correction");58 }59 60 // crosstalk correction needs to be done on the entire chip at once, and before61 // signal levels are modified by the detrending. If crosstalk correction is62 // requested, the read-level for the images is set to CHIP.63 if (!ppImageCorrectCrosstalk(config, options, view)) {64 ESCAPE("Unable to perform crosstalk correction");65 }53 // crosstalk measurement needs to be done on the entire chip at once, and before 54 // signal levels are modified by the detrending. If crosstalk measurement is 55 // requested, the read-level for the images is set to CHIP. 56 if (!ppImageMeasureCrosstalk(config, options, view)) { 57 ESCAPE("Unable to perform crosstalk correction"); 58 } 59 60 // crosstalk correction needs to be done on the entire chip at once, and before 61 // signal levels are modified by the detrending. If crosstalk correction is 62 // requested, the read-level for the images is set to CHIP. 63 if (!ppImageCorrectCrosstalk(config, options, view)) { 64 ESCAPE("Unable to perform crosstalk correction"); 65 } 66 66 67 67 psTimerStart(TIMER_DETREND); … … 259 259 psString dump_file = psMetadataLookupStr(&status, config->arguments, "DUMP_CONFIG"); 260 260 if (dump_file) { 261 pmConfigDump(config, dump_file); 261 if (!pmConfigDump(config, dump_file)) { 262 ESCAPE("Unable to dump configuration."); 263 } 262 264 } 263 265
Note:
See TracChangeset
for help on using the changeset viewer.
