Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fslpy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Michiel Cottaar
fslpy
Commits
712e9c87
Commit
712e9c87
authored
6 years ago
by
Paul McCarthy
Browse files
Options
Downloads
Patches
Plain Diff
MNT: Removed deprecated extract_noise script
parent
e3d8414d
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
fsl/scripts/extract_noise.py
+0
-17
0 additions, 17 deletions
fsl/scripts/extract_noise.py
fsl/scripts/fsl_ents.py
+1
-2
1 addition, 2 deletions
fsl/scripts/fsl_ents.py
with
1 addition
and
19 deletions
fsl/scripts/extract_noise.py
deleted
100644 → 0
+
0
−
17
View file @
e3d8414d
#!/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
())
This diff is collapsed.
Click to expand it.
fsl/scripts/fsl_ents.py
+
1
−
2
View file @
712e9c87
#!/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>
#
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment