questions > Warning: Instance Number order is not spatial. dcm2niix
Showing 1-2 of 2 posts
Display:
Results per page:
Aug 20, 2024  01:08 PM | johanna_73
Warning: Instance Number order is not spatial. dcm2niix

Hello,


how to deal with the ‘Warning: Instance Number (0020,0013) order is not spatial.’ from dcm2niix? Will the images in Niftii still be stored in the correct order?


Many thanks in advance
Johanna

Aug 20, 2024  01:08 PM | Chris Rorden
RE: Warning: Instance Number order is not spatial. dcm2niix

You will have to check by visual inspection. This error typically reflects that some files are missing or that the manufacturer does not consider the images spatial (e.g. derived color images from a Siemens diffusion sequence). I would try to ignore derived images (which are not useful for subsequent analyses) with


 


dcm2niix -i y /path/to/DICOMs


If you still get an error, check the provenance of your DICOMs - ideally get a dataset direct off of the instrument to prevent any data loss or corruption and unintended consequences of anonymization.