LinkedEarth / Pyleoclim_util

Python Package for the Analysis of Paleoclimate Data. Documentation at
https://pyleoclim-util.readthedocs.io
GNU General Public License v3.0
88 stars 33 forks source link

Custom frequency parameters #494

Closed CommonClimate closed 10 months ago

CommonClimate commented 10 months ago

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.

CommonClimate commented 10 months ago

addresses #486