tinevez on master-view-table3
Color the table text depending … Fixed bug in Table views preven… Also close table windows when c… and 1 more (compare)
tinevez on jungle
Avoid keyboard clashes with BDV… Merge remote-tracking branch 'o… (compare)
tinevez on harness-2d
Avoid keyboard clashes with BDV… (compare)
tinevez on jungle
Harness 2D datasets in BDV view… Merge remote-tracking branch 'o… (compare)
ctrueden on display-priority
frauzufall on display-priority
DefaultDisplayService: If multi… Adds test for DefaultDisplaySer… (compare)
frauzufall on display-priority
DefaultDisplayService: If multi… Adds test for DefaultDisplaySer… (compare)
SharedQueue
beeing passed when using VolatileViews.wrapAsVolatile(final RandomAccessibleInterval< T > rai,
final SharedQueue queue,
final CacheHints hints )
and the CacheControl
that I see a bit everywhere when Volatile
type are involved. My main issue is to make a class that makes a VolatileSource
from a non-volatile source (see here), but I don't know how to deal properly with the cache.
bigdataviewer-vistools
which allows for some bdv.viewer.Source
to be wrapped as Volatile. (bigdataviewer/bigdataviewer-vistools#38) Probably not optimal, but I think it exposes a current limitation of BdvFunctions.show(Souce src)
: it does wrap sources that could be wrapped as volatile. I put an example of such limitation being overcomed in this small video : https://www.youtube.com/watch?v=SdngXeEatqA. Maybe it's the wrong way to solve the limitation (exposing the SourceAndConverter is probably more general), but here it is if you want to have a look.
fly.mpi-cbg.de
server?
N5AmazonS3Writer
. The best examples would probably be the tests in n5-spark and n5-aws-s3 repositories
-Dspark.master=local[1]
that sets the number of threads to use, or -Dspark.master=local[*]
for using all cores
imglib2-roi
question: is it possible to sample (random) points on a sphere by taking some GeomMasks.closedSphere(...).xor(GeomMasks.openSphere(…))
? And/or to get a full list of points representing the sphere surface by some Bresenham-like algorithm?imglib2-roi
for this a bad idea, and I should rather take a math function of a sphere and sample points “manually” ?
java -jar bigdataserver.jar myName myDataset.xml
CacheControl
and SharedQueue
CacheControl
has only one method: prepareNextFrame()
SharedQueue
is a CacheControl