Skip to content

Commit

Permalink
Update gecbf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Nov 20, 2023
1 parent 14bddc0 commit 46e74b7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions aslprep/workflows/asl/gecbf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
from aslprep.utils.asl import determine_multi_pld
from aslprep.utils.bids import collect_run_data
from aslprep.utils.misc import _create_mem_gb, _get_wf_name
from aslprep.workflows.asl.base import get_img_orientation
from aslprep.workflows.asl.cbf import init_compute_cbf_ge_wf, init_parcellate_cbf_wf
from aslprep.workflows.asl.ge_utils import init_asl_reference_ge_wf, init_asl_reg_ge_wf
from aslprep.workflows.asl.outputs import init_asl_derivatives_wf
Expand Down Expand Up @@ -184,8 +183,6 @@ def init_asl_gepreproc_wf(

# Take first file (only file, because we don't support multi-echo ASL) as reference
ref_file = asl_file
# get original image orientation
ref_orientation = get_img_orientation(ref_file)

asl_tlen, mem_gb = _create_mem_gb(ref_file)

Expand Down

0 comments on commit 46e74b7

Please sign in to comment.