IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15136


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

updates

Location:
trunk/ppImage/src
Files:
2 edited

Legend:

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

    r12807 r15136  
    1919    PS_ASSERT (input, false);
    2020
     21    // deactivate the psastro files, reactive when needed
     22    // XXX ??? pmFPAfileActivate (config->files, true, "PSASTRO.OUTPUT");
     23
    2124    // convert the output sources created by psphot into astrometry objects
    2225    if (!psastroConvertFPA (input->fpa, recipe)) {
  • 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.