diff options
author | Aaron LI <aly@aaronly.me> | 2017-08-14 15:51:12 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2017-08-14 15:51:12 +0800 |
commit | eed8914bb3b084dcb499c1112c9980aea9a480bd (patch) | |
tree | 45a5f0f18e70d8183526d20087c1d86c39840a39 /fg21sim/configs | |
parent | 2d706a137c45c53dbb721a805bdc741cb5971a41 (diff) | |
download | fg21sim-eed8914bb3b084dcb499c1112c9980aea9a480bd.tar.bz2 |
Use "GalaxyClusters" from main.py, and remove clusters.py
Signed-off-by: Aaron LI <aly@aaronly.me>
Diffstat (limited to 'fg21sim/configs')
-rw-r--r-- | fg21sim/configs/20-extragalactic.conf.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fg21sim/configs/20-extragalactic.conf.spec b/fg21sim/configs/20-extragalactic.conf.spec index ddbabe6..ee58c8d 100644 --- a/fg21sim/configs/20-extragalactic.conf.spec +++ b/fg21sim/configs/20-extragalactic.conf.spec @@ -107,7 +107,7 @@ [[pointsources]] # Whether save this point source catelogue to disk save = boolean(default=True) - # Output directory to save the simulated catelogues + # Output directory to save the simulated catalog output_dir = string(default="PS_tables") # PS components to be simulated pscomponents = string_list(default=list()) |