IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15148


Ignore:
Timestamp:
Oct 1, 2007, 10:52:02 AM (19 years ago)
Author:
Paul Price
Message:

Adding compression keywords to list of keywords not to write (let
cfitsio write them).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_branch_070920/psLib/src/fits/psFitsHeader.c

    r15109 r15148  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.34.4.2 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2007-09-29 21:54:35 $
     9 *  @version $Revision: 1.34.4.3 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2007-10-01 20:52:02 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    4343// List of FITS header keys not to write (handled by cfitsio); NULL-terminated
    4444static const char *noWriteFitsKeys[] = { "SIMPLE", "XTENSION", "BITPIX", "NAXIS", "EXTNAME", "BSCALE",
    45                                          "BZERO", "TFIELDS", NULL};
     45                                         "BZERO", "TFIELDS", "ZIMAGE", "ZBITPIX", "ZCMPTYPE", NULL};
    4646
    4747// List of the start of FITS header keys not to write (handled by cfitsio); NULL-terminated
    48 static const char *noWriteFitsKeyStarts[] = { "NAXIS", "TTYPE", "TFORM", NULL};
     48static const char *noWriteFitsKeyStarts[] = { "NAXIS", "TTYPE", "TFORM", "ZNAXIS", "ZTILE", "ZNAME", "ZVAL",
     49                                              NULL};
    4950
    5051// List of FITS header keys that may be present if the header is considered "empty"; NULL-terminated
Note: See TracChangeset for help on using the changeset viewer.