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_03.c

    r3381 r3407  
    1818*  @author  Ross Harman, MHPCC
    1919*
    20 *  @version $Revision: 1.15 $  $Name: not supported by cvs2svn $
    21 *  @date  $Date: 2005-03-07 20:58:50 $
     20*  @version $Revision: 1.16 $  $Name: not supported by cvs2svn $
     21*  @date  $Date: 2005-03-11 20:38:56 $
    2222*
    2323*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    3232{
    3333    printf("Key Name: %8s  ", metadataItem->name);
    34     printf("Key mdType: %2d  ", metadataItem->type);
     34    printf("Key mdType: 0x%08x  ", metadataItem->type);
    3535
    3636    switch (metadataItem->type) {
Note: See TracChangeset for help on using the changeset viewer.