diff options
author | Aaron LI <aly@aaronly.me> | 2018-11-08 16:51:41 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2018-11-08 16:51:41 +0800 |
commit | 871d745c1832f8c919c5c6df6d044a68bd861246 (patch) | |
tree | aa37fb26ffd187794a38b42f6497361afaf853cd | |
parent | 5ffe87e56aec584763825f39b7bbc94eb2263262 (diff) | |
download | fg21sim-871d745c1832f8c919c5c6df6d044a68bd861246.tar.bz2 |
docs/guide: Remove the old outdated test config
-rw-r--r-- | docs/fg21sim-test.conf | 43 | ||||
-rw-r--r-- | docs/guide.rst | 3 |
2 files changed, 0 insertions, 46 deletions
diff --git a/docs/fg21sim-test.conf b/docs/fg21sim-test.conf deleted file mode 100644 index 1c9eb8a..0000000 --- a/docs/fg21sim-test.conf +++ /dev/null @@ -1,43 +0,0 @@ -# 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" diff --git a/docs/guide.rst b/docs/guide.rst index ff5e4ab..b2c7824 100644 --- a/docs/guide.rst +++ b/docs/guide.rst @@ -33,9 +33,6 @@ can also override them). Please refer to the `configuration specification file <../fg21sim/configs/config.spec>`_ for more information on the available options. -Also there is a brief `test configuration file <fg21sim-test.conf>`_ -which may be useful to test whether this package is correctly installed -and runs smoothly. Finally, the foregrounds simulation can be kicked off by executing:: |