vff viwer

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

vff viwer

wise.gardner

  Hello,
I am trying to open micro CT images that were exported as.vff files as a 3D image. I used the "Multi VFF Opener" plugin however I am not able to open any of the images and I get this Exception window:

java.lang.NumberFormatException: For input string: "mm"
        at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1224)
        at java.lang.Float.valueOf(Float.java:388)
        at Multi_VFF_Opener.readHeader(Multi_VFF_Opener.java:156)
        at Multi_VFF_Opener.load(Multi_VFF_Opener.java:84)
        at Multi_VFF_Opener.run(Multi_VFF_Opener.java:67)
        at ij.IJ.runUserPlugIn(IJ.java:183)
        at ij.IJ.runPlugIn(IJ.java:150)
        at ij.Executer.runCommand(Executer.java:127)
        at ij.Executer.run(Executer.java:64)
        at java.lang.Thread.run(Thread.java:619)
 
I am new to the ImageJ and appreciate any help that I can get.

Micro CT images were acquired with GE eXplore Locus and exported from GEHC MicroView.

Thanks,



SUBSCRIBE IMAGEJ Anonymous
Reply | Threaded
Open this post in threaded view
|

Re: vff viwer

jhinebau
I just hit the same problem. The header on my vff file had two entries that started with "spacing" one was:
spacing=0.005721 0.005721 0.005721
the other was:
spacingunit=mm;

the vff viewer did not expect the second entry. You can open the vff file in notepadd++, delete the spacingunit entry, and the opener works great.