IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 10, 2010, 7:41:23 PM (16 years ago)
Author:
eugene
Message:

updates from eam_branches/20091201

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStackCamera.c

    r26076 r26898  
    373373        psMetadataLookupBool(&mdok, config->arguments, "-photometry"); // perform photometry
    374374    if (doPhotom) {
    375         // This file, PSPHOT.INPUT, is just used as a carrier; output files (eg, PSPHOT.RESID) are defined by
    376         // psphotDefineFiles
     375        // This pmFPAfile, PSPHOT.INPUT, is just used as a carrier; output files (eg,
     376        // PSPHOT.RESID) are defined by psphotDefineFiles
    377377        pmFPAfile *psphotInput = pmFPAfileDefineFromFPA(config, output->fpa, 1, 1, "PSPHOT.INPUT");
    378378        if (!psphotInput) {
     
    380380            return false;
    381381        }
     382        // specify the number of psphot input images
     383        psMetadataAddS32 (config->arguments, PS_LIST_TAIL, "PSPHOT.INPUT.NUM", PS_META_REPLACE, "number of inputs", 1);
    382384
    383385        // Define associated psphot input/output files
Note: See TracChangeset for help on using the changeset viewer.