Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FIX: Restore
AFNICommand._get_fname
, required by some interfaces
In nipy#2964 I broke some interfaces (@tsalo identified `Allineate` as one of those) by removing the ``_get_fname`` function from the base ``AFNICommand``. The intent was to migrate to a ``name_source``-based management of automatically generated names, but in the case of ``Allineate``, the use of `_get_fname` was a bit different (modifying the user-provide input value under certain conditions to follow ANFI's ``3dAllineate`` behavior). This PR restores the missing function. Closes nipy#3070.
- Loading branch information