You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, BDV is tailored to 2D or 3D + t and color channels as sources. Often though, we want to simply add sliders or wheels for some dimensions beyond 2D or 3D. The best implementation that is consistent with the current API is most likely a dedicated Source where a subset of the dimensions can be exposed (may be as [Real]Localizable|Positionable) and the source would return the respective hyperslice for getSource(...) and getInterpolatedSource(...).
The text was updated successfully, but these errors were encountered:
tpietzsch
transferred this issue from bigdataviewer/bigdataviewer-vistools
Jun 13, 2024
Currently, BDV is tailored to 2D or 3D + t and color channels as sources. Often though, we want to simply add sliders or wheels for some dimensions beyond 2D or 3D. The best implementation that is consistent with the current API is most likely a dedicated
Source
where a subset of the dimensions can be exposed (may be as[Real]Localizable|Positionable
) and the source would return the respective hyperslice forgetSource(...)
andgetInterpolatedSource(...)
.The text was updated successfully, but these errors were encountered: