Try ImJoy: https://imjoy.io/
Documentation: https://imjoy.io/docs/
//ImageJ macro making a movie (stack) of zooming on selected rectangle (ROI) | |
//v2 Eugene Katrukha katpyxa at gmail.com | |
//v2a Andrey Aristov: aaristov at pasteur.fr | |
requires("1.48h"); | |
//check if there is rectangular selection | |
if(selectionType() ==0) | |
{ | |
sTitle=getTitle(); | |
sMovieTitle=sTitle+"_zoom_movie"; |
import sys | |
import os | |
import errno | |
import time | |
import json | |
import glob | |
from base64 import b64decode | |
from watchdog.observers import Observer | |
from watchdog.events import FileSystemEventHandler |
<config lang="json"> | |
{ | |
"name": "PycroManagerControl", | |
"type": "native-python", | |
"version": "0.1.0", | |
"description": "Microscope control with PycroManager", | |
"tags": [], | |
"ui": "", | |
"cover": "", | |
"inputs": null, |
<docs lang="markdown"> | |
# DevicePropertyBrowser | |
Device property browser for Micro-Manager | |
</docs> | |
<config lang="json"> | |
{ | |
"name": "DevicePropertyBrowser", | |
"type": "window", |
<docs lang="markdown"> | |
[TODO: write documentation for this plugin.] | |
</docs> | |
<config lang="json"> | |
{ | |
"name": "CompareImages", | |
"type": "window", | |
"tags": [], | |
"ui": "", |
Try ImJoy: https://imjoy.io/
Documentation: https://imjoy.io/docs/
name: Vitessce Image Viewer | |
description: Use vitessce-image-viewer in Jupyter notebooks with ImJoy Jupyter Extension | |
cite: | |
authors: | |
- Wei OUYANG | |
badges: | |
- label: Launch Binder | |
icon: https://mybinder.org/badge_logo.svg | |
url: https://mybinder.org/v2/gist/oeway/ebedc17c9ab1f6aa5eee181679d85b5f/master?filepath=vitessce-image-viewer-imjoy-demo.ipynb | |
- label: Powered by ImJoy |
name: Dummy Zarr | |
description: A dummy zarr dataset | |
cite: | |
authors: | |
- NO ONE | |
documentation: null | |
tags: [zarr] | |
files: | |
- https://gist.githubusercontent.com/manzt/d16dbac0ea3adc3c7b9b61f54fa1f78d/raw/95854058512862accb0182d4a02f86a55ad19139/ |
<docs> | |
A hello world example for running fiji script in ImJoy. | |
</docs> | |
<config lang="json"> | |
{ | |
"name": "FijiScriptHelloWorld", | |
"type": "scijava", | |
"tags": [], | |
"ui": "", |
name: CARE Deconvolution Microtubules | |
description: n/a | |
date: Mon Apr 20 14:23:46 CEST 2020 | |
authors: n/a | |
cite: | |
text: [n/a] | |
doi: ['http://'] | |
documentation: n/a | |
cover: [''] | |
test_input: [.\exampleImage.tiff] |