-
Notifications
You must be signed in to change notification settings - Fork 11
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
test run #8
Comments
Hi there, Would you be able to provide the details of the build? Did you follow the standard build instructions from the Readme? Cheers, |
Hey, thank you for your replay! I installed everything from the beginning and tried the test.sh again. sapir@wslinux57549:~/Mirorr-master/test$ ./test.sh real 0m0.221s real 0m0.120s *I deleted the -b from test.sh and ran I again with success. |
Ah, looks like you've found a bug there, Removing Anyway, I will update master with the fix, let me know if it helps. |
Whoops, didn't mean to close this - let me know if it works. |
Hey, It ran after I removed -b from both commands. |
You should be able to get very good alignment - are you able to share the parameters you used? Was the MNI contrast MR? |
Hey, time "/home/sapir/Mirorr-master/build/bin/mirorr" -m "/home/sapir/Mirorr-master/test/"$field2"_rst1PET-1-3.nii.gz" **-**f "/home/sapir/Mirorr-master/test/MNI152_T1_1mm_brain.nii.gz" -c 3 -t rigid -l "/home/sapir/Mirorr-master/test/output/"$field2"_PET-MNI-rigid.tfm" --save-moving "/home/sapir/Mirorr-master/test/output/"$field2"_PET-MNI-rigid.nii.gz" --fresh |
Hey Sapir,
So the lowest resolution it goes to there is 3.8xx3.8x5 mm. You could also try using the `--blockmetric mi' argument, which would use mutual information (although I might have thought the default, normalized correlation, would be adequate. Run |
You may also get better results if you can include a mask ( |
Thank you I'll take a look at these options today and will update |
Hey, |
You'll have to give some more details sorry, that should work. It look like before you were using the full path for mirorr because it wasn't on your $PATH, did you do this? |
Hey, sapir@wslinux57549:~$ echo $PATH still, sapir@wslinux57549: the mirror isn't recognized.. I assume there is something very basic that I don't understand. |
Hi Sapir, yes I think it is just that your $PATH is still not quite right. You can either run Or if you'd like to add it to your $PATH:
Either should work, adding to your $PATH is just optional and for convenience |
Hey,
While trying to run the test file I've received this output-
sapir@wslinux57549:
$ cd /home/sapir/aehrc-Mirorr-24cc630/test/aehrc-Mirorr-24cc630/test$ '/home/sapir/aehrc-Mirorr-24cc630/test/test.sh'sapir@wslinux57549:
/home/sapir/aehrc-Mirorr-24cc630/test/test.sh: line 3: ../build/bin/mirorr: No such file or directory
real 0m0.001s
user 0m0.001s
sys 0m0.001s
/home/sapir/aehrc-Mirorr-24cc630/test/test.sh: line 4: ../build/bin/mirorr: No such file or directory
real 0m0.001s
user 0m0.001s
sys 0m0.000s
I have installed the cmake build system and its gui by
sudo apt-get install cmake cmake-curses-gui
The bin folder exists, but it's empty.
Will be happy to receive your input.
Thank you!
The text was updated successfully, but these errors were encountered: