IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 8, 2009, 4:23:12 PM (17 years ago)
Author:
Paul Price
Message:

Fixing bad PHOTCODEs due to concepts not being set. Concepts for the convolved images weren't being inherited from the inputs, so added pmConceptsCopyFPA calls. Concepts for the photometry images weren't being inherited, so using pmFPACopy instead of copying the readout only.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSub/src/ppSubMatchPSFs.c

    r23753 r23758  
    171171    }
    172172
     173    pmConceptsCopyFPA(inConv->parent->parent->parent, inRO->parent->parent->parent, true, true);
     174    pmConceptsCopyFPA(refConv->parent->parent->parent, refRO->parent->parent->parent, true, true);
     175
    173176    psImageCovarianceTransfer(inConv->variance, inConv->covariance);
    174177    psImageCovarianceTransfer(refConv->variance, refConv->covariance);
Note: See TracChangeset for help on using the changeset viewer.