-
Notifications
You must be signed in to change notification settings - Fork 0
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
Issues with createSurface.py #6
Comments
Hello, thanks for your message. I speculate that the issue may be due to using the |
Thank you! That got me a bit further but now I have a new error - do you know what this might be now? Computing cube parametrization --> VTK format ... --> VTK format ... TriaMesh with anisotropic Laplace-Beltrami |
Hm, this may be a bit more tricky. Could you maybe post the command that you used for running the software? |
Thank you! This is the command that I gave:
And this was the entire output `----------------------------------------
|
Thank you very much. I have to admit that I am a bit at a loss at the moment, and see no obvious reason for the processing failure. If you can share the particular segmentation file that produces the error I am happy to take a closer look while trying to replicate the issue. |
Thank you so much! Could I get your email to share it with you please?
…On Thu, Jun 6, 2024 at 9:55 AM Kersten Diers ***@***.***> wrote:
Thank you very much. I have to admit that I am a bit at a loss at the
moment, and see no obvious reason for the processing failure. If you can
share the particular segmentation file that produces the error I am happy
to take a closer look while trying to replicate the issue.
—
Reply to this email directly, view it on GitHub
<https://urldefense.com/v3/__https://github.com/Deep-MI/hipsta/issues/6*issuecomment-2152987427__;Iw!!CzAuKJ42GuquVTTmVmPViYEvSg!PQcYO416EVSzULrTvKV9ZZmRq6bFNRcFW42QD-SVhahO0i0mmzY0WQHr418FTb4Tr7USmeZCgsux4uAtAcv9UqzK$>,
or unsubscribe
<https://urldefense.com/v3/__https://github.com/notifications/unsubscribe-auth/BI2324N4MEQDIJ3WQ7ZIEZLZGCH7TAVCNFSM6AAAAABIRWYWQOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNJSHE4DONBSG4__;!!CzAuKJ42GuquVTTmVmPViYEvSg!PQcYO416EVSzULrTvKV9ZZmRq6bFNRcFW42QD-SVhahO0i0mmzY0WQHr418FTb4Tr7USmeZCgsux4uAtARCHHiBt$>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Please find my email on our lab's webpage (trying to post it not on too many different places). |
The freesurfer files that I'm trying to run Hipsta on are from Freesurfer7.2 labeled: rh.hippoAmygLabels-T1.v21.CA.mgz, lh.hippoAmygLabels-T1.v21.CA.mgz
When looking at results through freeview these files are either unable to open or blank:
but lh.image.mgz seems to be fine
This is the error I'm getting:
`Smooth surface
--> VTK format ...
[file not found or not readable]
[ERROR: hipsta.py] Error Information:
[ERROR: hipsta.py] Type: <class 'AttributeError'>
[ERROR: hipsta.py] Value: ("'NoneType' object has no attribute 'rm_free_vertices_'",)
Traceback (most recent call last):
File "/Users/joshuanguyen/.pyenv/versions/3.10.11/envs/myenv/bin/run_hipsta", line 8, in
sys.exit(main())
File "/Users/joshuanguyen/.pyenv/versions/3.10.11/envs/myenv/lib/python3.10/site-packages/hipsta/cli/init.py", line 26, in main
_run_hipsta(args)
File "/Users/joshuanguyen/.pyenv/versions/3.10.11/envs/myenv/lib/python3.10/site-packages/hipsta/hipsta.py", line 840, in _run_hipsta
run_analysis(params)
File "/Users/joshuanguyen/.pyenv/versions/3.10.11/envs/myenv/lib/python3.10/site-packages/hipsta/hipsta.py", line 743, in run_analysis
params = smoothSurface(params)
File "/Users/joshuanguyen/.pyenv/versions/3.10.11/envs/myenv/lib/python3.10/site-packages/hipsta/createSurface.py", line 272, in smoothSurface
triaMesh.rm_free_vertices()
AttributeError: 'NoneType' object has no attribute 'rm_free_vertices'`
Please advise
The text was updated successfully, but these errors were encountered: