Closed vikashg closed 8 months ago
Hi @vikashg,
Many thanks for the clear bug. Just as a headsup, the current version of moose requires 3.10 python. Nevertheless the bug that you report is due to dead links. We migrated from IBM to AWS and the latest version of moose 2.4.0 will have the live links from AWS.
Please create an environment with python 3.10
(refer the requirements and installation) and then simply install moosez
via pip install moosez
.
Kindly let me know if this solves the problem.
Cheers, Lalith
Hi @vikashg, is this solved?
hi @LalithShiyam I was ooo last week and I am going to look at it today. Thanks Vikash
@vikashg All good - kindly let me know how it goes. Please make sure the installed moosez
version is 2.4.0
. You can verify this by using pip show moosez
!
Hi @LalithShiyam, So it installed perfectly. However I will like to point out couple of things. When I did
pip install -r requirements.txt
matplotlib
broke on me with the following error
I know I probably don't need to install the requirements. So following your instructions I did pip install moosez
and it worked.
I have not checked the results yet.
Another thing which I wanted to do and if I am not wrong was a feature in the previous version of moose was to register the PET and the CT images. Now when I execute
moosez -d <subject_dir> -m clin_ct_organs
It segments the CT image but doesn't register. the PET scan in the directory. I am sure I am missing something. I am going through the documentation. But please let me know if there is something.
Hi @vikashg, Glad that it worked. You are right the first version had a proper diffeomorphic aligner between PET and CT. We removed that as it didn’t perform well with really old scanners where the image quality was not the best. And it also took 2.5 min more. Right now we use a reslice-identity resampler, which aligns the PT with CT, assuming that they are simultaneous acquisitions. It’s fast and it works reasonably well, for extracting the activity of organs.
So, it should in principle produce an aligned image in this version right ?
It would just extract the activity, the aligned image wouldn’t be written out.
Do you need this feature badly? If yes - I will create this as a feature request :)!
Oh yes. that would be great. to have some tool to align PET and CT with affine registration. Did you write that registration tool from scratch. I am closing this issue now. Thanks for your comments. and yes I would love to have that tool thanks for creating the feature request. Please tag me on it.
We basically use FALCON's binaries. Will create a feature request and will tag you.
Describe the bug When I run the code as
I get the following error
My subject directory contains two files
PET.nii
andCT.nii
To Reproduce Steps to reproduce the behavior:
Screenshots I looked at the path for file downloads on the
resources.py
file. The download file path gives the following errorDesktop (please complete the following information):