Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
agricolab committed May 21, 2021
1 parent 1ccd1b9 commit 9c8cd75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ An alternative is the creation and removal of periodic templates, until the
artifact power is sufficiently suppressed. This can be achieved using

```{python}
from artacs import StepwiseRemover
remover = StepwiseRemover(freq=20, s=1000)
filtered_data = remover.process(artifacted_data)
```
Expand Down

0 comments on commit 9c8cd75

Please sign in to comment.