Error Message - Osprey Process

Hi!

I’ve been trying to process HERMES data in Osprey (first timer :)) and I’m running in to this error message. I’m not sure how to fix this. Can anyone tell me what I’m doing wrong?

Jessica

Matrix dimensions must agree.

Error in op_freqrange (line 26)
specs=fullspecs(in.ppm>=ppmmin & in.ppm<=ppmmax,:,:,:,:);

Error in op_SpecRegFreqRestrict (line 95)
in_restrict = op_freqrange(in,ppmMin,ppmMax);

Error in OspreyProcess (line 239)
[raw, fs, phs, weights, driftPre, driftPost] = op_SpecRegFreqRestrict(raw, seq,
0,refShift_ind_ini,0,0.5,4.2);

Error in osp_onProc (line 36)
MRSCont = OspreyProcess(MRSCont);

Error while evaluating UIControl Callback.

Hi Jessica,

The matrix dimension error suggests that there is some issue in the raw data dimensions, but it’s difficult to say what the cause is. Are you able to share your job file here?

Best,
Chris