IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14819


Ignore:
Timestamp:
Sep 11, 2007, 1:23:39 PM (19 years ago)
Author:
Paul Price
Message:

Fixing comments, turning off galaxies and galaxy grids.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/recipes/ppSim.config

    r14696 r14819  
    1010SKY.RATE        F32     10.0            # Sky illumination rate (e/s)
    1111
    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
     12STARS.REAL      BOOL    TRUE            # Add stars from a catalogue?
     13
     14STARS.FAKE      BOOL    TRUE            # Add fake stars, randomly distributed?
     15STARS.LUM       F32     -1.5            # Stellar luminosity function slope
     16STARS.MAG       F32     15.5            # Brightest magnitude for fake stars
    1517STARS.DENSITY   F32     1.0             # Stellar density (per square degree) at the brightest magnitude
    1618
    17 GALAXY.FAKE     BOOL  TRUE              # Stellar luminosity function slope
     19GALAXY.FAKE     BOOL    FALSE           # Generate fake galaxies?
    1820
    1921GALAXY.LUM        F32   -0.8            # Stellar luminosity function slope
    2022GALAXY.MAG        F32   11.0            # Brightest magnitude for fake stars
    21 GALAXY.DENSITY    F32   6.0             # Stellar density (per square degree) at the brightest magnitude
     23GALAXY.DENSITY    F32   6.0             # Galaxy density (per square degree) at the brightest magnitude
    2224
    23 GALAXY.RMAJOR.MAX F32   10.0            # Stellar density (per square degree) at the brightest magnitude
    24 GALAXY.RMAJOR.MIN F32   2.0             # Stellar density (per square degree) at the brightest magnitude
     25GALAXY.RMAJOR.MAX F32   10.0            # Maximum semi-major axis for galaxy models
     26GALAXY.RMAJOR.MIN F32   2.0             # Minimum semi-major axis for galaxy models
    2527
    26 GALAXY.ARATIO.MAX F32   0.2             # Stellar density (per square degree) at the brightest magnitude
    27 GALAXY.ARATIO.MIN F32   1.0             # Stellar density (per square degree) at the brightest magnitude
     28GALAXY.ARATIO.MAX F32   0.2             # Maximum axis ratio for galaxy models
     29GALAXY.ARATIO.MIN F32   1.0             # Minimum axis ratio for galaxy models
    2830
    29 GALAXY.INDEX.MIN F32    0.25            # Stellar density (per square degree) at the brightest magnitude
    30 GALAXY.INDEX.MAX F32    0.500           # Stellar density (per square degree) at the brightest magnitude
     31GALAXY.INDEX.MIN F32    0.25            # Maximum Sersic index for galaxy models
     32GALAXY.INDEX.MAX F32    0.500           # Minimum Sersic index for galaxy models
    3133
    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
     34GALAXY.THETA.MIN F32    0.0             # Maximum position angle for galaxy models
     35GALAXY.THETA.MAX F32    3.14            # Minimum position angle for galaxy models
    3536
    36 GALAXY.GRID      BOOL   TRUE
    37 GALAXY.GRID.DX   S32   200
    38 GALAXY.GRID.DY   S32   200
     37GALAXY.GRID      BOOL   FALSE           # Generate a (regular) grid of galaxy models?
     38GALAXY.GRID.DX   S32   200              # Spacing between galaxies in grid in x
     39GALAXY.GRID.DY   S32   200              # Spacing between galaxies in grid in y
    3940
    4041### 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.