Closed neuronflow closed 6 months ago
The idea would be to expose this member function as a separate external functional interface, right?
yes, analog to the register function: https://github.com/BrainLesion/eReg/blob/main/ereg/functional.py
here we clash a bit with the single config file..it is weird if to supply registration parameters to a transformation call.
Perhaps the config can have different keys for registration and resampling...? I am fine with using synonyms (i.e., transformation
) in addition to resampling
, but I feel we should stick to the ITK nomenclature for clarity.
Yes, let's stick to itk nomenclature!
This is integrated now: https://github.com/BrainLesion/eReg/blob/main/ereg/functional.py
see above.