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

Image names #54

Closed tischi closed 3 years ago

tischi commented 3 years ago

I worked on an image and wanted to do an auto-threshold with the Assistant. The I changed my mind and closed the auto-threshold window. This left me with non-ideal image names:

run("Fluorescent Cells");
selectWindow("CLIJxVirtualStack 2");
selectWindow("CLIJxVirtualStack 3");
close();
selectWindow("temp1617979690626.tif");
selectWindow("CLIJx Image of temp1617979690626.tif");
tischi commented 3 years ago

I just realized that there always is a temp5758904503503 addition to the image name. Could be nice to avoid that if possible.

haesleinhuepf commented 3 years ago

Hey @tischi ,

good point! Thanks for reporting :-)