Sie zeigen eine alte Version dieser Seite an. Zeigen Sie die aktuelle Version an.

Unterschiede anzeigen Seitenhistorie anzeigen

Version 1 Nächste Version anzeigen »

1. Install the omero-macro-extension

Go to https://github.com/GReD-Clermont/omero_macro-extensions

Download the two jars: 

Place the two jars files in your Fiji plugin folder (Fiji/plugins)


2. Connect to OMERO in the macro


user = "my_username";
#@INPUT String (label = "Please enter password", style = password) pwd

run("OMERO Extensions");
Ext.connectToOMERO("omero-cai.hhu.de", 4064, user, pwd);

// code goes here
// don't forget to disconnect at the end of the macro

Ext.disconnect()

`



  • Keine Stichwörter