IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 25, 2011, 5:26:55 AM (15 years ago)
Author:
eugene
Message:

avoid errors from duplicate metadata entries; only supply TIME_FINAL for convolved stack

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStackConvolve.c

    r30874 r31054  
    368368
    369369    if (options->stats) {
    370       psMetadataAddF32(options->stats, PS_LIST_TAIL, "TIME_CONVOLVE", 0,
     370      psMetadataAddF32(options->stats, PS_LIST_TAIL, "TIME_CONVOLVE", PS_META_REPLACE,
    371371                       "Time to convolve input images", psTimerMark("PPSTACK_CONVOLVE"));
    372372    }
Note: See TracChangeset for help on using the changeset viewer.