Changeset 10480 for trunk/psModules/src/imcombine/pmReadoutCombine.c
- Timestamp:
- Dec 5, 2006, 11:46:23 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/imcombine/pmReadoutCombine.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmReadoutCombine.c
r10478 r10480 87 87 if (first) { 88 88 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); 90 91 psMetadataAddStr(hdu->header, PS_LIST_TAIL, "HISTORY", PS_META_DUPLICATE_OK, comment, ""); 91 92 psFree(comment);
Note:
See TracChangeset
for help on using the changeset viewer.
