Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/camicroscope/slideloader
Browse files Browse the repository at this point in the history
…into develop
  • Loading branch information
birm committed May 15, 2024
2 parents dee0fb7 + c1d167f commit 1319af1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DicomAnnotUtils.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ def dicomToCamic(annot_path, image_dimensions, output_file, source_url=None, sli
newFeature = deepcopy(featureTemplate)
newFeature['geometry']['type'] = "Ellipse"
newFeature['geometry']['coordinates'] = [center_x, center_y]
newFeature['geometry']["radius"] = [major_axis_length,minor_axis_length],
newFeature['geometry']["radius"] = [major_axis_length,minor_axis_length]
newFeature['geometry']["rotation"] = rotation
newFeature['bound']['type'] = "Point"
newFeature['bound']['coordinates'] = [center_x, center_y]
Expand Down

0 comments on commit 1319af1

Please sign in to comment.