Skip to content

Commit

Permalink
Changed default number of bins for residual speckle uncertainty devia…
Browse files Browse the repository at this point in the history
…tion histogram
  • Loading branch information
VChristiaens committed Nov 27, 2024
1 parent 2972942 commit f961f6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vip_hci/fm/negfc_speckle_noise.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ def speckle_noise_uncertainty(cube, p_true, angle_range, derot_angles, algo,
offset = np.array(trim_offset)

if bins is None:
bins = int(offset.shape[0]/10)
bins = int(offset.shape[0]/6)

if force_rPA:
labels = []
Expand Down

0 comments on commit f961f6b

Please sign in to comment.