To speed up wavelet-related calculations (including WWZ PSDs, scalograms and coherence objects), #486 suggested enabling fmin, fmax and number of frequency points as fields in freq_kwargs. This has been implemented for make_freq_vector(), applying to the default method freq_vector_log(). After review, we concluded that it wouldn't be appropriate for the others (lomb_scargle, nfft, scale and welch), as it would modify them beyond their published implementation, which could create confusion.
To speed up wavelet-related calculations (including WWZ PSDs, scalograms and coherence objects), #486 suggested enabling fmin, fmax and number of frequency points as fields in freq_kwargs. This has been implemented for
make_freq_vector()
, applying to the default methodfreq_vector_log()
. After review, we concluded that it wouldn't be appropriate for the others (lomb_scargle, nfft, scale and welch), as it would modify them beyond their published implementation, which could create confusion.