IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23376


Ignore:
Timestamp:
Mar 17, 2009, 4:50:00 PM (17 years ago)
Author:
Paul Price
Message:

Don't write the compressed keywords even if we aren't compressing --- they confuse cfitsio.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/fits/psFitsHeader.c

    r22729 r23376  
    569569                    continue;
    570570                }
     571            } else if (keywordInList(name, noWriteCompressedKeys) ||
     572                       (keyStarts && keywordStartsWith(name, noWriteCompressedKeyStarts))) {
     573                continue;
    571574            }
    572575
Note: See TracChangeset for help on using the changeset viewer.