IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7449


Ignore:
Timestamp:
Jun 8, 2006, 4:15:22 PM (20 years ago)
Author:
Paul Price
Message:

Adding the reading of chip concepts from the defaults.

File:
1 edited

Legend:

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

    r7442 r7449  
    299299        }
    300300
     301        if (!pmConceptsReadChip(newChip, PM_CONCEPT_SOURCE_DEFAULTS, false, NULL)) {
     302            psError(PS_ERR_UNKNOWN, false, "Unable to read concepts from camera and defaults for chip %s\n",
     303                    chipName);
     304            return -1;
     305        }
     306
    301307        // Get the cell
    302308        pmCell *newCell = NULL;         // The cell specified
Note: See TracChangeset for help on using the changeset viewer.