Changeset 6124 for branches/eam_rel9_p0/psModules/src/astrom/pmFPARead.c
- Timestamp:
- Jan 21, 2006, 12:23:58 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_rel9_p0/psModules/src/astrom/pmFPARead.c
r6080 r6124 161 161 162 162 // Read in.... 163 psTrace(__func__, 1, " Working onFPA...\n");163 psTrace(__func__, 1, "Reading FPA...\n"); 164 164 if (fpa->hdu) { 165 165 hdu = fpa->hdu; … … 217 217 } 218 218 } 219 psTrace(__func__, 5, "Reading concepts for cell %d...\n", j); 219 220 pmConceptsReadCell(cell, db); 220 221 221 psTrace(__func__, 5, "Allocating readouts for chip %d cell %d...\n", 222 i, j); 222 psTrace(__func__, 5, "Allocating readouts for chip %d cell %d...\n", i, j); 223 223 generateReadouts(cell, hdu); 224 224 … … 227 227 chip->exists = true; 228 228 } 229 230 psTrace(__func__, 1, "Done reading FPA...\n"); 229 231 230 232 return true;
Note:
See TracChangeset
for help on using the changeset viewer.
