Skip to content

Commit 41c9efc

Browse files
authored
Update utils_heart.py -- removed misplaced pypla cli util
1 parent fbe2850 commit 41c9efc

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

heartSegClinic/utils_heart.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -240,9 +240,7 @@ def rsDcm2Nrrd(rsFolder,rsList,imOutPath,imRefPath=None):
240240

241241
rsOutPath = os.path.join(rsNrrdFolder,'mask.nrrd')
242242
ssListPath = os.path.join(rsNrrdFolder,'list.txt')
243-
244-
pypla.convert(verbose = True, **convert_args_ct)
245-
243+
246244
if not imRefPath is None:
247245
convert_args_ct = {"input" : rsPath,
248246
"output-ss-img" : rsOutPath,

0 commit comments

Comments
 (0)