Loading GE Files through Imageseries #789
Unanswered
darrencpagan
asked this question in
Q&A
Replies: 1 comment
-
Hey Darren! I believe that we let from hexrd import imageseries
ims = imageseries.open('filename.ge', 'image-files')
# Access the first frame in the image as a numpy array
img = ims[0] Please let me know if that does not work. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Would it be possible to post an example set of commands to load a standard .ge file using the imageseries.open command?
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions