Skip to content

Commit

Permalink
FIX: Add "none" to Enum for slice_timing in fmri_preprocessing stage
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastientourbier committed Feb 24, 2021
1 parent a58aa10 commit b0ac394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmp/stages/preprocessing/fmri_preprocessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class PreprocessingConfig(HasTraits):
discard_n_volumes = Int('5')
despiking = Bool(True)
slice_timing = Enum("none",
["bottom-top interleaved", "bottom-top interleaved", "top-bottom interleaved", "bottom-top",
["none", "bottom-top interleaved", "bottom-top interleaved", "top-bottom interleaved", "bottom-top",
"top-bottom"])
repetition_time = Float(1.92)
motion_correction = Bool(True)
Expand Down

0 comments on commit b0ac394

Please sign in to comment.