HERMES - Error using cat

Hi all,

I’m using Osprey 2.5 to analyse HERMES datasets and I’m getting this error while loading the files:

16Loading raw data from dataset 35 out of 42 total datasets…
Software version: VD (!?)
Reader version: 1496740353 (UTC: 06-Jun-2017 09:12:33)
Scan 1/2, read all mdhs:
17.0 MB read in 0 s
Scan 2/2, read all mdhs:
3.2 MB read in 0 s

ans =

 0

multi RAID file detected.
Error using cat
Dimensions of arrays being concatenated are not consistent.

Error in io_loadspec_twix (line 470)
fids = cat(4,fids_A,fids_B,fids_C,fids_D);

Error in osp_LoadTwix (line 66)
raw = io_loadspec_twix(MRSCont.files{metab_ll,kk});

Error in OspreyLoad (line 197)
[MRSCont] = osp_LoadTwix(MRSCont);

Error in osp_onLoad (line 35)
MRSCont = OspreyLoad(MRSCont);

Error while evaluating UIControl Callback.

Does this mean this dataset is corrupted or something else? Can I fix this?

Thanks,
Andreia

Hi @AndreiaPereira,

If it works for all other datasets I would assume that there is something wrong with this specific dataset.

Is the file size similar compared to all other files? It could be that the file is incorrectly exported, e.g., only partially.

Best,
Helge

Hi Helge,

Thank you. The file size is indeed smaller.

BW,
Andreia