Skip to content

Instantly share code, notes, and snippets.

View kwolbachia's full-sized avatar

Kevin Terretaz kwolbachia

  • CRBM - CNRS
  • Montpellier
View GitHub Profile
// yet another multichannel profile plotter
// with smart lookuptables
// modified and simplified to my tastes + "better" LUT detection
macro "Multiplot" {
id=getImageID();
getDimensions(width, height, channels, slices, frames);
if (selectionType()==-1) exit;
Stack.getPosition(Channel, slice, frame);
getPixelSize(unit, pixelWidth, pixelHeight);