Skip to content

New EPI dewarping workflow, in a similar manner to eddy_current correction #525

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 2 commits into from
Mar 4, 2013
Merged

Conversation

oesteban
Copy link
Contributor

This new feature implements the EPI dewarping methodology from epidewarp.fsl,
as a workflow and including some enhancements allowing:

  • Use for dMRI
  • Optional registration
  • New EPI parameters support (parallel imaging, reverse encoding)

Additionally, some improvements on the FSL FUGUE's API have been included:

  • Added --saveshift argument support
  • Added --warp argument support
  • Improved the output listing methods for coherence

This new feature implements the EPI dewarping methodology from epidewarp.fsl,
as a workflow and including some enhancements allowing:
  * Use for dMRI
  * Optional registration
  * New EPI parameters support (parallel imaging, reverse encoding)

Additionally, some improvements on the FSL FUGUE's API have been included:
  * Added --saveshift argument support
  * Added --warp argument support
  * Improved the output listing methods for coherence
@@ -1174,6 +1187,17 @@ def __init__(self, **kwargs):
super(FUGUE, self).__init__(**kwargs)
warn('This interface has not been fully tested. Please report any failures.')

def _parse_inputs(self, skip=None):
Copy link
Contributor Author

Choose a reason for hiding this comment

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

FUGUE's api changed to be more consistent with the features of this tool

Copy link
Member

Choose a reason for hiding this comment

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

Does this break backward compatibility with FSL 4.1?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

No :)

@chrisgorgo
Copy link
Member

This looks excellent - thanks for the contribution. Could you please add an information to the changelog as well? Thanks!

@oesteban
Copy link
Contributor Author

(yes), but you mean the root/CHANGES file?

@chrisgorgo
Copy link
Member

yes - thanks!

  * Removed useless comment
  * Changelog updated
