Skip to content
Snippets Groups Projects
Commit ad13b808 authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard:
Browse files

Add example how to launch NoiSee from a macro

parent 0916fac7
No related branches found
No related tags found
No related merge requests found
// example macro demonstrating how to launch the NoiSee bead analysis with
// predefined parameters / inputs:
opts = "";
opts += "msg_title=[none],";
opts += "msg_note_close=[none],";
opts += "beadsimage=[noisee-data/bead-image.tif],";
opts += "beads_diameter=[15],";
opts += "beads_noisetolerance=[50],";
opts += "make_kymographs=[true],";
opts += "save_measurements=[true],";
opts += "save_pdf=[true],";
opts += "keep_roiimages=[true]";
run("NoiSee Bead Analysis", opts);
print("Noisee options: " + opts);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment