IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 7, 2006, 4:33:23 PM (20 years ago)
Author:
jhoblitt
Message:

rename psMetadataConfigParse() -> psMetadataConfigRead()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/icd-demo/src/icd-demo.c

    r8426 r8776  
    1616
    1717    // construct a sample FITS table based on the given descriptive metadata file
    18     psMetadata *fd      = psMetadataConfigParse (NULL, &nFail, argv[1], false);
     18    psMetadata *fd      = psMetadataConfigRead(NULL, &nFail, argv[1], false);
    1919
    2020    psFits *fits = psFitsOpen (argv[2], "w");
     
    5353
    5454    // construct a sample FITS table based on the given descriptive metadata file
    55     psMetadata *fd      = psMetadataConfigParse (NULL, &nFail, file, false);
     55    psMetadata *fd      = psMetadataConfigRead(NULL, &nFail, file, false);
    5656
    5757    psMetadata *blank  = psMetadataLookupPtr (NULL, fd, "BLANK");
Note: See TracChangeset for help on using the changeset viewer.