Changeset 17702 for branches/eam_branch_20080511/ppSim/src/ppSimArguments.c
- Timestamp:
- May 15, 2008, 12:01:36 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20080511/ppSim/src/ppSimArguments.c
r17672 r17702 147 147 148 148 char *typeStr = ppSimArgToRecipeStr (&status, options, "IMAGE.TYPE", arguments, "-type"); // Requested exposure type 149 if ( !status) {149 if (typeStr == NULL) { 150 150 psError(PS_ERR_IO, false, "An exposure type must be specified using -type"); 151 151 psFree(arguments); … … 178 178 ppSimArgToRecipeS32(&status, options, "BINNING", arguments, "-bin"); 179 179 180 // XX don't do this: recipe is not yet fully realized (camera options not interpolated) 180 181 psMetadata *recipe = psMetadataLookupMetadata(&mdok, config->recipes, PPSIM_RECIPE); // Recipe 181 182
Note:
See TracChangeset
for help on using the changeset viewer.
