natverse / nat.flybrains

Support for Drosophila bridging/mirroring registrations in R
https://natverse.github.io/nat.flybrains
GNU General Public License v3.0
2 stars 3 forks source link

Allow more than two template brains to be passed to xform_brain #8

Closed jdmanton closed 10 years ago

jdmanton commented 10 years ago

It would be useful to be able to do, for example,

xform_brain(object, template1, template2, template3)

to bridge object from template1 to template3 via template2, rather than

xform_brain(xform_brain(object, template1, template2),  template2, template3)
jefferis commented 10 years ago

Could add a via argument (which could presumably take multiple templatebrains)

jefferis commented 10 years ago

this now belongs in nat.templatebrains and is related to jefferis/nat#144

jefferis commented 10 years ago

This is now possible using the via argument

jefferis commented 10 years ago

Closed by https://github.com/jefferislab/nat.templatebrains/commit/02535b96ecce1419062e6e976fe2db9c81053185 and https://github.com/jefferislab/nat.templatebrains/commit/520efe1f2bbd48cd6cd9438096d8bcbbab6d80fe