IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 5, 2006, 11:46:23 AM (20 years ago)
Author:
Paul Price
Message:

Fixing comment to be a bit more readable.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmReadoutCombine.c

    r10478 r10480  
    8787        if (first) {
    8888            psString comment = NULL;    // Comment to add to header
    89             psStringAppend(&comment, "Combination clipping: %d iter, %f rej", params->iter, params->rej);
     89            psStringAppend(&comment, "Combination clipping: %d iterations, rejection at %f sigma",
     90                           params->iter, params->rej);
    9091            psMetadataAddStr(hdu->header, PS_LIST_TAIL, "HISTORY", PS_META_DUPLICATE_OK, comment, "");
    9192            psFree(comment);
Note: See TracChangeset for help on using the changeset viewer.