Skip to content

Instantly share code, notes, and snippets.

View oeway's full-sized avatar

Wei Ouyang oeway

  • Science For Life Laboratory
  • Stockholm
View GitHub Profile
<docs>
[TODO: write documentation for this plugin.]
</docs>
<config lang="json">
{
"name": "BasicImageAnnotation",
"type": "web-worker",
"tags": [],
"ui": "",
<config lang="json">
{
"name": "Script Editor",
"type": "web-worker",
"tags": [],
"ui": "",
"version": "0.1.0",
"cover": "",
"description": "A Script Editor for Controlling OpenFlexure Microscope with ImJoy",
"icon": "extension",
<docs>
[TODO: write documentation for this plugin.]
</docs>
<config lang="json">
{
"name": "OpenFlexureSnapImageTemplate",
"type": "web-worker",
"tags": [],
"ui": "",
We couldn’t find that file to show.
@oeway
oeway / LuCa-7color_Scan1.ome.tif_offsets.json
Last active March 24, 2021 16:58 — forked from manzt/LuCa-7color_Scan1.ome.tif_offsets.json
experimental reference spec maker for ome-tiff
{".zgroup": "{\n \"zarr_format\": 2\n}", ".zattrs": "{\n \"multiscales\": [\n {\n \"datasets\": [\n {\n \"path\": \"0\"\n },\n {\n \"path\": \"1\"\n },\n {\n \"path\": \"2\"\n },\n {\n \"path\": \"3\"\n },\n {\n \"path\": \"4\"\n },\n {\n \"path\": \"5\"\n },\n {\n \"path\": \"6\"\n },\n {\n \"path\": \"7\"\n },\n {\n \"path\": \"8\"\n }\n ],\n \"metadata\": {},\n \"name\": \"resolution #1\",\n \"version\": \"0.1\"\n }\n ]\n}", "0/.zarray": "{\n \"chunks\": [\n 1,\n 1024,\n 10
<docs>
[TODO: write documentation for this plugin.]
</docs>
<config lang="json">
{
"name": "VizarrReferenceStore",
"type": "web-worker",
"tags": [],
"ui": "",
<config lang="json">
{
"name": "ImageJScriptEditor",
"type": "web-worker",
"tags": [],
"ui": "",
"version": "0.1.2",
"cover": "",
"description": "A Script Editor for ImageJ.JS",
"icon": "extension",
<config lang="json">
{
"name": "SharedWebPython",
"type": "web-python",
"version": "0.1.1",
"api_version": "0.1.2",
"description": "Sunning plugins in a shared web-python worker",
"tags": [],
"ui": "",
"inputs": null,
<docs lang="markdown">
# CellPose
A generalist algorithm for cell and nucleus segmentation.
https://github.com/MouseLand/cellpose
</docs>
<config lang="json">
@oeway
oeway / LoopDemo.py
Last active December 26, 2020 19:57
import js
import asyncio
from webloop import WebLoop
# set the event loop explicitly
loop = WebLoop()
asyncio.set_event_loop(loop)
# or get the event loop directly
# loop = asyncio.get_event_loop()