IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 3, 2007, 10:28:26 AM (19 years ago)
Author:
magnier
Message:

adding option to pmConfigCameraFormatFromHeader to load recipe or not

File:
1 edited

Legend:

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

    r12696 r12716  
    288288    // determine the current format from the header
    289289    // determine camera if not specified already
    290     format = pmConfigCameraFormatFromHeader (config, phu);
     290    format = pmConfigCameraFormatFromHeader (config, phu, true);
    291291    if (!format) {
    292292        psError(PS_ERR_IO, false, "Failed to read CCD format from %s\n", realName);
     
    565565    // on first call to this function, config->camera is not set.
    566566    // later calls will give an error if the cameras do not match
    567     format = pmConfigCameraFormatFromHeader (config, phu);
     567    format = pmConfigCameraFormatFromHeader (config, phu, true);
    568568    if (!format) {
    569569        psError(PS_ERR_IO, false, "Failed to read CCD format from %s\n", (char *)infiles->data[0]);
Note: See TracChangeset for help on using the changeset viewer.