File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -272,11 +272,11 @@ class ImageFileReader:
272272 ----
273273 As of highdicom 0.24.0, users should prefer the :class:`highdicom.Image`
274274 class with lazy frame retrieval (e.g. as output by the
275- :func:`highdicom.imread` function when `lazy_frame_retrieval=True`) to this
276- class in most situations. The :class:`highdicom.Image` class offers the
277- same lazy frame-level access, but additionally has several higher-level
278- features, including apply pixel transformations to loaded frames,
279- constructing total pixel matrices, and constructing volumes.
275+ :func:`highdicom.imread` function when `` lazy_frame_retrieval=True`` ) to
276+ this class in most situations. The :class:`highdicom.Image` class offers
277+ the same lazy frame-level access, but additionally has several higher-level
278+ features, including the ability to apply pixel transformations to loaded
279+ frames, construct total pixel matrices, and construct volumes.
280280
281281 Examples
282282 --------
You can’t perform that action at this time.
0 commit comments