Changeset 4309 for trunk/archive/scripts/src/pmCameraFromHeader.c
- Timestamp:
- Jun 17, 2005, 2:48:18 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/archive/scripts/src/pmCameraFromHeader.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/archive/scripts/src/pmCameraFromHeader.c
r4092 r4309 2 2 #include <string.h> 3 3 #include "pslib.h" 4 #include "p smodule.h"4 #include "papmodule.h" 5 5 6 6 // Work out what camera we have, based on the FITS header and a set of rules specified in the IPP … … 31 31 } else if (instrumentItem->type == PS_META_STR) { 32 32 psTrace(__func__, 5, "Reading instrument configuration for %s...\n", instrumentItem->name); 33 instrument = psMetadata ParseConfig(NULL, NULL, instrumentItem->data.V, true);33 instrument = psMetadataConfigParse(NULL, NULL, instrumentItem->data.V, true); 34 34 } 35 35
Note:
See TracChangeset
for help on using the changeset viewer.
