IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 10, 2008, 1:31:12 PM (17 years ago)
Author:
eugene
Message:

need to include ZDATASUM and ZHECKSUM in list of excluded keywords

File:
1 edited

Legend:

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

    r19872 r20632  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.48 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2008-10-03 01:43:43 $
     9 *  @version $Revision: 1.49 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2008-11-10 23:31:12 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    5454// List of compressed FITS header keys not to write (handled by cfitsio); NULL-terminated
    5555static const char *noWriteCompressedKeys[] = { "ZBITPIX", "ZIMAGE", "ZBITPIX", "ZCMPTYPE", "ZSIMPLE",
    56                                                "ZEXTEND", "ZBLANK", NULL };
     56                                               "ZEXTEND", "ZBLANK", "ZDATASUM", "ZHECKSUM", NULL };
    5757
    5858// List of the start of FITS header keys not to write (handled by cfitsio); NULL-terminated
Note: See TracChangeset for help on using the changeset viewer.