From 871d745c1832f8c919c5c6df6d044a68bd861246 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Thu, 8 Nov 2018 16:51:41 +0800 Subject: docs/guide: Remove the old outdated test config --- docs/fg21sim-test.conf | 43 ------------------------------------------- docs/guide.rst | 3 --- 2 files changed, 46 deletions(-) delete mode 100644 docs/fg21sim-test.conf 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 `_ -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:: -- cgit v1.2.2