IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27789


Ignore:
Timestamp:
Apr 28, 2010, 9:59:26 AM (16 years ago)
Author:
Paul Price
Message:

Copy analysis metadata, so that SKY_STDEV is available for psphotCullPeaks.

Location:
trunk/ppSub/src
Files:
2 edited

Legend:

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

    r27766 r27789  
    106106    // save the resulting PSF information on the pmFPAfile PSPHOT.PSF.LOAD
    107107    pmFPAfile *psfFile = psMetadataLookupPtr(&mdok, config->files, "PSPHOT.PSF.LOAD"); // PSF file
    108     if (!ppSubCopyPSF (psfFile, photFile, view)) {
     108    if (!ppSubCopyPSF(psfFile, photFile, view)) {
    109109        psErrorStackPrint(stderr, "PSF was not generated");
    110110        psWarning("PSF was not generated --- suspect bad data quality.");
  • trunk/ppSub/src/ppSubReadoutInverse.c

    r26982 r27789  
    2020    invRO->variance = psMemIncrRefCounter(outRO->variance);
    2121    invRO->covariance = psMemIncrRefCounter(outRO->covariance);
     22    invRO->analysis = psMetadataCopy(invRO->analysis, outRO->analysis);
    2223
    2324    invRO->data_exists = invRO->parent->data_exists = invRO->parent->parent->data_exists = true;
Note: See TracChangeset for help on using the changeset viewer.