Thanks for the update. Like I said on my previous post, the issue was solved with the last version of bioformats at the time of writing.
New super fun bug:
When opening a .VSI file using bioformats importer directly, there is no problem. I can see all the series and open them.
However opening it with the following code:
- Code: Select all
run("Bio-Formats Macro Extensions");
id = File.openDialog("VSI File");
Ext.getFormat(id, format);
print(format);
Ext.setId(id);
Causes a lovely error as seen below. the part
Ext.getFormat works and outputs "CellSens VSI" to the log window.
