brisvag / blik

Python tool for visualising and interacting with cryo-ET and subtomogram averaging data.

Home Page:https://brisvag.github.io/blik/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

out of slice fading of point and orientation layer

McHaillet opened this issue · comments

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!

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.

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