Skip to content

Commit

Permalink
feat: add HD2017 model definition as d7
Browse files Browse the repository at this point in the history
  • Loading branch information
zonca committed Mar 26, 2020
1 parent 4a260be commit 1ed5db3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pysm/data/presets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,20 @@ map_mbb_index = "pysm_2/dust_beta.fits"
map_mbb_temperature = "pysm_2/dust_temp.fits"
freq_ref_I = "545 GHz"
freq_ref_P = "353 GHz"
[d7]
class = "HensleyDraine2017"
map_I = "pysm_2/dust_t_new.fits"
map_Q = "pysm_2/dust_q_new.fits"
map_U = "pysm_2/dust_u_new.fits"
unit_I = "uK_RJ"
unit_Q = "uK_RJ"
unit_U = "uK_RJ"
freq_ref_I = "545 GHz"
freq_ref_P = "353 GHz"
rnd_uval = true
seed = 4632
f_car = 1.0
f_fe = 0.44
[s0]
class = "PowerLaw"
map_I = "pysm_2/synch_t_new.fits"
Expand Down

0 comments on commit 1ed5db3

Please sign in to comment.