Skip to content

Commit

Permalink
Parameter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ruxandra-valcu committed Nov 6, 2023
1 parent b741296 commit 1018591
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions oceanstream/L2_calibrated_data/noise_masks.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"method": "ryan",
"params": {
"m": 5,
# "n": 20,
"n": 5,
"n": 20,
# "n": 5,
"thr": 20,
"excludeabove": 250,
"operation": "percentile15",
Expand Down Expand Up @@ -79,8 +79,8 @@
"method": "ryan",
"params": {
"m": 5,
# "n": 20,
"n": 5,
"n": 20,
# "n": 5,
"thr": 20,
"excludeabove": 250,
"operation": "percentile15",
Expand Down Expand Up @@ -124,6 +124,10 @@
"tphi": 282,
"wtheta": 28,
"wphi": 52,
"rlog": None,
"tpi": None,
"freq": None,
"rank": 50,
},
},
}
Expand Down Expand Up @@ -181,6 +185,7 @@
},
}


OCEANSTREAM_NOISE_MASK_PARAMETERS = {
k: OCEANSTREAM_MASK_PARAMETERS[k] for k in ["transient", "attenuation", "impulse"]
}
Expand Down

0 comments on commit 1018591

Please sign in to comment.