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/collections/tst_psMetadata_01.c

    r3381 r3407  
    1818*  @author  Ross Harman, MHPCC
    1919*
    20 *  @version $Revision: 1.22 $  $Name: not supported by cvs2svn $
    21 *  @date  $Date: 2005-03-07 20:58:50 $
     20*  @version $Revision: 1.23 $  $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
     
    7272{
    7373    printf("%sKey Name: %8s  ", spaces, metadataItem->name);
    74     printf("Key mdType: %d  ", metadataItem->type);
     74    printf("Key mdType: 0x%08x  ", metadataItem->type);
    7575
    7676    switch (metadataItem->type) {
     
    126126    printFooter(stdout, "psMetadata", "Test A - Read 1st hdr from simple FITS file", true);
    127127
     128    printf("ID=%d\n",(int)psMemGetId());
    128129
    129130    // Test B - Read 2nd hdr from complex FITS file
     
    173174    printFooter(stdout, "psMetadata", "Test B - Read 2nd hdr from complex FITS file", true);
    174175
     176    printf("ID=%d\n",(int)psMemGetId());
    175177
    176178    // Test C - Read named hdr from complex FITS file
Note: See TracChangeset for help on using the changeset viewer.