Changeset 20632
- Timestamp:
- Nov 10, 2008, 1:31:12 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/fits/psFitsHeader.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/fits/psFitsHeader.c
r19872 r20632 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1.4 8$ $Name: not supported by cvs2svn $10 * @date $Date: 2008-1 0-03 01:43:43$9 * @version $Revision: 1.49 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2008-11-10 23:31:12 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 54 54 // List of compressed FITS header keys not to write (handled by cfitsio); NULL-terminated 55 55 static const char *noWriteCompressedKeys[] = { "ZBITPIX", "ZIMAGE", "ZBITPIX", "ZCMPTYPE", "ZSIMPLE", 56 "ZEXTEND", "ZBLANK", NULL };56 "ZEXTEND", "ZBLANK", "ZDATASUM", "ZHECKSUM", NULL }; 57 57 58 58 // 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.
