Chris Barnes
Chris Barnes
Here's my experimentation repo. I haven't tested it very hard but it loads without error... It includes 3 subprojects: Arbor (which includes SynapseClustering), catmaid-lib (depends on local Arbor, vendorised d3,...
Further offline discussions: As per #1955, an option for a performant 64-bit ndarray implementation is a wrapper around rust's ndarray; a build system would be useful so we don't have...
A bit more tracking: The build prototype above is just about splitting and refactoring existing JS code into a webpack-y fashion - it gets us closer to having resolvable dependencies...
Django + webpack prototype, with a CATMAID-y backend layout, but frontend files put into their own top-level directory. This is a proof of concept for a dev setup: haven't tested...
Is this the same issue? https://github.com/catmaid/CATMAID/issues/2197
Running `firefox --ignore-gpu-blacklist` wasn't enough for it to work for me. Almost certainly the same issue. ``` Error: WebGL warning: getContext: Disallowing antialiased backbuffers due to blacklisting. catmaid.9da06006176f.js:20052:27 Error: WebGL...
On the test instance on firefox with nouveau, I get ``` this._context.renderer.state is undefined Show/hide detail PixiLayer.prototype.getAvailableBlendModes@https://neurocean.janelia.org/catmaid-test/static/js/catmaid.b326dd4364ab.js:20587:24 LayerControl.prototype.refresh@https://neurocean.janelia.org/catmaid-test/static/js/catmaid.b326dd4364ab.js:22645:32 StackViewer.prototype.addLayer@https://neurocean.janelia.org/catmaid-test/static/js/catmaid.b326dd4364ab.js:8073:23 loadStack@https://neurocean.janelia.org/catmaid-test/static/js/catmaid.b326dd4364ab.js:5122:21 handle_openProjectStack/
Can you verify that the nodes are tagged with `soma` and that they have a nonzero radius?
Per comment in #2058, this would require a minor restructure of the project: --- setup.py develop, and therefore pip install -e, does not respect the package_dir argument of setup(). This...
> Should note this is way less of an issue with orthoviews open. Yes, maybe it could be disabled in the stack viewer settings.