IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7526


Ignore:
Timestamp:
Jun 12, 2006, 11:05:55 AM (20 years ago)
Author:
magnier
Message:

moved addHDUtoChip before the pmConceptsReadChip

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPAConstruct.c

    r7515 r7526  
    299299        }
    300300
     301        // Put in the HDU
     302        if (hdu && level == PM_FPA_LEVEL_CHIP) {
     303            addHDUtoChip(newChip, hdu);
     304        }
     305        // load chip-related concepts
    301306        if (!pmConceptsReadChip(newChip, PM_CONCEPT_SOURCE_DEFAULTS, false, false, NULL)) {
    302307            psError(PS_ERR_UNKNOWN, false, "Unable to read concepts from camera and defaults for chip %s\n",
     
    333338        psMetadata *cellData = getCellData(format, cellType); // Data for this cell
    334339
    335         // Put in the HDU
    336         if (hdu && level == PM_FPA_LEVEL_CHIP) {
    337             addHDUtoChip(newChip, hdu);
    338         }
    339340        if (hdu && level == PM_FPA_LEVEL_CELL) {
    340341            addHDUtoCell(newCell, hdu);
Note: See TracChangeset for help on using the changeset viewer.