Skip to content

Commit ea71d21

Browse files
authored
Group sequence starts at 1 not 0
1 parent 56b09d3 commit ea71d21

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
@@ -134,7 +134,7 @@ def create_annotation_dicom(annot_arrays, slide_file, geojson):
134134

135135
# add the annotation data
136136
ds.AnnotationGroupSequence = []
137-
i = 0
137+
i = 1
138138
idx = 1
139139
point_indices = []
140140
# make the array first?

0 commit comments

Comments
 (0)