- Timestamp:
- Apr 1, 2014, 11:03:38 AM (12 years ago)
- Location:
- branches/eam_branches/ipp-20140206
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psLib/src/fits/psFitsImage.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140206
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20140206/psLib/src/fits/psFitsImage.c
r33645 r36627 753 753 } 754 754 755 // If there is no options set, remove all our non-standard keywords, because no one asked for them. 756 if (!options) { 757 if (psMetadataLookup(header,"BOFFSET")) { 758 psMetadataRemoveKey(header,"BOFFSET"); 759 } 760 if (psMetadataLookup(header,"BSOFTEN")) { 761 psMetadataRemoveKey(header,"BSOFTEN"); 762 } 763 } 764 755 765 // write the header, if any. 756 766 if (header && !psFitsWriteHeaderImage(fits, header, createPHU)) {
Note:
See TracChangeset
for help on using the changeset viewer.
