You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the FLIRT interface does not allow to set apply_xfm =True in conjunction with uses_qform=True as apply_xfm requires in_matrix_file
Anyways this should be possible as apply_xfm and uses_qform (without providing an additional matrix file) together allow resampling one image to the reference space just by utilizing the affine matrix stored in the header (see also http://fsl.fmrib.ox.ac.uk/fsl/fslwiki/FLIRT/FAQ).
I am unsure what the best way would be to fix that - just remove the required=['in_matrix_file'] from apply_xfm? Or is there a way to set require one of two inputs?