From f27c9516de68429422c3f3017c968599a9402c3f Mon Sep 17 00:00:00 2001 From: Daniel Asay Date: Tue, 25 Jun 2024 11:26:20 -0400 Subject: [PATCH] fix method call --- dwiqc/tasks/prequal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dwiqc/tasks/prequal.py b/dwiqc/tasks/prequal.py index f55093b..2a9c02b 100644 --- a/dwiqc/tasks/prequal.py +++ b/dwiqc/tasks/prequal.py @@ -71,7 +71,7 @@ def create_bfiles(self, inputs_dir): # truncate down the fmap files to include just b0 volumes - truncated_fmaps = truncate_fmaps(self, fmap_files) + truncated_fmaps = truncate_fmaps(fmap_files) # get the basename of the file and then remove the extension for fmap in truncated_fmaps: