diff options
author | Aaron LI <aly@aaronly.me> | 2017-10-19 13:14:14 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2017-10-19 13:14:14 +0800 |
commit | ad4a43dce176c3f087f5dc5af188dfc081934027 (patch) | |
tree | 6137d40bf12053d304079d2d7e3ee5ee04793775 /fg21sim/configs/20-extragalactic.conf.spec | |
parent | eac586b473c31c2ca607a3cf9c27109b87fc8043 (diff) | |
download | fg21sim-ad4a43dce176c3f087f5dc5af188dfc081934027.tar.bz2 |
clusters/halo: Support use the previously dumped halos raw data
Add option "use_dump_halos_data" to control whether to just use the previously
dumped halos data, therefore, the radio emissions at additional frequencies
can be simply calculated.
Diffstat (limited to 'fg21sim/configs/20-extragalactic.conf.spec')
-rw-r--r-- | fg21sim/configs/20-extragalactic.conf.spec | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/fg21sim/configs/20-extragalactic.conf.spec b/fg21sim/configs/20-extragalactic.conf.spec index 36d14c9..df5ea86 100644 --- a/fg21sim/configs/20-extragalactic.conf.spec +++ b/fg21sim/configs/20-extragalactic.conf.spec @@ -86,6 +86,13 @@ # calculate the emissions at other frequencies. dump_halos_data = boolean(default=True) + # Whether to directly use the (previously dumped) halos data (".pkl") + # as specified by the above ``halos_catalog_outfile`` and + # ``dump_halos_data`` options? + # In this way, the radio emissions at additional frequencies can be + # easily (and consistently) calculated. + use_dump_halos_data = boolean(default=False) + # The minimum mass for clusters when to determine the galaxy clusters # total counts and their distributions. # Unit: [Msun] |