- Timestamp:
- Aug 26, 2010, 9:18:39 AM (16 years ago)
- Location:
- branches/sc_branches/trunkTest
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ppSim/src/ppSimArguments.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/sc_branches/trunkTest
- Property svn:mergeinfo changed
-
branches/sc_branches/trunkTest/ppSim/src/ppSimArguments.c
r24807 r29060 55 55 psMetadataAddStr(arguments, PS_LIST_TAIL, "-galmodel", 0, "Type of Galaxy model", NULL); 56 56 psMetadataAddS32(arguments, PS_LIST_TAIL, "-bin", 0, "Binning in x and y", 1); 57 psMetadataAddS32(arguments, PS_LIST_TAIL, "-nx", 0, "cell x-size in pixels", 0); 58 psMetadataAddS32(arguments, PS_LIST_TAIL, "-ny", 0, "cell y-size in pixels", 0); 57 59 psMetadataAddBool(arguments, PS_LIST_TAIL, "+photom", 0, "Perform photometry on fake sources", false); 58 60 … … 197 199 ppSimArgToRecipeS32(&status, options, "BINNING", arguments, "-bin"); 198 200 201 ppSimArgToRecipeS32(&status, config->arguments, "NX.CELL", arguments, "-nx"); 202 ppSimArgToRecipeS32(&status, config->arguments, "NY.CELL", arguments, "-ny"); 203 199 204 if (type == PPSIM_TYPE_OBJECT) { 200 205 // Load values required for adding stars
Note:
See TracChangeset
for help on using the changeset viewer.
