File: handlers.rst

package info (click to toggle)
pydicom 2.4.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,700 kB
  • sloc: python: 129,337; makefile: 198; sh: 121
file content (34 lines) | stat: -rw-r--r-- 615 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
.. _api_handlers:

Bulk Data Handlers
==================

Functions for handling bulk data elements such as (7FE0,0010) *Pixel Data* and
(60xx,3000) *Overlay Data*.

.. toctree::
   :maxdepth: 1
   :includehidden:

   handlers.overlay_data
   handlers.pixel_data
   handlers.waveform_data

Pixel Data Utilities
====================

Functions for manipulating (7FE0,0010) *Pixel Data*.

.. currentmodule:: pydicom.pixel_data_handlers

.. autosummary::
   :toctree: generated/

   apply_color_lut
   apply_modality_lut
   apply_rescale
   apply_windowing
   apply_voi
   apply_voi_lut
   convert_color_space
   util