Hello everyone, my English level is not high, so many contents are translated by software, please forgive me if there are mistakes.
I am currently using Bruker’s CTAn software to analyze data. Since I need to contact and analyze a lot of data from different CT manufacturers, sometimes I can’t import data in a specific format, which will cause me a lot of trouble. At present, it has perfectly compatible with nii data, vol format data of GE CT instruments, etc. through the support of 3D slicer and Fiji, but what is missing is perkinelmer’s .vox format data. Although I know that their software can be converted into dicom, my colleagues gave me vox format, so I can’t help them analyze the data. I hope everyone can help solve this problem and provide a method to import this kind of data.
I uploaded a compressed package, which contains the data exported by the PE instrument and the data viewer. One data is the scan data of a tube of water, and the other data is the scan data of a density phantom. I will put the link below. I hope you can help me. Thank you.
大家好,我的英语水平不高,所以很多内容是软件翻译的,有错漏的话请原谅。
我目前使用的是布鲁克的CTAn软件分析数据,由于需要接触到跟分析不同CT厂商数据比较多,有些时候不能导入特定格式的数据会让我有很大的麻烦。目前已经通过3D slicer以及Fiji的支持下完美地兼容了nii数据,GE CT仪器的vol格式数据等等,但是缺少的是perkinelmer的 .vox格式数据,虽然我知道他们的软件可以转换成dicom,但是我的同事们给我的都是vox格式,所以我就没法帮他们分析数据。我希望大家能帮忙解决一下这个问题,提供一下导入这种数据的方法。
我上传了一个压缩包,里面包含了PE仪器导出的数据以及数据查看器,一个数据是一管水的扫描数据,另一个数据是密度体模的扫描数据,链接我会放在下面,希望能得到帮助,感谢你们。
@jamesobutler maybe someone at your company knows?
Yes, Revvity InVivo imaging is developing a Slicer custom application that can load Vox files from our Quantum microCT instruments including our latest Quantum GX3. As of right now, this application is currently unavailable.
The Quantum software has a viewer that can read the Vox files and export to dicom, but unfortunately it sounds like you do not currently have access to it.
It is great to hear that folks are interested in a solution to read the Vox files. I can ask about open-sourcing our reader to provide to the 3D Slicer community. The open source community has developed the RawImageGuess extension which can be used to guess parameters to read any file format.
It is actually fairly easy to read this data into Slicer via the RawImageGuess. The vif file provides image dimension (512^3), data type appears to be 16 bit unsigned. There is some kind of byte offset (480) seemed to work for me.
If the vif file contained explicitly those values (data type, offset and spacing), we could implement an imported module like we have for GE scanners in SlicerMorph: SlicerMorph/GEVolImport/GEVolImport.py at master · SlicerMorph/SlicerMorph · GitHub
Hi, my colleague said he can only give me VOX format. I also saw that there is an option to automatically convert to dicom format on the GX2 CT software, and there is also a dataviewer.exe that can view VOX when exporting data, but the data is not collected by it, so there is no way. Someone also told me that Dragonfly can open vox format. Vox is MagicaVoxel format, right? I also saw support for this format on a dragonfly support page, but I didn’t try it. Here is the link.
Thanks. I’ll try it.
I tried to open the vox format on ORS Dragonfly Pro 2021. It seems to be normal. There is also an option to export dicom, but there are only 4096 color ranges, 2 to the 12th power? Has it become 12-bit data? The exported dicom can also be opened and used in ctan, which is very strange.
The Vox data is indeed 16 bit. The original Vox1999a file format was created by TeraRecon. The Quantum uses a superset of the format for Revvity (formerly PerkinElmer) that includes some extra metadata.