diff options
author | Aaron LI <aly@aaronly.me> | 2017-08-01 00:59:38 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2017-08-01 00:59:38 +0800 |
commit | 9adf1e91d0819f84b1327f6d38cf20c4389430cd (patch) | |
tree | 553e513405b4f53cce827dbd8577b91ac06a8688 /fg21sim/configs | |
parent | adc667c206b8c3438be8a94f3a839edc3a077ce0 (diff) | |
download | fg21sim-9adf1e91d0819f84b1327f6d38cf20c4389430cd.tar.bz2 |
clusters: Add config "halos_dumpfile" and dump simulate halos data
Diffstat (limited to 'fg21sim/configs')
-rw-r--r-- | fg21sim/configs/20-extragalactic.conf.spec | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fg21sim/configs/20-extragalactic.conf.spec b/fg21sim/configs/20-extragalactic.conf.spec index 515950e..cb174f0 100644 --- a/fg21sim/configs/20-extragalactic.conf.spec +++ b/fg21sim/configs/20-extragalactic.conf.spec @@ -26,6 +26,10 @@ # Output the effective/inuse clusters catalog data (CSV file) catalog_outfile = string(default=None) + # Output file for dumping the simulated cluster halos data in Python + # native *pickle* format (i.e., .pkl) + halos_dumpfile = string(default=None) + # The fraction of the dark matter mass in galaxy clusters. f_darkmatter = float(default=0.8, min=0.5, max=1.0) |