Changeset 27838 for branches/tap_branches/psLib/src/fits/psFitsHeader.c
- Timestamp:
- May 3, 2010, 8:41:49 AM (16 years ago)
- Location:
- branches/tap_branches
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/tap_branches
- Property svn:mergeinfo changed
-
branches/tap_branches/psLib
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/czw_branch/cleanup/psLib merged eligible /branches/pap/psLib merged eligible /trunk/psLib merged eligible /branches/eam_branches/20090522/psLib 24238-24573 /branches/eam_branches/20090715/psLib 24799-25750 /branches/eam_branches/20090820/psLib 25139-25874 /branches/pap_mops/psLib 25137-25255
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/tap_branches/psLib/src/fits/psFitsHeader.c
r25087 r27838 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.
