brisvag / blik

Python tool for visualising and interacting with cryo-ET and subtomogram averaging data.
https://brisvag.github.io/blik/
GNU General Public License v3.0
23 stars 8 forks source link

out of slice fading of point and orientation layer #164

Closed McHaillet closed 1 week ago

McHaillet commented 4 months ago

The fading (out of slice) is very useful when going through tomographic slices but is not happening at the same rate for the point and orientation layer. The point size first needs to be increased to size 5 to function as I would expect. @brisvag also mentioned in discussion he needed to fix something about sizes and lengths related to this ;)

@ldjager tagging you here as I thought you might want to follow!

brisvag commented 4 months ago

The out_of_slice trick is cool but hard to implement sensibly with vectors. It't aslo a bit limited because it forces you to resize objects to "adjust" (as you discovered).

This is one of the reasons I worked on thick slices in napari in the last year; this is not yet out but will be with the next version.

If you want to try out, install the nightly version and you should get a new slider in the main widget which adjusts the thickness of the slice.

McHaillet commented 3 months ago

I just tried the slice thickness option and it works great! That for my part fixes the issue :)