Skip to content

Commit

Permalink
More SNR
Browse files Browse the repository at this point in the history
  • Loading branch information
juliomateoslangerak committed Feb 19, 2024
1 parent ba5707b commit 61b74bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/microscopemetrics/strategies/strategies.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def st_psf_beads_test_data(
c_image_shape=st.integers(min_value=1, max_value=3),
dtype=st.sampled_from([np.uint8, np.uint16, np.float32]),
do_noise=st.just(True),
signal=st.floats(min_value=10.0, max_value=1000.0),
signal=st.floats(min_value=20.0, max_value=1000.0),
target_min_intensity=st.floats(min_value=0.001, max_value=0.1),
target_max_intensity=st.floats(min_value=0.5, max_value=0.9),
sigma_z=st.floats(min_value=0.9, max_value=1.5),
Expand Down

0 comments on commit 61b74bc

Please sign in to comment.