Skip to content

Commit

Permalink
fix: typo in template name
Browse files Browse the repository at this point in the history
  • Loading branch information
zonca committed Dec 12, 2023
1 parent 21a2d9b commit b2e0e91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pysm3/data/presets.cfg
Original file line number Diff line number Diff line change
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}_2023.02.10.fits"
map_pl_index = "synch/synch_beta_nside{nside}_2023.02.16.fits"
freq_ref_I = "23 GHz"
freq_ref_P = "23 GHz"
max_nside = 8192
Expand All @@ -263,7 +263,7 @@ 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}_2023.02.10.fits"
map_pl_index = "synch/synch_beta_nside{nside}_2023.02.16.fits"
freq_ref_I = "23 GHz"
freq_ref_P = "23 GHz"
spectral_curvature = "synch/synch_curvature_nside{nside}_2023.02.17.fits"
Expand Down

0 comments on commit b2e0e91

Please sign in to comment.