Hi, I am trying to generate and convert to a cone model. When I try to ‘Convert Image to Cone Catch’, the model I have generated does not appear in the drop down list. I think this is because when I generate a cone model (using either the ‘Cone Mapping from Chart’ or ‘Cone Mapping from Spectral Sensitivities’), the .java file (e.g.’eIm_52mm_Bluetit_D65_.java’) is produced but not the .class file (e.g. eIm_52mm_Bluetit_D65_.class).
What am I doing wrong?!
Hi Will,
Can you open up the .java file and post the code? Errors like this are often caused by naming issues, so check the names of the cones you’re using (they must start with letters, not numbers). Or, if it’s not working for any combination of camera/lighting/cones, then the issue might be with ImageJ’s JAVA compilation abilities on your system. Try installing ImageJ somewhere else on your system (not a system-protected directory like Program Files), also try loading the .JAVA script in ImageJ and clicking “compile and run”, and this will show a possibly useful error message if it doesn’t work.
jt
Thanks for the quick reply Jolyon. Installing ImageJ outside of Program Files fixed the issue.