Skip to content

Commit 3de0891

Browse files
committed
Add pixels transforms section to user guide
1 parent c65525f commit 3de0891

11 files changed

Lines changed: 897 additions & 39 deletions

File tree

.codespellrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[codespell]
22
skip = .git,*.pdf,*.svg,*.ipynb
33
# te,fo - either abbreviations of variables
4-
ignore-words-list = te,fo,socio-economic
4+
ignore-words-list = te,fo,socio-economic,laf

docs/image.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ prefer to use 0-based indexing, you can specify ``as_index=True``.
120120
first_frame = im.get_frame(0, as_index=True)
121121
122122
These three methods process the raw pixel data "lazily" as needed to avoid
123-
processing unecessary frames. If you know that you are likely to access frames
123+
processing unnecessary frames. If you know that you are likely to access frames
124124
multiple times, you can force caching of the stored values by accessing the
125125
``.pixel_array`` property (inherited from ``pydicom.Dataset``).
126126

0 commit comments

Comments
 (0)