IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14460


Ignore:
Timestamp:
Aug 9, 2007, 4:23:42 PM (19 years ago)
Author:
Paul Price
Message:

Adding code to restore HIERARCH key names to their proper name, but it doesn't seem necessary....

File:
1 edited

Legend:

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

    r14417 r14460  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.33 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2007-08-07 00:16:21 $
     9 *  @version $Revision: 1.34 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2007-08-10 02:23:42 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    8484            continue;
    8585        }
     86
     87#if 0
     88        // This doesn't seem to be necessary
     89        if (strncmp(keyName, "HIERARCH ", 9) == 0) {
     90            char temp[MAX_STRING_LENGTH];
     91            strcpy(temp, &keyName[9]);
     92            strcpy(keyName, temp);
     93        }
     94#endif
    8695
    8796        // Check to see if the keyword should be duplicated
Note: See TracChangeset for help on using the changeset viewer.