reg_aladin ignores padding
Opened this issue · 0 comments
neuronflow commented
Here is my niftyreg script; I am using version 1.5.68:
niftyreg_scripts/reg_aladin \
-rigOnly \
-pad 42.0 \
-ref $fixed \
-flo $moving \
-res $transformed \
-aff $matrix
results in, the whole volume is 240x240x155:
I also tried to put the -pad 42
as the last parameter and tried higher numbers. I also tried providing it as an integer.
What am I doing wrong? Is there a way to set padding automatically?