- Timestamp:
- Mar 29, 2010, 3:55:49 PM (16 years ago)
- Location:
- branches/eam_branches/20100225
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psLib/src/fits/psFitsHeader.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20100225
- Property svn:mergeinfo changed
-
branches/eam_branches/20100225/psLib/src/fits/psFitsHeader.c
r25087 r27517 570 570 // to preserve NAXISn etc for reference, so we don't do this. 571 571 572 if (keywordInList(name, noWriteFitsKeys) || 573 (keyStarts && keywordStartsWith(name, noWriteFitsKeyStarts))) { 574 psTrace("psLib.fits", 3, "Not writing FITS keyword %s", name); 575 continue; 576 } 577 572 578 // Options for compression 573 579 if (compressing) { … … 582 588 } else if (keywordInList(name, noWriteCompressedKeys) || 583 589 (keyStarts && keywordStartsWith(name, noWriteCompressedKeyStarts))) { 584 psTrace("psLib.fits", 3, "Not writing FITS keyword %s", name);585 continue;586 }587 588 if (keywordInList(name, noWriteFitsKeys) ||589 (keyStarts && keywordStartsWith(name, noWriteFitsKeyStarts))) {590 590 psTrace("psLib.fits", 3, "Not writing FITS keyword %s", name); 591 591 continue;
Note:
See TracChangeset
for help on using the changeset viewer.
