Skip to content

Commit

Permalink
Update noise masks' method
Browse files Browse the repository at this point in the history
  • Loading branch information
simedroniraluca committed Nov 17, 2023
1 parent bc68b71 commit d6825aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oceanstream/L2_calibrated_data/noise_masks.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ def create_mask(source_Sv: xr.Dataset, mask_type="impulse", params=MASK_PARAMETE
mask,
metadata={
"mask_type": mask_type,
"method": "method",
"method": method,
"parameters": dict_to_formatted_list(parameters),
},
)
Expand Down

0 comments on commit d6825aa

Please sign in to comment.