Changeset 14819
- Timestamp:
- Sep 11, 2007, 1:23:39 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippconfig/recipes/ppSim.config (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippconfig/recipes/ppSim.config
r14696 r14819 10 10 SKY.RATE F32 10.0 # Sky illumination rate (e/s) 11 11 12 STARS.FAKE BOOL TRUE # Stellar luminosity function slope 13 STARS.LUM F32 -1.2 # Stellar luminosity function slope 14 STARS.MAG F32 15.0 # Brightest magnitude for fake stars 12 STARS.REAL BOOL TRUE # Add stars from a catalogue? 13 14 STARS.FAKE BOOL TRUE # Add fake stars, randomly distributed? 15 STARS.LUM F32 -1.5 # Stellar luminosity function slope 16 STARS.MAG F32 15.5 # Brightest magnitude for fake stars 15 17 STARS.DENSITY F32 1.0 # Stellar density (per square degree) at the brightest magnitude 16 18 17 GALAXY.FAKE BOOL TRUE # Stellar luminosity function slope19 GALAXY.FAKE BOOL FALSE # Generate fake galaxies? 18 20 19 21 GALAXY.LUM F32 -0.8 # Stellar luminosity function slope 20 22 GALAXY.MAG F32 11.0 # Brightest magnitude for fake stars 21 GALAXY.DENSITY F32 6.0 # Stellardensity (per square degree) at the brightest magnitude23 GALAXY.DENSITY F32 6.0 # Galaxy density (per square degree) at the brightest magnitude 22 24 23 GALAXY.RMAJOR.MAX F32 10.0 # Stellar density (per square degree) at the brightest magnitude24 GALAXY.RMAJOR.MIN F32 2.0 # Stellar density (per square degree) at the brightest magnitude25 GALAXY.RMAJOR.MAX F32 10.0 # Maximum semi-major axis for galaxy models 26 GALAXY.RMAJOR.MIN F32 2.0 # Minimum semi-major axis for galaxy models 25 27 26 GALAXY.ARATIO.MAX F32 0.2 # Stellar density (per square degree) at the brightest magnitude27 GALAXY.ARATIO.MIN F32 1.0 # Stellar density (per square degree) at the brightest magnitude28 GALAXY.ARATIO.MAX F32 0.2 # Maximum axis ratio for galaxy models 29 GALAXY.ARATIO.MIN F32 1.0 # Minimum axis ratio for galaxy models 28 30 29 GALAXY.INDEX.MIN F32 0.25 # Stellar density (per square degree) at the brightest magnitude30 GALAXY.INDEX.MAX F32 0.500 # Stellar density (per square degree) at the brightest magnitude31 GALAXY.INDEX.MIN F32 0.25 # Maximum Sersic index for galaxy models 32 GALAXY.INDEX.MAX F32 0.500 # Minimum Sersic index for galaxy models 31 33 32 # angle range in radians 33 GALAXY.THETA.MIN F32 0.0 # Stellar density (per square degree) at the brightest magnitude 34 GALAXY.THETA.MAX F32 3.14 # Stellar density (per square degree) at the brightest magnitude 34 GALAXY.THETA.MIN F32 0.0 # Maximum position angle for galaxy models 35 GALAXY.THETA.MAX F32 3.14 # Minimum position angle for galaxy models 35 36 36 GALAXY.GRID BOOL TRUE37 GALAXY.GRID.DX S32 200 38 GALAXY.GRID.DY S32 200 37 GALAXY.GRID BOOL FALSE # Generate a (regular) grid of galaxy models? 38 GALAXY.GRID.DX S32 200 # Spacing between galaxies in grid in x 39 GALAXY.GRID.DY S32 200 # Spacing between galaxies in grid in y 39 40 40 41 ### The following options are used if not defined by the concepts (e.g., usually read from headers)
Note:
See TracChangeset
for help on using the changeset viewer.
