- Timestamp:
- May 9, 2013, 11:25:56 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130419/pstamp/src/ppstampParseCamera.c
r35395 r35545 101 101 } 102 102 if (astrom) { 103 psLogMsg ("ppstamp", 3, "Using supplied astrometry \n");103 psLogMsg ("ppstamp", 3, "Using supplied astrometry.\n"); 104 104 } else { 105 psLogMsg ("ppstamp", 3, "Using header astrometry \n");105 psLogMsg ("ppstamp", 3, "Using header astrometry.\n"); 106 106 } 107 107 … … 119 119 // see if -sources file was supplied. 120 120 // If so define the file. 121 psPtr sourcesFile = psMetadataLookup Str(&status, config->arguments, "SOURCES");121 psPtr sourcesFile = psMetadataLookupPtr(&status, config->arguments, "SOURCES"); 122 122 if (sourcesFile) { 123 123 pmFPAfile *sources = pmFPAfileBindFromArgs(&status, input, config, "PPSTAMP.INPUT.SOURCES", "SOURCES");
Note:
See TracChangeset
for help on using the changeset viewer.
