You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The xpm reader should probably detect multi-frame files, and either stack them into a 3D numpy array, or fail gracefully with an output to the reader that only single frames can be read.
I'm going to take a crack at proper handling of multi-frame files and will submit a pull request when I get it working.
The text was updated successfully, but these errors were encountered:
In attempting to read an .xpm file generated by
g_mdmat
with the-frames
flag, the xpm reader fails with the error:The xpm reader should probably detect multi-frame files, and either stack them into a 3D numpy array, or fail gracefully with an output to the reader that only single frames can be read.
I'm going to take a crack at proper handling of multi-frame files and will submit a pull request when I get it working.
The text was updated successfully, but these errors were encountered: