lyman.glm.highpass_filter¶
-
lyman.glm.
highpass_filter
(data, cutoff, tr=1, copy=True)[source]¶ Highpass filter data with gaussian running line filter.
- Parameters
- data1d or 2d array
Data array where first dimension is time.
- cutofffloat
Filter cutoff in seconds.
- trfloat
TR of data in seconds.
- copyboolean
If False, data is filtered in place.
- Returns
- data1d or 2d array
Filtered version of the data.