embl-cba / cats

Other
1 stars 2 forks source link

Saving instances as arff file #4

Closed davodogster closed 5 years ago

davodogster commented 5 years ago

Saving the instances defaults to image_name.file_extension.arff just file_name.arff

tischi commented 5 years ago

I think it just takes the name of the image (as it appears in ImageJ) and appends ".ARFF" . The issue is that the image names in ImageJ sometimes have the file extension included (as in below example). If you rename the Image [Image > Rename...] to remove the extension it would fix the issue.

image
tischi commented 5 years ago

I changed the code to remove a file extension in an image name.