-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handle 4D time series nii files #561
Comments
For people to look into this, please publicly share a file that causes the error. |
感谢回答,但是文件太大了,无法上传。 |
Could you please provide me with an email address so that I can send the files to your email. |
|
Got it! Yes, it does not load in VolView with this error on the Javascript console:
The loader says the file has 4 dimensions. Must be a time series? VolView does not handle 4D images. Would be nice if it did or at least gave a nice error message to that effect. |
|
For some reason the image reader library we are using shows the test2.zip file to hold a 3D image:
|
Could this be changed to support loading 4D files? thank you.
…---- Replied Message ----
| From | Paul ***@***.***> |
| Date | 03/21/2024 21:48 |
| To | Kitware/VolView ***@***.***> |
| Cc | Linst-inf ***@***.***>,
Author ***@***.***> |
| Subject | Re: [Kitware/VolView] Handle 4D time series nii files (Issue #561) |
For some reason the image reader library we are using shows the test2.zip file to hold a 3D image:
"imageType": {
"dimension": 3,
"componentType": "uint16",
"pixelType": "Scalar",
"components": 1
},
"origin": [
81.04069519042969,
116.38414764404297,
-128.30361938476562
],
"spacing": [
0.6640629172325134,
1,
1
],
"direction": "-0.9994939339115039,0.03180039970314527,0.0007813976456040354,-0.031809999592993764,-0.99919233310241,-0.024552098151576197...",
"size": [
256,
220,
256
],
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
It could, but I'm not aware of this being on anyone's current TODO list. We could support a community contributed PR or someone could fund Kitware for the work. |
麻烦帮忙解答一下,谢谢!
The text was updated successfully, but these errors were encountered: