Getting started
Documentation
pydicom.charset
pydicom.config
pydicom.data
pydicom.datadict
pydicom.dataset
pydicom.fileset
pydicom.dicomdir
pydicom.encaps
pydicom.errors
pydicom.misc
pydicom.uid
Examples
Additional Information
pydicom.data.
get_palette_files
Return a list of absolute paths to palettes with filenames matching pattern.
New in version 1.4.
pattern (str, optional) – The pattern to pass to glob(), default ('**/*').
glob()
'**/*'
A list of absolute paths to matching files.
list of str