Skip to content

ENH: Miscellaneous FreeSurfer registration updates #2172

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 6 commits into from
Sep 11, 2017

Conversation

effigies
Copy link
Member

@effigies effigies commented Aug 29, 2017

Changes proposed in this pull request

  • Adds interface for FreeSurfer's mri_coreg
  • Adds further registration options for mri_vol2vol, including LTA (necessary for applying mri_coreg results)
  • Add --initcost option to bbregister to allow saving the initial cost file

@codecov-io
Copy link

codecov-io commented Aug 30, 2017

Codecov Report

Merging #2172 into master will increase coverage by 0.01%.
The diff coverage is 81.05%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2172      +/-   ##
==========================================
+ Coverage   72.25%   72.27%   +0.01%     
==========================================
  Files        1168     1169       +1     
  Lines       58408    58492      +84     
  Branches     8400     8413      +13     
==========================================
+ Hits        42204    42275      +71     
- Misses      14870    14877       +7     
- Partials     1334     1340       +6
Flag Coverage Δ
#smoketests 72.27% <81.05%> (+0.01%) ⬆️
#unittests 69.93% <81.05%> (+0.02%) ⬆️
Impacted Files Coverage Δ
nipype/interfaces/freesurfer/__init__.py 100% <ø> (ø) ⬆️
...es/freesurfer/tests/test_auto_ApplyVolTransform.py 85.71% <ø> (ø) ⬆️
...ype/interfaces/freesurfer/tests/test_BBRegister.py 77.77% <100%> (ø) ⬆️
nipype/interfaces/freesurfer/preprocess.py 64.99% <64.7%> (+0.14%) ⬆️
nipype/interfaces/freesurfer/registration.py 78.19% <84.12%> (+2.99%) ⬆️
.../interfaces/freesurfer/tests/test_auto_MRICoreg.py 85.71% <85.71%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7ead69d...757cf51. Read the comment docs.

@effigies effigies changed the title ENH: Add mri_coreg interface ENH: Add mri_coreg interface, update mri_vol2vol to accept LTA Aug 30, 2017

If passing a subject ID, the reference mask may be disabled:

>>> coreg.inputs.subject_id = 'fsaverage'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reference_file is xor-ed with subject_id.

@effigies effigies changed the title ENH: Add mri_coreg interface, update mri_vol2vol to accept LTA ENH: Miscellaneous FreeSurfer registration updates Sep 8, 2017
@satra satra merged commit 5a86d1c into nipy:master Sep 11, 2017
@effigies effigies deleted the enh/mri_coreg branch October 5, 2017 20:33
@satra satra added this to the 0.14.0 milestone Oct 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants