We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b55f9c commit 946bf28Copy full SHA for 946bf28
CPAC/func_preproc/tests/test_preproc_connections.py
@@ -1,4 +1,4 @@
1
-# Copyright (C) 2023-2024 C-PAC Developers
+# Copyright (C) 2023-2025 C-PAC Developers
2
3
# This file is part of C-PAC.
4
@@ -26,12 +26,12 @@
26
from nipype.interfaces.utility import Function as NipypeFunction
27
from nipype.pipeline.engine import Workflow as NipypeWorkflow
28
29
+from CPAC.func_preproc import get_motion_refs
30
from CPAC.func_preproc.func_motion import (
31
calc_motion_stats,
32
func_motion_correct,
33
func_motion_correct_only,
34
func_motion_estimates,
- get_motion_refs,
35
motion_estimate_filter,
36
)
37
from CPAC.func_preproc.func_preproc import func_normalize
0 commit comments