diff --git a/fsl/scripts/extract_noise.py b/fsl/scripts/extract_noise.py deleted file mode 100644 index 68c10c605c2531f3630c6554c2e876e46ef15fd9..0000000000000000000000000000000000000000 --- a/fsl/scripts/extract_noise.py +++ /dev/null @@ -1,17 +0,0 @@ -#!/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()) diff --git a/fsl/scripts/fsl_ents.py b/fsl/scripts/fsl_ents.py index bb4f5025e33b013df891599a99d6b6719a6b23d3..eb78ed83ebb585787d5864c67aac98b7b3786296 100644 --- a/fsl/scripts/fsl_ents.py +++ b/fsl/scripts/fsl_ents.py @@ -1,7 +1,6 @@ #!/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> #