Luigi Petrucco

Results 31 comments of Luigi Petrucco

Does `vedo` support changing the axis ticks labels à là `matplotlib`?

> If instead I computed x with the volume size (x=1000) I'd get -400+1000=600 which is correct: the cell was at 400 from one edge of the volume and now...

I've been thinking about making the stacks numpy arrays, decided not to just to keep it minimalistic, but have nothing stronger than that against it, on the contrary - knowing...

So, @adamltyson xarrays looks quite the same from the outside. If you want to give it a fast try, you can use: ```python import xarray as xr import numpy as...

Good for me! And I would Consider actually implement the coordinates Selections to indexes in bg space, as it is the core where I believe we should handle such space...

There is an argument in the wrap_up utility function that should change if meshes are specified in pixels or microns to decide whether to scale them or not (convention for...

There is an argument in the wrap_up utility function that should change if meshes are specified in pixels or microns to decide whether to scale them or not (convention for...

But I'd add that lazy computing stuff like that one is a very good idea!

Hey Nick, happy that you are looking a bit into these files! I am not an expert on working with meshes, so can't provide many pointers about what exactly is...