- Timestamp:
- May 26, 2009, 1:59:32 PM (17 years ago)
- Location:
- branches/cnb_branches/cnb_branch_20090301
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cnb_branches/cnb_branch_20090301
- Property svn:mergeinfo changed
-
branches/cnb_branches/cnb_branch_20090301/ppSim/src
- Property svn:ignore
-
old new 8 8 .libs 9 9 ppSimSequence 10 ppSimVersionDefinitions.h
-
- Property svn:ignore
-
branches/cnb_branches/cnb_branch_20090301/ppSim/src/ppSimArguments.c
r18011 r24244 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.
