IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9660


Ignore:
Timestamp:
Oct 19, 2006, 12:54:49 PM (20 years ago)
Author:
eugene
Message:

deactivate PSPHOT.INPUT at the end of ppImagePhotom so it is not freed above

File:
1 edited

Legend:

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

    r8751 r9660  
    1414
    1515    // select recipe options supplied on command line
    16     psMetadata *recipe  = psMetadataLookupPtr (&status, config->recipes,   "PSPHOT");
     16    psMetadata *recipe  = psMetadataLookupPtr (&status, config->recipes, "PSPHOT");
    1717
    1818    // set default recipe values here
     
    9494        }
    9595    }
     96
     97    // the PSPHOT.INPUT file is a temporary file used to carry PPIMAGE.OUTPUT.CHIP to psphotReadout
     98    pmFPAfileActivate (config->files, false, "PSPHOT.INPUT");
     99
    96100    return true;
    97101}
Note: See TracChangeset for help on using the changeset viewer.