Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
arahlin committed Sep 5, 2023
1 parent becce2b commit 8ee1778
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion maps/python/map_modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,13 @@ class CoaddMaps(object):
coadding. Otherwise, blindly coadds all input maps.
"""

def __init__(self, map_ids=None, output_map_id=None, ignore_missing_weights=False, ensure_weighted_maps=True):
def __init__(
self,
map_ids=None,
output_map_id=None,
ignore_missing_weights=False,
ensure_weighted_maps=True,
):
self.coadd_frame = core.G3Frame(core.G3FrameType.Map)
if output_map_id is not None:
self.coadd_frame["Id"] = output_map_id
Expand Down

0 comments on commit 8ee1778

Please sign in to comment.