Skip to content

Commit

Permalink
DOC: update zapline reference from preprint to peer-reviewed article
Browse files Browse the repository at this point in the history
  • Loading branch information
sappelhoff committed Nov 19, 2024
1 parent cb2e817 commit 910f0c6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 3 additions & 2 deletions examples/example_dss_line.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@
"Uses meegkit.dss_line().\n",
"\n",
"## References\n",
".. [1] de Cheveigné, A. (2019). ZapLine: A simple and effective method to\n",
" remove power line artifacts [Preprint]. https://doi.org/10.1101/782029\n"
".. [1] de Cheveigné, A. (2019). ZapLine: A simple and effective method to remove\n",
" power line artifacts. NeuroImage, 116356.\n",
" https://doi.org/10.1016/j.neuroimage.2019.116356\n"
]
},
{
Expand Down
5 changes: 3 additions & 2 deletions examples/example_dss_line.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
References
----------
.. [1] de Cheveigné, A. (2019). ZapLine: A simple and effective method to
remove power line artifacts [Preprint]. https://doi.org/10.1101/782029
.. [1] de Cheveigné, A. (2019). ZapLine: A simple and effective method to remove
power line artifacts. NeuroImage, 116356.
https://doi.org/10.1016/j.neuroimage.2019.116356
"""
# Authors: Maciej Szul <maciej.szul@isc.cnrs.fr>
Expand Down
5 changes: 3 additions & 2 deletions meegkit/dss.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,9 @@ def dss_line(X, fline, sfreq, nremove=1, nfft=1024, nkeep=None, blocksize=None,
References
----------
.. [1] de Cheveigné, A. (2019). ZapLine: A simple and effective method to
remove power line artifacts [Preprint]. https://doi.org/10.1101/782029
.. [1] de Cheveigné, A. (2019). ZapLine: A simple and effective method to remove
power line artifacts. NeuroImage, 116356.
https://doi.org/10.1016/j.neuroimage.2019.116356
"""
if X.shape[0] < nfft:
Expand Down

0 comments on commit 910f0c6

Please sign in to comment.