Federico Claudi

Results 100 comments of Federico Claudi

>Definitively go for that option! In this way, you basically turn brainbender into a, ij-based viewer as napari is. Which option? 1. at render (i.e. after all actors have been...

gotcha! Regarding the `x` business above: > space on the L-R axis is this number somwhere in bg-space or bg-atlasapi? I've been using the bounds of the `root` mesh, but...

no, the left-most point in the root mesh is at 200um from the origin along the LR direction. If you load the atlas in volumetric mode, or if you look...

I'd have to play around with it. But I think I'm misunderstanding something, the problem is not with the offset `x`, the problem is that `x` needs to be computed...

Same, I haven't used them and have no idea how prevalent they are among the kind of people that will use the API. Would rather avoid imposing an additional learning...

I think you're right... ![image](https://user-images.githubusercontent.com/17436313/101379407-228b0a80-38ac-11eb-99ee-6f5839638134.png) in red is the allen atlas, in transparent kim 100um. To reproduce: ```python from brainrender import Scene s = Scene(atlas_name='kim_mouse_100um') s2 = Scene() s2.root.c('red').alpha(1) s.add(s2.root)...

In blue is kim 50um, that seems to be the same as the allen_mouse_25um ![image](https://user-images.githubusercontent.com/17436313/101380179-1a7f9a80-38ad-11eb-9354-271cdefd9cec.png)

Hey, It seems like this is a bug, but I'm not sure where it's coming from. In the meanwhile, if you change the coordinates of the points before creating the...

That's great! I really like this slower approach introducing all concepts one at the time. Great job

Fix for the next release: As always, you do such a great job of finding bugs! Thank you!