Skip to content

Commit c1d167f

Browse files
authored
radius tuple typo!
1 parent 4443686 commit c1d167f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DicomAnnotUtils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ def dicomToCamic(annot_path, image_dimensions, output_file, source_url=None, sli
298298
newFeature = deepcopy(featureTemplate)
299299
newFeature['geometry']['type'] = "Ellipse"
300300
newFeature['geometry']['coordinates'] = [center_x, center_y]
301-
newFeature['geometry']["radius"] = [major_axis_length,minor_axis_length],
301+
newFeature['geometry']["radius"] = [major_axis_length,minor_axis_length]
302302
newFeature['geometry']["rotation"] = rotation
303303
newFeature['bound']['type'] = "Point"
304304
newFeature['bound']['coordinates'] = [center_x, center_y]

0 commit comments

Comments
 (0)