blob: 1c9eb8a9d479f3ee1f5580b8cfb4b4b5d72c1846 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
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"
|