IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 27, 2008, 9:32:16 AM (18 years ago)
Author:
Paul Price
Message:

Determine the PSF, rather than assuming it's the same as one of the inputs. Not yet tested, but I'm hopeful.........

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSub/src/ppSubCamera.c

    r16916 r17813  
    135135
    136136    // psPhot input
    137     if (psMetadataLookup(config->arguments, "PSPHOT.PSF")) {
     137    if (psMetadataLookupBool(NULL, config->arguments, "PHOTOMETRY")) {
    138138        psphotModelClassInit ();        // load implementation-specific models
    139139        pmFPAfile *psphot = pmFPAfileDefineFromFPA(config, output->fpa, 1, 1, "PSPHOT.INPUT");
Note: See TracChangeset for help on using the changeset viewer.