IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 3, 2007, 1:05:11 PM (19 years ago)
Author:
eugene
Message:

changes arguments to pmConfigCameraFormatFromHeader

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppImage/src/ppTest.c

    r12566 r12733  
    6262    psMetadata *phu = psFitsReadHeader(NULL, inFile); // FITS primary header
    6363
    64     psMetadata *cameraFormat = pmConfigCameraFormatFromHeader(config, phu);
     64    psMetadata *cameraFormat = pmConfigCameraFormatFromHeader(config, phu, true);
    6565    if (! config->camera) {
    66         cameraFormat = pmConfigCameraFormatFromHeader(config, phu);
     66        cameraFormat = pmConfigCameraFormatFromHeader(config, phu, true);
    6767        if (! config->camera) {
    6868             // There's no point in continuing if we can't recognise what we've got
Note: See TracChangeset for help on using the changeset viewer.