Skip to content

Commit 8f3a832

Browse files
committed
Fix typo, minor clarification
1 parent 27f7de6 commit 8f3a832

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

data/downloading-data/direct-loading.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ volume = seg.get_volume(
157157
See [this][11] page for more information on highdicom's `Image` class, and
158158
[this][12] page for the `Segmentation` class.
159159

160-
### The Importance Offset Tables
160+
### The Importance of Offset Tables
161161

162162
Achieving good performance for these frame-level retrievals requires the
163163
presence of a "Basic Offset Table" or "Extended Offset Table" in the file.
@@ -173,7 +173,8 @@ probably because highdicom is constucting the offset table.
173173

174174
Most IDC images do include an offset table, but some of the older pathology
175175
slide images do not. [This page][14] contains some notes about whether
176-
individual collections include offset table.
176+
individual collections include offset table because it wasn't included in
177+
the file.
177178

178179

179180
[1]: https://cloud.google.com/python/docs/reference/storage/latest/

0 commit comments

Comments
 (0)