diff options
author | Aaron LI <aly@aaronly.me> | 2017-09-03 15:01:14 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2017-09-03 15:01:14 +0800 |
commit | 007c6c667e2a4bd21bee9bdeeb187a73d3a41db9 (patch) | |
tree | 709d7d885f4fd5e25e9951f9a5c97bf8746753bb /fg21sim/configs/20-extragalactic.conf.spec | |
parent | a8c2a75f4023d5243707f081a2c98f42f8a92cb0 (diff) | |
download | fg21sim-007c6c667e2a4bd21bee9bdeeb187a73d3a41db9.tar.bz2 |
clusters: Add option "use_output_catalog" to continue halo simulation
Diffstat (limited to 'fg21sim/configs/20-extragalactic.conf.spec')
-rw-r--r-- | fg21sim/configs/20-extragalactic.conf.spec | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/fg21sim/configs/20-extragalactic.conf.spec b/fg21sim/configs/20-extragalactic.conf.spec index f2b0c30..74266cd 100644 --- a/fg21sim/configs/20-extragalactic.conf.spec +++ b/fg21sim/configs/20-extragalactic.conf.spec @@ -35,6 +35,20 @@ # mass, redshift, position, shape, and the recent major merger info. catalog_outfile = string(default=None) + # Directly use the (previously simulated) catalog file specified + # as the above "catalog_outfile" option. + # NOTE: + # By using an existing catalog, the steps to derive these data are + # simply skipped. + # Due to the small number density of the galaxy clusters, the simulated + # results within a small patch of sky (e.g., 100 [deg^2]) show + # significant fluctuations (several or even several tens of times + # of differences between simulations). Therefore, one may run many + # tests and only create images at some frequencies necessary for + # testing, then select the satisfying one to continue the simulation + # to generate images at all frequencies. + use_output_catalog = boolean(default=False) + # Output file for dumping the simulated cluster halos data in Python # native *pickle* format (i.e., .pkl) halos_dumpfile = string(default=None) |