| Home | Trees | Indices | Help |
|
|---|
|
|
Data smoothing
Uses moving window 1-D polynomial least squares smoothing filter.
Create and apply the filter:
from reflectometry.reduction.corrections import smooth ... data.apply(smooth(degree=2,span=12))
| Classes | |
|
Smooth Moving window 1-D polynomial least squares smoothing filter. |
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Mar 17 14:18:20 2009 | http://epydoc.sourceforge.net |