Changeset 7526 for trunk/psModules/src/camera/pmFPAConstruct.c
- Timestamp:
- Jun 12, 2006, 11:05:55 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPAConstruct.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAConstruct.c
r7515 r7526 299 299 } 300 300 301 // Put in the HDU 302 if (hdu && level == PM_FPA_LEVEL_CHIP) { 303 addHDUtoChip(newChip, hdu); 304 } 305 // load chip-related concepts 301 306 if (!pmConceptsReadChip(newChip, PM_CONCEPT_SOURCE_DEFAULTS, false, false, NULL)) { 302 307 psError(PS_ERR_UNKNOWN, false, "Unable to read concepts from camera and defaults for chip %s\n", … … 333 338 psMetadata *cellData = getCellData(format, cellType); // Data for this cell 334 339 335 // Put in the HDU336 if (hdu && level == PM_FPA_LEVEL_CHIP) {337 addHDUtoChip(newChip, hdu);338 }339 340 if (hdu && level == PM_FPA_LEVEL_CELL) { 340 341 addHDUtoCell(newCell, hdu);
Note:
See TracChangeset
for help on using the changeset viewer.
