Changeset 24099 for trunk/ppSim/src/ppSimArguments.c
- Timestamp:
- May 6, 2009, 5:28:08 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ppSim/src/ppSimArguments.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSim/src/ppSimArguments.c
r18011 r24099 31 31 psMetadataAddStr(arguments, PS_LIST_TAIL, "-format", 0, "Camera format name", NULL); 32 32 psMetadataAddStr(arguments, PS_LIST_TAIL, "-type", 0, "Exposure type (BIAS|DARK|FLAT|OBJECT)", NULL); 33 psMetadataAddStr(arguments, PS_LIST_TAIL, "-obs_mode", 0, "observation mode", NULL); 33 34 psMetadataAddStr(arguments, PS_LIST_TAIL, "-filter", 0, "Filter name", NULL); 34 35 psMetadataAddF32(arguments, PS_LIST_TAIL, "-exptime", 0, "Exposure time (s)", NAN); … … 108 109 ppSimArgToRecipeF32(&status, options, "STARS.DENSITY", arguments, "-starsdensity"); 109 110 ppSimArgToRecipeBool(&status, options, "PHOTOM", arguments, "+photom"); 111 psString obs_mode = psMetadataLookupStr(&status, arguments, "-obs_mode"); 112 if (obs_mode) { 113 psMetadataAddStr(options, PS_LIST_TAIL, "OBS_MODE", 0, "observation mode", obs_mode); 114 } 115 110 116 111 117 // if we are loading the input image (not creating it), then we can skip the remaining arguments
Note:
See TracChangeset
for help on using the changeset viewer.
