Skip to content

Commit

Permalink
Update CPAC/pipeline/utils.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jon Clucas <[email protected]>
  • Loading branch information
birajstha and shnizzedy authored Aug 23, 2024
1 parent 114ada3 commit 9c3d840
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions CPAC/pipeline/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,10 @@

from itertools import chain

from nipype import Function, Node

from CPAC.func_preproc.func_motion import motion_estimate_filter
from CPAC.utils.bids_utils import insert_entity
from nipype import Node, Workflow, Function
from CPAC.pipeline import nipype_pipeline_engine as pe
from nipype.interfaces import afni
from nipype.interfaces.afni import Info
import os
import pandas as pd

MOVEMENT_FILTER_KEYS = motion_estimate_filter.outputs

Expand Down

0 comments on commit 9c3d840

Please sign in to comment.