IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 30, 2007, 4:11:54 AM (19 years ago)
Author:
eugene
Message:

updates

File:
1 edited

Legend:

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

    r14223 r15136  
    241241        // this file is just used as a carrier; output files (eg, PSPHOT.RESID) are defined by
    242242        // psphotDefineFiles
    243         pmFPAfile *psphotInput = pmFPAfileDefineFromFPA (config, chipImage->fpa, 1, 1, "PSPHOT.INPUT");
     243        pmFPAfile *psphotInput = pmFPAfileDefineFromFile (config, chipImage, 1, 1, "PSPHOT.INPUT");
    244244        PS_ASSERT (psphotInput, false);
    245245
     
    270270            return false;
    271271        }
     272
     273        // deactivate the psastro files, reactive when needed
     274        // XXX ??? pmFPAfileActivate (config->files, false, "PSASTRO.OUTPUT");
    272275    }
    273276
Note: See TracChangeset for help on using the changeset viewer.