Skip to content
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

raise ElastixError(proc.returncode, ' '.join(command)) #1

Open
mahmutoezmen opened this issue May 28, 2021 · 0 comments
Open

raise ElastixError(proc.returncode, ' '.join(command)) #1

mahmutoezmen opened this issue May 28, 2021 · 0 comments

Comments

@mahmutoezmen
Copy link

Hi! My parameter file's image output is tiff and I use 2D images. Note that I can use elastix with the same code flawlessly via bash. Could you help me with this issue? Although I defined and checked each directory for elastix, parameter files and output, I keep getting the following error:

/home/usr/elastix-5.0.1-linux/bin/elastix -f /home/usr/fbrain.png -m /home/usr/mbrain.png -p /home/usr/Parameters_Affine.txt -out /home/usr/results
Traceback (most recent call last):
File "example.py", line 36, in
el.register(fixed_image=fixed_image_path,
File "/home/usr/.local/lib/python3.8/site-packages/elastix/elastix_interface.py", line 131, in register
self._execute(cmd, verbose)
File "/home/usr/.local/lib/python3.8/site-packages/elastix/elastix_interface.py", line 102, in _execute
raise ElastixError(proc.returncode, ' '.join(command))
elastix.elastix_interface.ElastixError: Elastix crashed with code 127 for command '/home/usr/elastix-5.0.1-linux/bin/elastix -f /home/usr/fbrain.png -m /home/usr/mbrain.png -p /home/usr/Parameters_Affine.txt -out /home/usr/results'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant