napari-imagej icon indicating copy to clipboard operation
napari-imagej copied to clipboard

input widgets do not remember previously entered values

Open ctrueden opened this issue 2 years ago • 0 comments

In ImageJ2, when executing a SciJava module and harvesting the inputs, the SaveInputsPreprocessor takes care to persist the values, and the LoadInputsPreprocessor takes care to read and populate them the next time the module is run. Something about the way napari-imagej is executing modules does not behave the same, because when I run Example_Script.js for example, the values all always start at null/null-approximate (0 for numeric primitives, false for primitive booleans).

ctrueden avatar Jul 26 '23 03:07 ctrueden