Changeset 35395 for trunk/pstamp/src/ppstampParseCamera.c
- Timestamp:
- Apr 12, 2013, 10:49:35 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/src/ppstampParseCamera.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/src/ppstampParseCamera.c
r34596 r35395 95 95 } 96 96 97 98 // XXX: create a filerule for PPSTAMP.ASTROM99 97 pmFPAfile *astrom = pmFPAfileDefineFromArgs(&status, config, "PSWARP.ASTROM", "ASTROM"); 100 98 if (!status) { … … 103 101 } 104 102 if (astrom) { 105 psLogMsg ("ppstamp", 3, " using supplied astrometry\n");103 psLogMsg ("ppstamp", 3, "Using supplied astrometry\n"); 106 104 } else { 107 psLogMsg ("ppstamp", 3, " using header astrometry\n");105 psLogMsg ("ppstamp", 3, "Using header astrometry\n"); 108 106 } 109 110 #ifdef notyet111 // add recipe options supplied on command line112 psMetadata *recipe = psMetadataLookupPtr (&status, config->recipes, RECIPE_NAME);113 #endif114 107 115 108 // Set up the output target … … 138 131 } 139 132 } else { 140 psLogMsg ("ppstamp", PS_LOG_INFO, "output sources file requested but no input supplied. Will try the supplied astrometry file.\n"); 133 psLogMsg ("ppstamp", PS_LOG_INFO, "Output sources file requested but no -sources supplied.\n"); 134 psLogMsg ("ppstamp", PS_LOG_INFO, "Will use the sources in the supplied astrometry file.\n"); 141 135 } 142 136
Note:
See TracChangeset
for help on using the changeset viewer.
