From 7506a5b37699f27fbfabd104501dc2c6b7e2ad5c Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Sun, 16 Oct 2016 00:14:34 +0800 Subject: configs: Add new section "[galactic][snr]" for SNRs simulation NOTE: very preliminary and may change at any time! --- fg21sim/configs/10-galactic.conf.spec | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'fg21sim') diff --git a/fg21sim/configs/10-galactic.conf.spec b/fg21sim/configs/10-galactic.conf.spec index 216bc42..c1b2c4e 100644 --- a/fg21sim/configs/10-galactic.conf.spec +++ b/fg21sim/configs/10-galactic.conf.spec @@ -35,7 +35,7 @@ # Output directory to save the simulated results output_dir = string(default=None) - # free-free bremsstrahlung emission component + # Free-free bremsstrahlung emission component [[freefree]] # The H{\alpha} map used as the free-free emission template halphamap = string(default=None) @@ -53,3 +53,21 @@ save = boolean(default=True) # Output directory to save the simulated results output_dir = string(default=None) + + # Supernova remnants emission + [[snr]] + # The Galactic SNRs catalog data (CSV file) + catalog = string(default=None) + # Output the effective/inuse SNRs catalog data (CSV file) + catalog_outfile = string(default=None) + + # Resolution (unit: arcmin) for simulating each SNR, which are finally + # mapped to the HEALPix map of Nside specified in "[common]" section. + resolution = float(default=1.0) + + # Filename prefix for this component + prefix = string(default="gsnr") + # Whether save this component to disk + save = boolean(default=True) + # Output directory to save the simulated results + output_dir = string(default=None) -- cgit v1.2.2