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

Add JRC2018 templates of different resolution #47

Open shuocao818 opened 4 years ago

shuocao818 commented 4 years ago

Hello,

Current available JRC2018U template has a resolution of 0.38x0.38x0.38um that have 456 stacks. It would be nice to have a template at the resolution of 0.519x0.519x1um that have 174 stacks (https://www.dropbox.com/s/cjcslfa2daxptu8/JRC2018_UNISEX_20x_HR.nrrd?dl=0) so that .nrrd neuron objects can be generated for driver line searching in MCFO Color depth MIP dataset.

Thanks!

jefferis commented 4 years ago

In the meantime, something like this should work:

JRC2018Umip=templatebrain("JRC2018Umip", dims = c(1210,566,174),
  voxdims = c(0.519,0.519,1), units = "microns")