Ellen TA Dobson
Ellen TA Dobson
``` private void copy(final IterableInterval src, final RandomAccessibleInterval dest) { final Cursor cursor = src.localizingCursor(); final RandomAccess access = dest.randomAccess(); while (cursor.hasNext()) { final T value = cursor.next().copy(); access.setPosition(cursor); access.get().set(value);...
@chalkie666 Have you seen the input GUI from SVI? https://svi.nl/ColocalizationAnalyzer?highlight=colocalization it's worth a look-see...
Hi @BrazilianFIJItsu - At the moment - I am not able to come up with a quick workaround to this issue (tested some mini-macros myself and haven't found a solution)....
@chalkie666 - just a general question... what was the original rationale for exporting the data as a single PDF file?
as opposed to the log window... is it possible to display datasets in a results window? would then be more clear the slices and associate datasets, etc. these results are...