Skip to content

Commit 805815d

Browse files
committed
back to old naming convention
1 parent 5f7feb6 commit 805815d

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

examples/dmri_preprocessing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
that is *A>>>P* or *-y* (in RAS systems).
4242
"""
4343

44-
from nipype.workflows.dmri.preprocess.epi import all_fsl_pipeline, remove_bias
44+
from nipype.workflows.dmri.fsl.artifacts import all_fsl_pipeline, remove_bias
4545

4646
"""
4747
Map field names into individual subject runs

nipype/workflows/dmri/fsl/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
from dti import create_bedpostx_pipeline
22

3+
from artifacts import (all_fmb_pipeline, all_peb_pipeline, all_fsl_pipeline,
4+
hmc_pipeline, ecc_pipeline, sdc_fmb, sdc_peb,
5+
remove_bias)
6+
37
from epi import (fieldmap_correction, topup_correction,
48
create_eddy_correct_pipeline,
59
create_epidewarp_pipeline, create_dmri_preprocessing)

0 commit comments

Comments
 (0)