knossos-project / knossos

KNOSSOS is a software tool for the visualization and annotation of 3D image data and was developed for the rapid reconstruction of neural morphology and connectivity.
https://knossos.app
GNU General Public License v2.0
72 stars 18 forks source link

Python scripting: annotationSave() should save under the provided path #409

Closed fabiansvara closed 7 years ago

fabiansvara commented 7 years ago

KnossosModule.knossos.annotationSave('abc.k.zip') will create a file named 'abc.001.k.zip', even if auto-increment file name is deactivated. It should save under exactly the path specified instead.