Skip to content

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

@mahmutoezmen

Description

@mahmutoezmen

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions