I have a binary file contains volumetric information and its format was converted into DICOM format. Each .dcm file contains one-slide information. Then I imported all these dicom files, however, each slide was shown as a volume. Could you please show me how to import these DICOM files and form only one 3D volume? Thanks in advanced.
Creating valid dicom data can be tricky - you may be better off trying to load the original volume data. If you can share the data or provide more information about it we might be able to help.
It seems that you have selected multiple files. When you load DICOM data, drag-and-drop the containing folder to the Slicer application screen and not individual files. See DICOM module documentation for detailed instructions.
The yip file contains a single “xcat-TrunPhanLesn-atn.bin” file in a file format that I don’t recognize. Please zip the folder that contains the DICOM files and send that.
You cannot create valid DICOM files like this. There are a number of required DICOM fields that you must set correctly (patient name, patient ID, series instance UID, image position patient, image orientation patient, etc). If you don’t want to learn how to create valid DICOM files then you can use using nrrdwrite.m to save the voxel array as .nrrd file that you can directly load into Slicer.