-
Hi,
there is no facility for filtering Epochs or Evoked, except by Savitzky-Golay polynomial fit. Apparently this is to encourage filtering at raw data level instead (to avoid edge artifacts). Couple…
-
Here is a stack trace:
```
/home/mmeitine/tellspec/headend/analysis/martin/__init__.py in ()
6 import oct2py, os, re
7 import numpy as np
----> 8 from scipy.signal import savgol_filter
…
ghost updated
7 years ago
-
Using Scipy 0.18.1 installed with Conda on Win-64.
If i try to replicate the Savitzky-Golay example on Wikipedia, using `scipy.signal.savgol_coeffs` i get different results for the convolution coef…
-
I have two arrays X and Y.
Is there a function I can call in tensorboard to do the smooth?
Right now I can do an alternative way in python like:
```python
sav_smoooth = savgol_filter(Y, …
-
1/ in frame_center_radon() (calib/recentering.py):
- cost_bound variable is only defined when plot=True, but is then later called even if plot=False.
- (added in the edit) When I want to use the wa…
-
-
You can reproduce the error by viewing the feedback results from an experiment log and clicking on the `filter` checkbox.
This is likely related to _NaN_ values: see [this issue](https://github.com…
-
use pip install scipy, but not find savgol_filter, my scipy version is 0.18.
`from scipy.signal import savgol_filter`
error is : savgol_filter is not find
-
The module scipy.signal.savgol_filter (Savitzky-Golay filter) implementation in scipy does not account for the presence of errors or error covariance in the data, a very common case for any scientific…
-
New install of Mint, python, scipy. The savgol filter is still missing. This was reported about two years ago and closed, though apparently never solved