Skip to content

Commit

Permalink
Restore original defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
keskitalo committed Mar 18, 2024
1 parent bec8492 commit 2004396
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/toast/ops/mapmaker.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,11 +162,11 @@ class MapMaker(Operator):
mc_index = Int(None, allow_none=True, help="The Monte-Carlo index")

save_cleaned = Bool(
True, help="If True, save the template-subtracted detector timestreams"
False, help="If True, save the template-subtracted detector timestreams"
)

overwrite_cleaned = Bool(
True, help="If True and save_cleaned is True, overwrite the input data"
False, help="If True and save_cleaned is True, overwrite the input data"
)

reset_pix_dist = Bool(
Expand Down

0 comments on commit 2004396

Please sign in to comment.