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
@nkeim thanks a lot for the functionality and providing a workable format in pims to read streampix seq files!
I had a file seqFile which I can access thanks to your function a seqFile = NorpixSeq(file, as_raw=True) # if not I get OSError: Non-monochrome images etc.
The properties of the file are good (length, size, etc.) however seqFile._image_bytes returns 159360 and lead to imshow returning an image of 332w x 480h while the seqFile frame shape is 640w x 480h. I feel this is due to how the bytes are interpreted but I am not really sure how to move forward to solve this issue and would appreciate any help you could provide.
Thanks
tom
The text was updated successfully, but these errors were encountered:
@wAOndering Thanks for posting this and I'm sorry for the delay. @richardandersson gets credit for the as_raw option, and I'm confused as to why it wouldn't work in this situation. If you have access to a copy of StreamPix, can you check the information about the file? In StreamPix 8, I open the file, change to the "Sequence" ribbon, and click the "Show Information" button all the way at the right end. That way we can rule out the use of compression (not supported), but there may be other anomalies you can spot this way.
Failing that, if you can share a small movie here that might help us. Thanks!
@nkeim thanks a lot for the functionality and providing a workable format in pims to read streampix seq files!
I had a file seqFile which I can access thanks to your function a
seqFile = NorpixSeq(file, as_raw=True)
# if not I get OSError: Non-monochrome images etc.The properties of the file are good (length, size, etc.) however
seqFile._image_bytes
returns 159360 and lead toimshow
returning an image of 332w x 480h while the seqFile frame shape is 640w x 480h. I feel this is due to how the bytes are interpreted but I am not really sure how to move forward to solve this issue and would appreciate any help you could provide.Thanks
tom
The text was updated successfully, but these errors were encountered: