Changeset 8776 for trunk/icd-demo/src/icd-demo.c
- Timestamp:
- Sep 7, 2006, 4:33:23 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/icd-demo/src/icd-demo.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/icd-demo/src/icd-demo.c
r8426 r8776 16 16 17 17 // construct a sample FITS table based on the given descriptive metadata file 18 psMetadata *fd = psMetadataConfig Parse(NULL, &nFail, argv[1], false);18 psMetadata *fd = psMetadataConfigRead(NULL, &nFail, argv[1], false); 19 19 20 20 psFits *fits = psFitsOpen (argv[2], "w"); … … 53 53 54 54 // construct a sample FITS table based on the given descriptive metadata file 55 psMetadata *fd = psMetadataConfig Parse(NULL, &nFail, file, false);55 psMetadata *fd = psMetadataConfigRead(NULL, &nFail, file, false); 56 56 57 57 psMetadata *blank = psMetadataLookupPtr (NULL, fd, "BLANK");
Note:
See TracChangeset
for help on using the changeset viewer.
