IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17257


Ignore:
Timestamp:
Mar 31, 2008, 4:57:05 PM (18 years ago)
Author:
Paul Price
Message:

This seems to work, while the former had problem finding a format.

File:
1 edited

Legend:

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

    r17016 r17257  
    306306    } else {
    307307        // Output PSF --- only required if photometry is not being performed
    308         pmFPAfile *outPSF = pmFPAfileDefineOutput(config, output->fpa, "PSPHOT.PSF.SAVE");
     308        pmFPAfile *outPSF = pmFPAfileDefineOutputFromFile(config, output, "PSPHOT.PSF.SAVE");
    309309        if (!outPSF) {
    310310            psError(PS_ERR_IO, false, _("Unable to generate output file from PSPHOT.PSF.SAVE"));
Note: See TracChangeset for help on using the changeset viewer.