Changeset 24470 for trunk/ppNoiseMap/src/ppNoiseMapLoop.c
- Timestamp:
- Jun 17, 2009, 8:39:13 PM (17 years ago)
- Location:
- trunk/ppNoiseMap/src
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ppNoiseMapLoop.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppNoiseMap/src
-
Property svn:import
set to
ppNoiseMapVersionDefinitions.h
-
Property svn:import
set to
-
trunk/ppNoiseMap/src/ppNoiseMapLoop.c
r24458 r24470 38 38 } 39 39 40 // load all cells for this chip before generating output file fpa: 40 41 pmCell *cell; // Cell from chip 41 42 while ((cell = pmFPAviewNextCell(view, input->fpa, 1)) != NULL) { … … 70 71 continue; 71 72 } 73 } 74 } 72 75 73 // perform the noise analysis 74 // if (!ppNoiseMapReadout(config, view)) { 75 // ESCAPE("Unable to detrend readout"); 76 // } 77 76 if (!ppNoiseMapReadout(config, view)) { 77 ESCAPE("Unable to measure noise map for readout"); 78 } 79 80 // close the cells 81 while ((cell = pmFPAviewNextCell(view, input->fpa, 1)) != NULL) { 82 if (!cell->process || !cell->file_exists) { 83 continue; 78 84 } 79 80 // Close cell81 85 if (!pmFPAfileIOChecks(config, view, PM_FPA_AFTER)) { 82 86 ESCAPE("save failure for Cell"); … … 90 94 } 91 95 92 // if (psTraceGetLevel("ppNoiseMap") >= 3) {93 // ppNoiseMapFileCheck(config);94 // }95 96 96 // Output and Close FPA 97 97 if (!pmFPAfileIOChecks(config, view, PM_FPA_AFTER)) {
Note:
See TracChangeset
for help on using the changeset viewer.
