Changeset 7771 for trunk/ppImage/src/ppImageOptions.c
- Timestamp:
- Jun 30, 2006, 2:07:26 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImageOptions.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImageOptions.c
r7621 r7771 188 188 } 189 189 190 options->doAddstar = psMetadataLookupBool(NULL, recipe, "ADDSTAR"); 191 if (options->doAddstar && !(options->doAstromChip || options->doAstromMosaic)) { 192 psLogMsg(__func__, PS_LOG_ERROR, "Invalid Phase2 Options: cannot Addstar without Astrometry"); 193 exit(EXIT_FAILURE); 194 } 195 190 196 return options; 191 197 }
Note:
See TracChangeset
for help on using the changeset viewer.
