generated from nipype/pydra-tasks-template
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from XinhuiLi/main
[WIP] Pydra AFNI Implementation
- Loading branch information
Showing
12 changed files
with
673 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
pydra/tasks/TODO/_version.py export-subst | ||
pydra/tasks/afni/_version.py export-subst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ name: Python package | |
|
||
# Set once | ||
env: | ||
SUBPACKAGE: TODO | ||
SUBPACKAGE: afni | ||
|
||
on: | ||
push: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
include versioneer.py | ||
include pydra/tasks/TODO/_version.py | ||
include pydra/tasks/afni/_version.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
[DEFAULT] | ||
subpackage = TODO | ||
subpackage = afni | ||
|
||
[metadata] | ||
author = TODO | ||
author_email = TODO | ||
description = TODO | ||
author = Nipype Developers | ||
author_email = [email protected] | ||
description = AFNI tasks for the Pydra dataflow engine | ||
long_description = file:README.md | ||
long_description_content_type = text/markdown; variant=CommonMark | ||
license = Apache License, 2.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,122 @@ | ||
Automask: | ||
- | ||
|
||
Bandpass: | ||
- | ||
|
||
Despike: | ||
- | ||
|
||
BlurInMask: | ||
- | ||
|
||
Centrality: | ||
- | ||
|
||
Seg: | ||
- | ||
|
||
SkullStrip: | ||
- | ||
|
||
DegreeCentrality: | ||
- | ||
|
||
Retroicor: | ||
- | ||
|
||
ECM: | ||
- | ||
|
||
TNorm: | ||
- | ||
|
||
OutlierCount: | ||
- | ||
|
||
NetCorr: | ||
- | ||
|
||
CommandLine: | ||
- | ||
|
||
Qwarp: | ||
- | ||
|
||
AFNIPythonCommand: | ||
- | ||
|
||
AlignEpiAnatPy: | ||
- | ||
|
||
TCorrelate: | ||
- | ||
|
||
ClipLevel: | ||
- | ||
|
||
LFCD: | ||
- | ||
|
||
Maskave: | ||
- | ||
|
||
Hist: | ||
- | ||
|
||
AutoTLRC: | ||
- | ||
|
||
AutoTcorrelate: | ||
- | ||
|
||
AFNICommand: | ||
- | ||
|
||
Allineate: | ||
- | ||
|
||
ROIStats: | ||
- | ||
|
||
TSmooth: | ||
- | ||
|
||
Means: | ||
- | ||
|
||
Volreg: | ||
- | ||
|
||
Fourier: | ||
- | ||
|
||
Fim: | ||
- | ||
|
||
QwarpPlusMinus: | ||
- | ||
|
||
TCorr1D: | ||
- | ||
|
||
TProject: | ||
- | ||
|
||
TCorrMap: | ||
- | ||
|
||
BlurToFWHM: | ||
- | ||
|
||
TShift: | ||
- | ||
|
||
Warp: | ||
- | ||
|
||
Detrend: | ||
- | ||
|
||
QualityIndex: | ||
- |
Empty file.
Oops, something went wrong.