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 4969285 commit 92fa8f6Copy full SHA for 92fa8f6
pypet2bids/pypet2bids/dcm2niix4pet.py
@@ -29,7 +29,6 @@
29
import shutil
30
import argparse
31
import importlib
32
-from nibabel import load
33
34
try:
35
import helper_functions
@@ -568,7 +567,6 @@ def run_dcm2niix(self):
568
567
destination_path=tempdir_pathlike
569
)
570
571
-
572
# we check to see what's missing from our recommended and required jsons by gathering the
573
# output of check_json silently
574
if self.additional_arguments:
0 commit comments