napari / napari-animation

A napari plugin for making animations
https://napari.github.io/napari-animation/
Other
74 stars 27 forks source link

Example Animation: Plane normal #157

Closed AlexSauer closed 1 year ago

AlexSauer commented 1 year ago

Not really an issue but more a question:

In the example animation, your 'layer controls' part of the napari window shows items 'plane normal' and 'plane 'thickness'

Screenshot 2023-03-07 at 10 09 36

Can you explain how I can enable these features? The standard version as shown here doesn't seem to include them? Thanks a lot!

alisterburt commented 1 year ago

Hi @AlexSauer, thanks for reaching out! In 3D view volumetric data can be depicted in napari as either a volume (default) or a plane, this is controlled by setting Image.depiction to "volume" or "plane" or using the depiction dropdown in the layer controls

Does this clear things up for you? :)

AlexSauer commented 1 year ago

Absolutely amazing, thanks a lot!! :)