Skip to content

Commit

Permalink
Added dask chunking for signal attenuation (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruxandra-valcu authored Dec 15, 2023
1 parent 708c418 commit 1aff48b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions oceanstream/denoise/noise_masks.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"thr": -6,
"start": 0,
"offset": 0,
"dask_chunking": {"ping_time": 100, "range_sample": 100},
},
},
"impulse": {"method": "ryan", "params": {"thr": 10, "m": 5, "n": 1}},
Expand Down Expand Up @@ -99,6 +100,7 @@
"thr": -5,
"start": 0,
"offset": 0,
"dask_chunking": {"ping_time": 100, "range_sample": 100},
},
},
"impulse": {"method": "ryan", "params": {"thr": 3, "m": 3, "n": 1}},
Expand Down
1 change: 1 addition & 0 deletions tests/test_noise_mask.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"thr": -5,
"start": 0,
"offset": 0,
"dask_chunking": {"ping_time": 100, "range_sample": 100},
},
},
"impulse": {"method": "ryan", "params": {"thr": 3, "m": 3, "n": 1}},
Expand Down

0 comments on commit 1aff48b

Please sign in to comment.