Changeset 17137
- Timestamp:
- Mar 25, 2008, 10:39:40 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/imcombine/pmReadoutCombine.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmReadoutCombine.c
r16906 r17137 87 87 psString comment = NULL; // Comment to add to header 88 88 psStringAppend(&comment, "Combining using statistic: %x", params->combine); 89 if (!hdu->header) { 90 hdu->header = psMetadataAlloc(); 91 } 89 92 psMetadataAddStr(hdu->header, PS_LIST_TAIL, "HISTORY", PS_META_DUPLICATE_OK, comment, ""); 90 93 psFree(comment);
Note:
See TracChangeset
for help on using the changeset viewer.
