Skip to content

Commit

Permalink
fix: name of argument custom beam
Browse files Browse the repository at this point in the history
  • Loading branch information
zonca committed Sep 8, 2024
1 parent 308fd2c commit 9f80be5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mapsims/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ def execute(self, write_outputs=False):
log.info("Smoothing and coord-transform for %s", str(each))
other_args = {}
if each.custom_beam is not None:
other_args["custom_beam"] = each.custom_beam
other_args["beam_window"] = each.custom_beam
else:
other_args["fwhm"] = beam_width_arcmin
smoothed_maps = pysm.apply_smoothing_and_coord_transform(
Expand Down

0 comments on commit 9f80be5

Please sign in to comment.