Changeset 13701
- Timestamp:
- Jun 7, 2007, 11:00:39 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImageDetrendReadout.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImageDetrendReadout.c
r13593 r13701 79 79 pmHDU *hdu = pmHDUFromReadout(input); // HDU of interest 80 80 psString comment = NULL; // Comment to add 81 psStringAppend(&comment, "Normali sation: %f", norm);81 psStringAppend(&comment, "Normalization: %f", norm); 82 82 psMetadataAddStr(hdu->header, PS_LIST_TAIL, "HISTORY", PS_META_DUPLICATE_OK, comment, ""); 83 83 psFree(comment);
Note:
See TracChangeset
for help on using the changeset viewer.
