IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15154


Ignore:
Timestamp:
Oct 1, 2007, 11:51:42 AM (19 years ago)
Author:
Paul Price
Message:

Never write PCOUNT and GCOUNT --- let cfitsio handle these too.

File:
1 edited

Legend:

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

    r15148 r15154  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.34.4.3 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2007-10-01 20:52:02 $
     9 *  @version $Revision: 1.34.4.4 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2007-10-01 21:51:42 $
    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", "ZIMAGE", "ZBITPIX", "ZCMPTYPE", NULL};
     45                                         "BZERO", "TFIELDS", "PCOUNT", "GCOUNT", "ZIMAGE", "ZBITPIX",
     46                                         "ZCMPTYPE", NULL};
    4647
    4748// 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.