Trouble opening .bin files

Hi,

I have a number of bin files from a micro ct scan which i am having trouble opening in 3d slicer, does anyone know how i can open them, as following the procedure for dicom files is not working?

thanks
alex

“.bin” is a pretty generic sounding extension - you might be able to write a converter if you have documentation of know the internal format.

But if the dicom are even close to standard they should work. Please try the steps in the DICOM faq:

https://www.slicer.org/wiki/Documentation/Nightly/FAQ/DICOM

maybe post the error log and some sample files.

Thanks Steve. So, i have 991 .bin files and a .txt file with all of the scan info in, so i imagine converting the files is a possibility? When i try and open the folder containing all of that, 3dslicer crashes on this loading screen07

It looks like you are trying to import the bin files into the dicom database and that won’t work. It probably crashes because the micro ct files are so big.

You need to figure out what the bin files are and map them into something Slicer can read.

https://www.slicer.org/wiki/Documentation/4.8/SlicerApplication/SupportedDataFormat

If you know the scan info the most direct method can be to try making a .nhdr file by hand that points to the binary files (assuming you know or can figure out how the data is arranged).

http://teem.sourceforge.net/nrrd/format.html

Or export a different format from the scanner.