Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for templatebrains that share same physical space #46

Open
jefferis opened this issue Apr 26, 2020 · 0 comments
Open

Support for templatebrains that share same physical space #46

jefferis opened this issue Apr 26, 2020 · 0 comments

Comments

@jefferis
Copy link
Contributor

See e.g. natverse/nat.flybrains#40 for the kind of situation where this might be useful. We could add a field in the templatebrain constructor for a parent template e.g.

JRC2018F and JRC2018FDS with the latter pointing to JRC2018F in a field called something like parent or base.

It could also help e.g. to have template objects for calibrated / uncalibrated versions of the same space (although ideally I suppose one would avoid the clutter of additional templates). I can basically think of two options

  1. Adding a child template (as above)
  2. wrapping one of the endpoint templates (i.e. reference or sample in xform_brain) in a function that indicates that it is uncalibrated e.g.

xform_brain(x, sample=uncalibrated(JRCFIB2018F), reference=FCWB)

One would need to augment the bridging graph with 0 length edges between the uncalibrated templates and the calibrated versions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant