From fc8cae793b480b97c96fcb54e02bca67d2df5883 Mon Sep 17 00:00:00 2001 From: Yibei Chen Date: Tue, 9 May 2023 19:43:17 -0700 Subject: [PATCH] remove redundant out_shell_pe_translation_parameters --- nipype/interfaces/fsl/epi.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/nipype/interfaces/fsl/epi.py b/nipype/interfaces/fsl/epi.py index 99ba0fce0b..26ce76ca4a 100644 --- a/nipype/interfaces/fsl/epi.py +++ b/nipype/interfaces/fsl/epi.py @@ -851,12 +851,6 @@ class EddyOutputSpec(TraitedSpec): "between the different shells as estimated by a " "post-hoc mutual information based registration", ) - out_shell_pe_translation_parameters = File( - exists=True, - desc="Text file containing translation along the PE-direction " - "between the different shells as estimated by a " - "post-hoc mutual information based registration", - ) out_outlier_map = File( exists=True, desc="Matrix where rows represent volumes and columns represent "