Skip to content

Instantly share code, notes, and snippets.

View tischi's full-sized avatar

Christian Tischer tischi

View GitHub Profile
WARNING 2018-08-07 18:04:35,087 warnings 8188 140735795856256 loggingHelpers.py(76): ResourceWarning: unclosed file <_io.TextIOWrapper name='/Applications/ilastik-1.3.0-OSX.app/Contents/ilastik-release/ilastik-meta/ilastik/ilastik/ilastik_logging/logging_config.json' mode='r' encoding='US-ASCII'>
INFO 2018-08-07 18:04:35,088 ilastik_main 8188 140735795856256 Starting ilastik from "/Applications/ilastik-1.3.0-OSX.app/Contents/ilastik-release".
INFO 2018-08-07 18:04:37,209 vigraOperators 8188 140735795856256 Using fast filters.
WARNING 2018-08-07 18:04:37,279 warnings 8188 140735795856256 _bootstrap.py(219): RuntimeWarning: numpy.dtype size changed, may indicate binary incompatibility. Expected 96, got 88
WARNING 2018-08-07 18:04:37,294 warnings 8188 140735795856256 _bootstrap.py(219): ImportWarning: can't resolve package from __spec__ or __package__, falling back on __name__ and __path__
WARNING 2018-08-07 18:04:37,341 warnings 8188 140735795856256 _bootstrap.py(219): RuntimeWarning: numpy.dtype size changed,
@tischi
tischi / ImJoyGaussianBlurBatchHack.imjoy.html
Last active January 16, 2020 16:37
Hacking with ImJoy to just get some of the concepts....
<docs lang="markdown">
[TODO: write documentation for this plugin.]
</docs>
<config lang="json">
{
"name": "Batch Blur",
"type": "window",
"tags": [],
"ui": "",
Code:
```Java
import de.embl.cba.bdp2.imglib2.LazyStackView;
import net.imglib2.RandomAccess;
import net.imglib2.RandomAccessibleInterval;
import net.imglib2.img.array.ArrayImgs;
import net.imglib2.type.numeric.integer.ByteType;
import net.imglib2.view.StackView;