dan white
dan white
one benefit here is to get rid of IJ1 -> IJ2/imglib2 data object conversion complexity and problems, another is to remove uses of IJ.anything an replace with the imageJ2 equivalent,...
6) Deal with time series data by processing each time point separately (perhaps in a different thread), then collating the results into a single time series compatible results handler (perhaps...
And, to think, I thought you might _not_ be watching @dscho !!! Warn() Certainly makes 100% sense! But what about handleResult() ? Why is it so bad to have methods...
Hi @jackyko1991 the coloc2 code is unlikely to get the fix you need any time soon. But no problem, as the same algorithms are implemeted as "ops" and with those...
Thanks @ctrueden That sounds like a good plan indeed!
hmmmmm, I don't get why getXValue could be returning a bad value that doesnt fit in a the long data type. Its getting the number from imglib2 : 207: long...
@tomka So this method results in, in some cases, an index to an array of yBins = 256 elements being addressed out of bounds. ``` /** * Calculates the bin...
@tomka i think you meant: If the maximum value of the image used (channel 1 for X and channel 2 for Y, if not swapped) is SMALLER than xBins and...
OK. So I was just confused by the word width in This sense. If we change it to binScaleFactor it all makes sense. ;-) On 19 Aug 2015 19:22, "Tom...
Hi To try and make it a single robust sharable chunk of data that's ready to publish in supplemental info. Actually now I think HTML or XML plus images and...