Hi,
There is a problem in the handling of some temporary files actually on Windows, we have already found and fixed it in our sources, but haven't got time to release the fixed version yet.
In your case I thing the problem is triggered by the fact that your image is considered as float voxel values where they are expected to be 16 bit ints (what they are actually), so an additional conversion is done, which runs into this temp file problem.
You can try "fixing" this manually by forcing the data type manually, using this command:
Code: Select all
AimsFileConvert -i F:\RawData\0Formats\Data\Ricoh\Example2\2_PatientMEGData\NIfTI\Anatomy.nii -o F:\RawData\0Formats\Data\Ricoh\Example2\2_PatientMEGData\NIfTI\Anatomy.nii -t S16
Only the scale factors will change actually (but you can write the output in a different place if you are afraid of overwriting the input image), then try again, it might work this time.
We will release a fix when we can... (please be patient...)
Denis