You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ft_mask is used when calculating predation rates using the Fourier transform method and is supposed to mask out any contributions outside the fish size range, i.e., anything larger than w_max. Currently ft_mask is only set when a MizerParams object is created by emptyParams() and is then never changed, even when the user changes the w_max species parameter.
The text was updated successfully, but these errors were encountered:
The
ft_mask
is used when calculating predation rates using the Fourier transform method and is supposed to mask out any contributions outside the fish size range, i.e., anything larger thanw_max
. Currentlyft_mask
is only set when a MizerParams object is created byemptyParams()
and is then never changed, even when the user changes thew_max
species parameter.The text was updated successfully, but these errors were encountered: