Skip to content

Commit

Permalink
Add pixels transforms section to user guide
Browse files Browse the repository at this point in the history
  • Loading branch information
CPBridge committed Feb 8, 2025
1 parent c65525f commit 3de0891
Show file tree
Hide file tree
Showing 11 changed files with 897 additions and 39 deletions.
2 changes: 1 addition & 1 deletion .codespellrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[codespell]
skip = .git,*.pdf,*.svg,*.ipynb
# te,fo - either abbreviations of variables
ignore-words-list = te,fo,socio-economic
ignore-words-list = te,fo,socio-economic,laf
2 changes: 1 addition & 1 deletion docs/image.rst
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ prefer to use 0-based indexing, you can specify ``as_index=True``.
first_frame = im.get_frame(0, as_index=True)
These three methods process the raw pixel data "lazily" as needed to avoid
processing unecessary frames. If you know that you are likely to access frames
processing unnecessary frames. If you know that you are likely to access frames
multiple times, you can force caching of the stored values by accessing the
``.pixel_array`` property (inherited from ``pydicom.Dataset``).

Expand Down
Loading

0 comments on commit 3de0891

Please sign in to comment.