Skip to content

Commit

Permalink
Added datestamp to data files to avoid caching errors
Browse files Browse the repository at this point in the history
Closes #155
  • Loading branch information
zonca committed Dec 12, 2023
1 parent 385f8b7 commit 694653e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pysm3/data/presets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ f_car = 1.0
f_fe = 0.44
[d9]
class = "ModifiedBlackBody"
map_I = "dust_gnilc/gnilc_dust_template_nside{nside}.fits"
map_I = "dust_gnilc/gnilc_dust_template_nside{nside}_2023.02.10.fits"
# from Planck 2018 XI
map_mbb_index = 1.48
map_mbb_temperature = 19.6
Expand All @@ -149,7 +149,7 @@ freq_ref_P = "353 GHz"
max_nside = 8192
[d10]
class = "ModifiedBlackBody"
map_I = "dust_gnilc/gnilc_dust_template_nside{nside}.fits"
map_I = "dust_gnilc/gnilc_dust_template_nside{nside}_2023.02.10.fits"
map_mbb_index = "dust_gnilc/gnilc_dust_beta_nside{nside}_2023.06.06.fits"
map_mbb_temperature = "dust_gnilc/gnilc_dust_Td_nside{nside}_2023.06.06.fits"
freq_ref_I = "353 GHz"
Expand Down Expand Up @@ -240,7 +240,7 @@ max_nside = 8192
[s5]
class = "PowerLaw"
map_I = "synch/synch_template_nside{nside}_2023.02.25.fits"
map_pl_index = "synch/synch_beta_nside{nside}.fits"
map_pl_index = "synch/synch_beta_nside{nside}_2023.02.10.fits"
freq_ref_I = "23 GHz"
freq_ref_P = "23 GHz"
max_nside = 8192
Expand All @@ -263,10 +263,10 @@ galplane_fix = "synch/raw/synch_galplane.fits.gz"
[s7]
class = "CurvedPowerLaw"
map_I = "synch/synch_template_nside{nside}_2023.02.25.fits"
map_pl_index = "synch/synch_beta_nside{nside}.fits"
map_pl_index = "synch/synch_beta_nside{nside}_2023.02.10.fits"
freq_ref_I = "23 GHz"
freq_ref_P = "23 GHz"
spectral_curvature = "synch/synch_curvature_nside{nside}.fits"
spectral_curvature = "synch/synch_curvature_nside{nside}_2023.02.17.fits"
freq_curve = "23 GHz"
max_nside = 8192
[f1]
Expand Down

0 comments on commit 694653e

Please sign in to comment.