automated-ultramicrotomy / crosshair

Fiji plugin for targeted ultramicrotomy
MIT License
2 stars 0 forks source link

Viewing orthogonal planes at same time #6

Open K-Meech opened 4 years ago

K-Meech commented 4 years ago

Some users find it useful to view all orthogonal planes to decide on a target plane. Perhaps we could provide an option to show this at the sides / or to easily switch the main viewer between different views.

tischi commented 4 years ago

Hey Guys, @nicoKiaru @maarzt Do you maybe have code to show orthogonal planes in BDV?

NicoKiaru commented 4 years ago

One way of doing it in bdv-playground:

https://github.com/bigdataviewer/bigdataviewer-playground/blob/master/src/main/java/sc/fiji/bdvpg/bdv/navigate/ViewerOrthoSyncStarter.java

For a crosshair overlay:

https://github.com/bigdataviewer/bigdataviewer-playground/blob/eec2c0eecb58c9205ef5d547722974cf33b45711/src/main/java/sc/fiji/bdvpg/scijava/command/bdv/BdvOrthoWindowCreatorCommand.java#L127

K-Meech commented 4 years ago

Great! Thanks @tischi @NicoKiaru for the suggestions - I'll take a look.