IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20289


Ignore:
Timestamp:
Oct 21, 2008, 9:58:27 AM (18 years ago)
Author:
Paul Price
Message:

Because they both use the readout->analysis MD with name PSPHOT.SOURCES, files PSPHOT.INPUT and PSPHOT.INPUT.CMF should not share an FPA.

File:
1 edited

Legend:

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

    r20115 r20289  
    106106        psphotInput->src = psMemIncrRefCounter(output->fpa);
    107107
    108         pmFPAfile *psphotInSources = pmFPAfileDefineSkycell(config, psphotInput->fpa, "PSPHOT.INPUT.CMF");
     108        pmFPAfile *psphotInSources = pmFPAfileDefineSkycell(config, NULL, "PSPHOT.INPUT.CMF");
    109109        if (!psphotInSources) {
    110110            psError(PS_ERR_IO, false, _("Unable to generate output file from PSPHOT.INPUT.CMF"));
Note: See TracChangeset for help on using the changeset viewer.