diff options
author | Aaron LI <aly@aaronly.me> | 2019-01-18 00:01:25 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2019-01-18 13:00:52 +0800 |
commit | 4a5cbc5147ae4b0330e3154d5e4dda38601ecadd (patch) | |
tree | f59f0751cb0f823171146fe358bed97cbb9fc59e /fg21sim/configs | |
parent | 0abeded3cad5de40789c3d9bbe253aac6af8927f (diff) | |
download | fg21sim-4a5cbc5147ae4b0330e3154d5e4dda38601ecadd.tar.bz2 |
Minor tweaks
Diffstat (limited to 'fg21sim/configs')
-rw-r--r-- | fg21sim/configs/config.spec | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fg21sim/configs/config.spec b/fg21sim/configs/config.spec index bf3285e..d580d3f 100644 --- a/fg21sim/configs/config.spec +++ b/fg21sim/configs/config.spec @@ -12,7 +12,7 @@ galactic/synchrotron = boolean(default=False) galactic/freefree = boolean(default=False) # Galactic supernova remnants emission galactic/snr = boolean(default=False) -# Extragalactic clusters of galaxies emission +# Extragalactic clusters of galaxies emission extragalactic/clusters = boolean(default=False) @@ -440,8 +440,8 @@ stream = option("stderr", "stdout", "", default="stderr") # Unit: [Gyr] time_init = float(default=1.0, min=0) - # The frequency and factor used to determine whether the radio halo is - # genuine, i.e., the flux density at ``fiducial_freq`` is at least + # The frequency and factor used to determine the existence of the radio + # halo, i.e., the emissivity at ``fiducial_freq`` is at least # ``fiducial_factor`` times the fiducial value. # Unit: [MHz] fiducial_freq = float(default=150.0) |