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

Align frequency nomenclature between methods #554

Closed CommonClimate closed 4 months ago

CommonClimate commented 5 months ago

Series.Spectral() now has a freq argument that allows to pass either a string for the method or an array of frequencies.

Series.wavelet() and Series.wavelet_coherence() still use freq_method.

CommonClimate commented 4 months ago

addressed by #580