aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/fg21sim-test.conf43
-rw-r--r--docs/guide.rst3
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::