Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

ENH: Adds interfaces for MRtrix utils shconv and sh2amp #3280

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 24 commits into from
Jun 16, 2021
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
1f3d251
added predicted_signal option to tensor
tclose Sep 29, 2020
a9a8904
added SHConv and SH2Amp interfaces to mrtrix utils
tclose Dec 2, 2020
ac7490c
added name to authors list
tclose Dec 2, 2020
974ca38
touched up docs and made commands inherit from commandline instead of…
tclose Dec 2, 2020
ccd25c6
changed isdefined checks of EstimateFOD and check
tclose Dec 2, 2020
f245ba4
fixed up doctest strings and added dummy files
tclose Dec 2, 2020
c81259b
run black over touched files
tclose Dec 2, 2020
ab96460
ran make specs
tclose Dec 2, 2020
cd4bbc6
fixed up doctest failure
tclose Dec 2, 2020
35a762f
Update nipype/interfaces/mrtrix3/reconst.py
tclose May 6, 2021
7e670ff
Update nipype/interfaces/mrtrix3/utils.py
tclose May 6, 2021
8671983
Update nipype/interfaces/mrtrix3/utils.py
tclose May 6, 2021
308436d
Update nipype/interfaces/mrtrix3/utils.py
tclose May 6, 2021
f4eefeb
Update nipype/interfaces/mrtrix3/utils.py
tclose May 6, 2021
70e3bcf
Update nipype/interfaces/mrtrix3/utils.py
tclose May 6, 2021
a6e440d
Update nipype/interfaces/mrtrix3/utils.py
tclose May 6, 2021
5266a7c
Update nipype/interfaces/mrtrix3/utils.py
tclose May 6, 2021
c5d7ffe
Update nipype/interfaces/mrtrix3/utils.py
tclose May 6, 2021
fd8cc40
Update nipype/interfaces/mrtrix3/utils.py
tclose Jun 11, 2021
76ccb77
Update nipype/interfaces/mrtrix3/utils.py
tclose Jun 11, 2021
af8e01f
Update nipype/interfaces/mrtrix3/utils.py
tclose Jun 11, 2021
f698f4b
Update nipype/interfaces/mrtrix3/utils.py
tclose Jun 11, 2021
5e5ffbf
Merge branch 'master' of github.com:nipy/nipype into predicted_signal
tclose Jun 11, 2021
e096c19
TEST: make specs
effigies Jun 15, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update nipype/interfaces/mrtrix3/utils.py
Co-authored-by: Chris Markiewicz <effigies@gmail.com>
  • Loading branch information
tclose and effigies authored May 6, 2021
commit 308436d63563d7a989b24e92fd48ef40205bcd8d
1 change: 0 additions & 1 deletion 1 nipype/interfaces/mrtrix3/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,6 @@ class SHConvInputSpec(CommandLineInputSpec):
position=-2,
desc=("The response function"),
)

out_file = File(
"sh.mif",
tclose marked this conversation as resolved.
Show resolved Hide resolved
argstr="%s",
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.