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/pmFPAfileIO.c

    r12696 r12716  
    719719    psMetadata *phu = psFitsReadHeader (NULL, file->fits);
    720720    if (!file->format) {
    721         file->format = pmConfigCameraFormatFromHeader (config, phu);
     721        // XXX do we need to read the recipe here?  these files are supplemental, and probably
     722        // do not need to re-load the recipes
     723        file->format = pmConfigCameraFormatFromHeader (config, phu, false);
    722724        if (!file->format) {
    723725            psError(PS_ERR_IO, false, "Failed to read CCD format from %s\n", file->filename);
Note: See TracChangeset for help on using the changeset viewer.