diff options
author | Aaron LI <aaronly.me@outlook.com> | 2016-11-26 15:48:52 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2016-11-26 15:48:52 +0800 |
commit | 0577b5a91962bb8ca9196461b7358bbec0a7d75a (patch) | |
tree | 0c23b78d7e8cbdbe377aa47d260f6919f04bf9bf /docs | |
parent | 9a24a20aeb99e001bf5ba373888f159beaec8d09 (diff) | |
download | fg21sim-0577b5a91962bb8ca9196461b7358bbec0a7d75a.tar.bz2 |
docs: Add the brief test configuration file "fg21sim-test.conf"
Diffstat (limited to 'docs')
-rw-r--r-- | docs/fg21sim-test.conf | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/docs/fg21sim-test.conf b/docs/fg21sim-test.conf new file mode 100644 index 0000000..1c9eb8a --- /dev/null +++ b/docs/fg21sim-test.conf @@ -0,0 +1,43 @@ +# Test configuration file for "fg21sim" + +[common] +components = "galactic/synchrotron", "galactic/freefree", "galactic/snr", "extragalactic/clusters" + +[output] +clobber = True +combine = True +output_dir = "fg" + +[frequency] +frequencies = 120, 408 + +[galactic] + [[synchrotron]] + template = "haslam408_dsds_Remazeilles2014.fits" + template_freq = 408 + template_unit = "K" + indexmap = "synchrotron_specind2.fits" + save = True + output_dir = "gsync" + + [[freefree]] + halphamap = "Halpha_fwhm06_1024.fits" + halphamap_unit = "Rayleigh" + dustmap = "SFD_i100_ns1024.fits" + dustmap_unit = "MJy / sr" + save = True + output_dir = "gfree" + + [[snr]] + catalog = "GalacticSNRs_Green2014.csv" + catalog_outfile = "gsnr/catalog_inuse.csv" + save = True + output_dir = "gsnr" + +[extragalactic] + [[clusters]] + catalog = "HVP_LCDM_DeepWedge_Catalog.csv" + catalog_outfile = "egcluster/catalog_inuse.csv" + halo_fraction = 0.1 + save = True + output_dir = "egcluster" |