bigdataviewer/bigdataviewer-vistools

Making addSource(handle, source, numTimepoints) method public

Closed this issue · 2 comments

Right now I don't see how to add a Source with a number of Timepoints using BdvFunctions

Can we make the following method public ? That should solve it I guess.

private static < T > BdvStackSource< T > addSource(

I don't know. I usually just use
BdvFunctions.show( source, numTimePoints, BdvOptions.options().addTo( bdvHandle ) )
Is that not sufficient for your use case?

Missed it! Thanks @tischi. Closing.