You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using manual settings for n5 / h5 export results in them persisting for the next image (even if it is set to default).
This is due to using IJ.run()... on ExportImagePlusAsN5Plugin - inside this plugin they set static variables that persist for the next run.
@tischi As a quick fix for this I think I will copy this class into mobie as you suggested here: #149 (comment) and I'll make a pull request against it at a later date.
In the long run, this will be much more stable than IJ.run() that seems to have lots of weird, and unexpected behaviour...
The text was updated successfully, but these errors were encountered:
Using manual settings for n5 / h5 export results in them persisting for the next image (even if it is set to default).
This is due to using IJ.run()... on ExportImagePlusAsN5Plugin - inside this plugin they set static variables that persist for the next run.
@tischi As a quick fix for this I think I will copy this class into mobie as you suggested here: #149 (comment) and I'll make a pull request against it at a later date.
In the long run, this will be much more stable than IJ.run() that seems to have lots of weird, and unexpected behaviour...
The text was updated successfully, but these errors were encountered: