IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.