IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9662


Ignore:
Timestamp:
Oct 19, 2006, 1:12:50 PM (20 years ago)
Author:
Paul Price
Message:

Adding blank header keywords to list of keywords to ignore. Found
multiple header entries in a megacam file from Masiero with
" = ". These needn't be included.

File:
1 edited

Legend:

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

    r9066 r9662  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.27 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2006-09-30 02:29:20 $
     9 *  @version $Revision: 1.28 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2006-10-19 23:12:50 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    3030
    3131// list of FITS header keys to ignore; NULL-terminated
    32 static char* ignoreFitsKeys[] = {NULL};
     32static char* ignoreFitsKeys[] = {"", NULL};
    3333
    3434// List of FITS header keys that may be duplicated; NULL-terminated
Note: See TracChangeset for help on using the changeset viewer.