IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 11, 2005, 10:38:56 AM (21 years ago)
Author:
desonia
Message:

made adjustments to psMetadata and added psFitsUpdateTable.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/astronomy/tst_psMetadata_06.c

    r3381 r3407  
    1313*  @author  Ross Harman, MHPCC
    1414*
    15 *  @version $Revision: 1.11 $  $Name: not supported by cvs2svn $
    16 *  @date  $Date: 2005-03-07 20:58:50 $
     15*  @version $Revision: 1.12 $  $Name: not supported by cvs2svn $
     16*  @date  $Date: 2005-03-11 20:38:56 $
    1717*
    1818*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    2727{
    2828    printf("Key Name: %8s  ", metadataItem->name);
    29     printf("Key mdType: %2d  ", metadataItem->type);
     29    printf("Key mdType: 0x%08x  ", metadataItem->type);
    3030
    3131    switch (metadataItem->type) {
Note: See TracChangeset for help on using the changeset viewer.