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

Better way to deal with scaling #10

Open JesseLivezey opened 4 years ago

JesseLivezey commented 4 years ago

The normalized wavelet transform doesn't work well if the raw values are too small. Right now, things are rescaled by a constant factor in store_resample. This should probably be done somewhere else and maybe with an adaptive value?