IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 15, 2009, 6:41:32 PM (16 years ago)
Author:
eugene
Message:

rework how the psf is passed around so that we are sure we get it from the right psphot run

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20091201/ppSub/src/ppSubCamera.c

    r24261 r26432  
    319319        pmFPAfileActivate(config->files, false, "PSPHOT.INPUT");
    320320
    321         // Internal-ish file for getting the PSF from the minuend
    322         pmFPAfile *psf = pmFPAfileDefineOutputFromFile(config, psphot, "PSPHOT.PSF.LOAD");
     321        // Internal file for getting the PSF from the minuend
     322        pmFPAfile *psf = pmFPAfileDefineFromFPA(config, output->fpa, 1, 1, "PSPHOT.PSF.LOAD");
    323323        if (!psf) {
    324324            psError(PS_ERR_IO, false, "Failed to build FPA from PSPHOT.PSF.LOAD");
Note: See TracChangeset for help on using the changeset viewer.