IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 9, 2010, 6:01:15 PM (16 years ago)
Author:
eugene
Message:

psphotStack now correctly convolves the input images to match target PSF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/psphot.20100506/src/psphotStackMatchPSFs.c

    r27884 r27888  
    5858        }
    5959    }
     60
     61    psFree (options);
    6062    return true;
    6163}
     
    7880    pmReadout *readoutOut = pmFPAviewThisReadout(view, fileOut->fpa);
    7981    if (readoutOut == NULL) {
    80         readoutOut = pmFPAGenerateReadout(config, view, "PSPHOT.STACK.OUTPUT.IMAGE", fileSrc->fpa, NULL, 0);
     82        readoutOut = pmFPAGenerateReadout(config, view, "PSPHOT.STACK.OUTPUT.IMAGE", fileSrc->fpa, NULL, index);
    8183        psAssert (readoutOut, "missing readout?");
    8284    }
Note: See TracChangeset for help on using the changeset viewer.