clij / clijx-assistant

A user interface for GPU-accelerated image processing using CLIJ2
https://clij.github.io/assistant
BSD 3-Clause "New" or "Revised" License
4 stars 4 forks source link

Configurable output image names #57

Closed tischi closed 3 years ago

tischi commented 3 years ago

With the current scheme the names of the images become very long. I would suggest solving this like it is done in CellProfiler where the users can themselves chose the name of the output image. The suggested default name could be the one that you are using currently.

haesleinhuepf commented 3 years ago

How would that look like? An additional text field in all dialogs?

tischi commented 3 years ago

An additional text field in all dialogs?

Yes.

haesleinhuepf commented 3 years ago

I'm afraid that would harm user-convenience as a lot more dialogs would appear (for all the operations that don't have a dialog currently). Furthermore, dialogs would increase in size, which might be a bad idea. See #58 I keep this issue open until we find a better way of implementing this.