chrisgorgo added a commit that referenced this pull request Mar 4, 2013
New EPI dewarping workflow, in a similar manner to eddy_current correction
@chrisgorgo chrisgorgo merged commit 68d71d8 into nipy:master Mar 4, 2013
bpinsard pushed a commit to bpinsard/nipype that referenced this pull request Mar 27, 2013
* master: (42 commits)
  fixed applymask output
  fixed test
  Fixed some details for the PR nipy#530
  Removed accidentally added files (nipy#530)
  Updated changelog
  Updated dMRI and fMRI pre-processing
  Added motion correction pipeline
  Modified FSL FLIRT interface to provide log support
  Polished code
  buildtemplateparallel.sh - issue with input files
  Update legacy.py - buildtemplateparallel.sh
  Minor fixes
  Added MBIS to sub-package configuration list
  Standardized import to add all utilities at once
  First implementation for MBIS
  New EPI dewarp workflow (nipy#525)
  New EPI dewarping using a workflow
  api: force users to explicitly define whether to sort files
  BF: Fix SplitNifti to generate unique filenames for outputs.
  added mask input for bias field correction
  ...
bpinsard pushed a commit to bpinsard/nipype that referenced this pull request Mar 27, 2013
* master: (47 commits)
  fixed applymask output
  fixed test
  Fixed some details for the PR nipy#530
  Removed accidentally added files (nipy#530)
  Updated changelog
  Updated dMRI and fMRI pre-processing
  Added motion correction pipeline
  Modified FSL FLIRT interface to provide log support
  Polished code
  buildtemplateparallel.sh - issue with input files
  Update legacy.py - buildtemplateparallel.sh
  Minor fixes
  Added MBIS to sub-package configuration list
  Standardized import to add all utilities at once
  First implementation for MBIS
  New EPI dewarp workflow (nipy#525)
  New EPI dewarping using a workflow
  api: force users to explicitly define whether to sort files
  BF: Fix SplitNifti to generate unique filenames for outputs.
  added mask input for bias field correction
  ...
bpinsard pushed a commit to bpinsard/nipype that referenced this pull request Mar 27, 2013
* master:
  fixed applymask output
  fixed test
  Fixed some details for the PR nipy#530
  Removed accidentally added files (nipy#530)
  Updated changelog
  Updated dMRI and fMRI pre-processing
  Added motion correction pipeline
  Modified FSL FLIRT interface to provide log support
  Polished code
  buildtemplateparallel.sh - issue with input files
  Update legacy.py - buildtemplateparallel.sh
  Minor fixes
  Added MBIS to sub-package configuration list
  Standardized import to add all utilities at once
  First implementation for MBIS
  New EPI dewarp workflow (nipy#525)
  New EPI dewarping using a workflow
  api: force users to explicitly define whether to sort files
bpinsard pushed a commit to bpinsard/nipype that referenced this pull request Mar 27, 2013
* master: (47 commits)
  fixed applymask output
  fixed test
  Fixed some details for the PR nipy#530
  Removed accidentally added files (nipy#530)
  Updated changelog
  Updated dMRI and fMRI pre-processing
  Added motion correction pipeline
  Modified FSL FLIRT interface to provide log support
  Polished code
  buildtemplateparallel.sh - issue with input files
  Update legacy.py - buildtemplateparallel.sh
  Minor fixes
  Added MBIS to sub-package configuration list
  Standardized import to add all utilities at once
  First implementation for MBIS
  New EPI dewarp workflow (nipy#525)
  New EPI dewarping using a workflow
  api: force users to explicitly define whether to sort files
  BF: Fix SplitNifti to generate unique filenames for outputs.
  added mask input for bias field correction
  ...
bpinsard pushed a commit to bpinsard/nipype that referenced this pull request Mar 27, 2013
* master: (32 commits)
  fixed applymask output
  fixed test
  Fixed some details for the PR nipy#530
  Removed accidentally added files (nipy#530)
  Updated changelog
  Updated dMRI and fMRI pre-processing
  Added motion correction pipeline
  Modified FSL FLIRT interface to provide log support
  Polished code
  buildtemplateparallel.sh - issue with input files
  Update legacy.py - buildtemplateparallel.sh
  Minor fixes
  Added MBIS to sub-package configuration list
  Standardized import to add all utilities at once
  First implementation for MBIS
  New EPI dewarp workflow (nipy#525)
  New EPI dewarping using a workflow
  api: force users to explicitly define whether to sort files
  BF: Fix SplitNifti to generate unique filenames for outputs.
  added mask input for bias field correction
  ...
bpinsard pushed a commit to bpinsard/nipype that referenced this pull request Mar 27, 2013
* master: (28 commits)
  fixed applymask output
  fixed test
  Fixed some details for the PR nipy#530
  Removed accidentally added files (nipy#530)
  Updated changelog
  Updated dMRI and fMRI pre-processing
  Added motion correction pipeline
  Modified FSL FLIRT interface to provide log support
  Polished code
  buildtemplateparallel.sh - issue with input files
  Update legacy.py - buildtemplateparallel.sh
  Minor fixes
  Added MBIS to sub-package configuration list
  Standardized import to add all utilities at once
  First implementation for MBIS
  New EPI dewarp workflow (nipy#525)
  New EPI dewarping using a workflow
  api: force users to explicitly define whether to sort files
  BF: Fix SplitNifti to generate unique filenames for outputs.
  added mask input for bias field correction
  ...
bpinsard pushed a commit to bpinsard/nipype that referenced this pull request Mar 27, 2013
* master: (28 commits)
  fixed applymask output
  fixed test
  Fixed some details for the PR nipy#530
  Removed accidentally added files (nipy#530)
  Updated changelog
  Updated dMRI and fMRI pre-processing
  Added motion correction pipeline
  Modified FSL FLIRT interface to provide log support
  Polished code
  buildtemplateparallel.sh - issue with input files
  Update legacy.py - buildtemplateparallel.sh
  Minor fixes
  Added MBIS to sub-package configuration list
  Standardized import to add all utilities at once
  First implementation for MBIS
  New EPI dewarp workflow (nipy#525)
  New EPI dewarping using a workflow
  api: force users to explicitly define whether to sort files
  BF: Fix SplitNifti to generate unique filenames for outputs.
  added mask input for bias field correction
  ...
bpinsard pushed a commit to bpinsard/nipype that referenced this pull request Mar 27, 2013
* master: (28 commits)
  fixed applymask output
  fixed test
  Fixed some details for the PR nipy#530
  Removed accidentally added files (nipy#530)
  Updated changelog
  Updated dMRI and fMRI pre-processing
  Added motion correction pipeline
  Modified FSL FLIRT interface to provide log support
  Polished code
  buildtemplateparallel.sh - issue with input files
  Update legacy.py - buildtemplateparallel.sh
  Minor fixes
  Added MBIS to sub-package configuration list
  Standardized import to add all utilities at once
  First implementation for MBIS
  New EPI dewarp workflow (nipy#525)
  New EPI dewarping using a workflow
  api: force users to explicitly define whether to sort files
  BF: Fix SplitNifti to generate unique filenames for outputs.
  added mask input for bias field correction
  ...
bpinsard pushed a commit to bpinsard/nipype that referenced this pull request Mar 27, 2013
* master:
  fixed applymask output
  fixed test
  Fixed some details for the PR nipy#530
  Removed accidentally added files (nipy#530)
  Updated changelog
  Updated dMRI and fMRI pre-processing
  Added motion correction pipeline
  Modified FSL FLIRT interface to provide log support
  Polished code
  buildtemplateparallel.sh - issue with input files
  Update legacy.py - buildtemplateparallel.sh
  Minor fixes
  Added MBIS to sub-package configuration list
  Standardized import to add all utilities at once
  First implementation for MBIS
  New EPI dewarp workflow (nipy#525)
  New EPI dewarping using a workflow
  api: force users to explicitly define whether to sort files
bpinsard pushed a commit to bpinsard/nipype that referenced this pull request Mar 27, 2013
* master: (28 commits)
  fixed applymask output
  fixed test
  Fixed some details for the PR nipy#530
  Removed accidentally added files (nipy#530)
  Updated changelog
  Updated dMRI and fMRI pre-processing
  Added motion correction pipeline
  Modified FSL FLIRT interface to provide log support
  Polished code
  buildtemplateparallel.sh - issue with input files
  Update legacy.py - buildtemplateparallel.sh
  Minor fixes
  Added MBIS to sub-package configuration list
  Standardized import to add all utilities at once
  First implementation for MBIS
  New EPI dewarp workflow (nipy#525)
  New EPI dewarping using a workflow
  api: force users to explicitly define whether to sort files
  BF: Fix SplitNifti to generate unique filenames for outputs.
  added mask input for bias field correction
  ...
bpinsard pushed a commit to bpinsard/nipype that referenced this pull request Mar 27, 2013
* master: (28 commits)
  fixed applymask output
  fixed test
  Fixed some details for the PR nipy#530
  Removed accidentally added files (nipy#530)
  Updated changelog
  Updated dMRI and fMRI pre-processing
  Added motion correction pipeline
  Modified FSL FLIRT interface to provide log support
  Polished code
  buildtemplateparallel.sh - issue with input files
  Update legacy.py - buildtemplateparallel.sh
  Minor fixes
  Added MBIS to sub-package configuration list
  Standardized import to add all utilities at once
  First implementation for MBIS
  New EPI dewarp workflow (nipy#525)
  New EPI dewarping using a workflow
  api: force users to explicitly define whether to sort files
  BF: Fix SplitNifti to generate unique filenames for outputs.
  added mask input for bias field correction
  ...
bpinsard pushed a commit to bpinsard/nipype that referenced this pull request Mar 27, 2013
* master: (47 commits)
  fixed applymask output
  fixed test
  Fixed some details for the PR nipy#530
  Removed accidentally added files (nipy#530)
  Updated changelog
  Updated dMRI and fMRI pre-processing
  Added motion correction pipeline
  Modified FSL FLIRT interface to provide log support
  Polished code
  buildtemplateparallel.sh - issue with input files
  Update legacy.py - buildtemplateparallel.sh
  Minor fixes
  Added MBIS to sub-package configuration list
  Standardized import to add all utilities at once
  First implementation for MBIS
  New EPI dewarp workflow (nipy#525)
  New EPI dewarping using a workflow
  api: force users to explicitly define whether to sort files
  BF: Fix SplitNifti to generate unique filenames for outputs.
  added mask input for bias field correction
  ...
bpinsard pushed a commit to bpinsard/nipype that referenced this pull request Apr 5, 2013
* master: (28 commits)
  fixed applymask output
  fixed test
  Fixed some details for the PR nipy#530
  Removed accidentally added files (nipy#530)
  Updated changelog
  Updated dMRI and fMRI pre-processing
  Added motion correction pipeline
  Modified FSL FLIRT interface to provide log support
  Polished code
  buildtemplateparallel.sh - issue with input files
  Update legacy.py - buildtemplateparallel.sh
  Minor fixes
  Added MBIS to sub-package configuration list
  Standardized import to add all utilities at once
  First implementation for MBIS
  New EPI dewarp workflow (nipy#525)
  New EPI dewarping using a workflow
  api: force users to explicitly define whether to sort files
  BF: Fix SplitNifti to generate unique filenames for outputs.
  added mask input for bias field correction
  ...
bpinsard pushed a commit to bpinsard/nipype that referenced this pull request Apr 17, 2013
* master: (47 commits)
  fixed applymask output
  fixed test
  Fixed some details for the PR nipy#530
  Removed accidentally added files (nipy#530)
  Updated changelog
  Updated dMRI and fMRI pre-processing
  Added motion correction pipeline
  Modified FSL FLIRT interface to provide log support
  Polished code
  buildtemplateparallel.sh - issue with input files
  Update legacy.py - buildtemplateparallel.sh
  Minor fixes
  Added MBIS to sub-package configuration list
  Standardized import to add all utilities at once
  First implementation for MBIS
  New EPI dewarp workflow (nipy#525)
  New EPI dewarping using a workflow
  api: force users to explicitly define whether to sort files
  BF: Fix SplitNifti to generate unique filenames for outputs.
  added mask input for bias field correction
  ...
bpinsard pushed a commit to bpinsard/nipype that referenced this pull request Apr 17, 2013
* master: (47 commits)
  fixed applymask output
  fixed test
  Fixed some details for the PR nipy#530
  Removed accidentally added files (nipy#530)
  Updated changelog
  Updated dMRI and fMRI pre-processing
  Added motion correction pipeline
  Modified FSL FLIRT interface to provide log support
  Polished code
  buildtemplateparallel.sh - issue with input files
  Update legacy.py - buildtemplateparallel.sh
  Minor fixes
  Added MBIS to sub-package configuration list
  Standardized import to add all utilities at once
  First implementation for MBIS
  New EPI dewarp workflow (nipy#525)
  New EPI dewarping using a workflow
  api: force users to explicitly define whether to sort files
  BF: Fix SplitNifti to generate unique filenames for outputs.
  added mask input for bias field correction
  ...
bpinsard pushed a commit to bpinsard/nipype that referenced this pull request Sep 11, 2013
* master: (47 commits)
  fixed applymask output
  fixed test
  Fixed some details for the PR nipy#530
  Removed accidentally added files (nipy#530)
  Updated changelog
  Updated dMRI and fMRI pre-processing
  Added motion correction pipeline
  Modified FSL FLIRT interface to provide log support
  Polished code
  buildtemplateparallel.sh - issue with input files
  Update legacy.py - buildtemplateparallel.sh
  Minor fixes
  Added MBIS to sub-package configuration list
  Standardized import to add all utilities at once
  First implementation for MBIS
  New EPI dewarp workflow (nipy#525)
  New EPI dewarping using a workflow
  api: force users to explicitly define whether to sort files
  BF: Fix SplitNifti to generate unique filenames for outputs.
  added mask input for bias field correction
  ...
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.

2 participants