Skip to content
Snippets Groups Projects
Commit 79f48ad8 authored by Yin Xi's avatar Yin Xi
Browse files

Update DICOM2NRRD.py

parent 804d6899
Branches
Tags
No related merge requests found
......@@ -190,7 +190,7 @@ def DCM2NRRD(input_path,output_path,getROI,exptype):
#this is the parallel version generated by chatgpt
from multiprocessing import Pool
import multiprocessing
def process_patient(ID_subj, input_path_subj,output_path,getROI,exptype):
#number of files = number slices
series_reader = sitk.ImageSeriesReader()
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment