S3 generic/method consistency
jdmanton opened this issue · 1 comments
jdmanton commented
Currently, we have the following signatures:
xform:
function(x, reg, ...)
xform.BrainTemplate:
function(x, x2, data, transform, ...)
We cannot change xform()
as this is part of nat, but we don't want reg
as the whole point is to let the user avoid having to deal with registration files directly. This suggests that we should use a different function instead.