We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd56265 commit 8bd38efCopy full SHA for 8bd38ef
tests/test_prep/test_stripe.py
@@ -57,7 +57,7 @@ def test_remove_stripe_fw_on_data(data, flats, darks):
57
data_norm = dark_flat_field_correction(data, flats, darks, cutoff=10)
58
data_norm = minus_log(data_norm)
59
60
- data_after_stripe_removal = remove_stripe_fw(cp.copy(data_norm), level=7).get()
+ data_after_stripe_removal = remove_stripe_fw(cp.copy(data_norm), wname='sym16', sigma=1, level=7).get()
61
62
assert_allclose(np.mean(data_after_stripe_removal), 0.279236, rtol=1e-05)
63
assert_allclose(
0 commit comments