Skip to content
Snippets Groups Projects
Commit e92f083a authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

Merge branch 'mnt/remove_extract_noise' into 'master'

MNT: Removed deprecated extract_noise script

See merge request fsl/fslpy!95
parents e3d8414d 712e9c87
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env python
#
# extract_noise.py - Deprecated - replaced by fsl_ents.py
#
# Author: Paul McCarthy <pauldmccarthy@gmail.com>
#
"""This module is deprecated - it has been replaced by :mod:`.fsl_ents`. """
import sys
if __name__ == '__main__':
print('extract_noise is deprecated and will be removed in fslpy 2.0. '
'Use fsl_ents instead.')
from fsl.scripts.fsl_ents import main
sys.exit(main())
#!/usr/bin/env python
#
# extract_noise.py - Extract ICA component time courses from a MELODIC
# directory.
# fsl_ents.py - Extract ICA component time courses from a MELODIC directory.
#
# Author: Paul McCarthy <pauldmccarthy@gmail.com>
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment