Skip to content

Commit

Permalink
scattering: waterlevel=1e-20
Browse files Browse the repository at this point in the history
  • Loading branch information
zerafachris committed May 28, 2024
1 parent 6e34ea6 commit 2028f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scatcluster/processing/scattering.py
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ def process_vectorized_scattering_coefficients(self) -> None:
coefficients.order_1.sum(dim=('f1', 'channel')) > 0,
drop=True,
)
coefficients = self.log(coefficients, waterlevel=1e-10)
coefficients = self.log(coefficients, waterlevel=1e-20)
coefficients = self.nyquist_mask(coefficients)
coefficients = self.normalize(coefficients)
print(coefficients)
Expand Down

0 comments on commit 2028f0b

Please sign in to comment.