BouchardLab / process_nwb

Functions for preprocessing timeseries data stored in the NWB format
https://process-nwb.readthedocs.io/en/latest/
4 stars 6 forks source link

Wavelet inspect #55

Closed jthermiz closed 2 years ago

jthermiz commented 2 years ago

Changed rate fix to be:

    if post_resample_rate is not None:
        rate = post_resample_rate

and keeping rate argument rate. And checked for flake8 errors