IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14875


Ignore:
Timestamp:
Sep 17, 2007, 4:26:38 PM (19 years ago)
Author:
Paul Price
Message:

Got the type of the output image wrong (should be skycell, not detector).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pswarp/src/pswarpParseCamera.c

    r14874 r14875  
    9393        // This file, PSPHOT.INPUT, is just used as a carrier; output files (eg, PSPHOT.RESID) are defined by
    9494        // psphotDefineFiles
    95         pmFPAfile *psphotInput = pmFPAfileDefineFromFPA(config, output->fpa, 1, 1, "PSPHOT.INPUT");
     95        pmFPAfile *psphotInput = pmFPAfileDefineSkycell(config, output->fpa, "PSPHOT.INPUT");
    9696        if (!psphotInput) {
    9797            psError(PS_ERR_IO, false, _("Unable to generate output file from PSPHOT.INPUT"));
Note: See TracChangeset for help on using the changeset viewer.