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
@oeway
oeway / zoom_movie_ImageJ_v2a.ijm
Created October 7, 2020 09:21 — forked from aaristov/zoom_movie_ImageJ_v2a.ijm
Improved ImageJ macro making a movie (stack) of zooming on selected rectangle (ROI) now with logarithmic approach and dynamic scalebar
//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": "",
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]