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
I guess that would be enhances nat, but might need to be imports because of the generic.
Gist would probably be to define a type like deformetricareg that referenced the registration folder on disk and then define an xformpoints.deformetricareg method. Question is whether we would need to import nat::xformpoints
Might also be worth thinking again about an xyzmatrix<-.neuronlist method to avoid repeated calls to ShootAndFlow3.
The text was updated successfully, but these errors were encountered:
Added code that achieves xyzmatrix<-.neuronlist, to deal with neuronlists for shootflow.neuronlist. Didn't make a specific "xyzmatrix<-.neuronlist" function, figured you'd push one to nat at some point.
I guess that would be enhances nat, but might need to be imports because of the generic.
Gist would probably be to define a type like
deformetricareg
that referenced the registration folder on disk and then define anxformpoints.deformetricareg
method. Question is whether we would need to importnat::xformpoints
Might also be worth thinking again about an
xyzmatrix<-.neuronlist
method to avoid repeated calls toShootAndFlow3
.The text was updated successfully, but these errors were encountered: