IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 17, 2008, 12:26:43 PM (18 years ago)
Author:
Paul Price
Message:

Fix problem where doing the photometry was removing sources from the output image.

File:
1 edited

Legend:

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

    r16913 r17016  
    292292        // This file, PSPHOT.INPUT, is just used as a carrier; output files (eg, PSPHOT.RESID) are defined by
    293293        // psphotDefineFiles
    294         pmFPAfile *psphotInput = pmFPAfileDefineOutputFromFile(config, output, "PSPHOT.INPUT");
     294        pmFPAfile *psphotInput = pmFPAfileDefineFromFPA(config, output->fpa, 1, 1, "PSPHOT.INPUT");
    295295        if (!psphotInput) {
    296296            psError(PS_ERR_IO, false, _("Unable to generate output file from PSPHOT.INPUT"));
Note: See TracChangeset for help on using the changeset viewer.