Skip to content

pixel_array orientation #1534

Answered by darcymason
tionichm asked this question in Q&A
Nov 17, 2021 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Pydicom is really just a container for the raw DICOM data, it does not orient or scale the pixel data in any way other than to shape the numpy array when accessed through pixel_array. The interpretation is up to user code via ImageOrientationPatient and other data elements as you have mentioned.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@tionichm
Comment options

Answer selected by tionichm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants