- Code: Select all
run("Bio-Formats Macro Extensions");
filePath = File.openDialog("Choose a file");
Ext.setId(filePath);
Ext.getMetadataValue("Channel Name #05",val);
print(val);
But Val always returns zero. I'm making the assumption that the key/value pairs as seen in the "Show Info" dialog are even the right ones to be addressing (cf. the OME XML metadata).
Any pointers appreciated, sorry if this belongs on the ImageJ list.
Thanks!
Dave Mason