Error running Osprey Process

Hi!

I’m using Osprey for the first time on Ubuntu 20.04 and I’m running into this error message while running Process:

I tried again on a Windows computer and instead got this error message:

Unrecognized function or variable ‘whitespacePattern’.

Error in OspreyJob (line 230)
str = replace(str, whitespacePattern + ‘"’, ‘"’);

Error in CreateOspreyJob_app/CREATEJOBButtonPushed (line 472)
MRSCont = OspreyJob(jobm,1);

Error using matlab.ui.control.internal.controller.ComponentController/executeUserCallback (line 335)
Error while evaluating DestroyedObject PrivateButtonPushedFcn.

What could be the cause and how can I fix this?

Thank you!

Kind regards,
Dina

Hi @dina_satriawan,

Thank you for reaching out!

About your two issues:

  1. Can you post the PDF of OspreyLoad just so that I can see what your data looks like. And could you also post the jobfile?
  2. whitespace is Matlab function that was introduced in R2020b (Match whitespace characters - MATLAB whitespacePattern). Which MATLAB version are you using?

Best,
Helge

Hi @Helge,

Thanks for your response!

Here is the OspreyLoad pdf for when I was running on Linux (MATLAB version R2021a):
DBIEX_6_2_raw_act_Voxel_1_Exp_1_OspreyLoad_mets.pdf (16.7 KB)

Here is the jobfile:
OspreyJob_sub-PILOT01.txt (855 Bytes)

Apparently the MATLAB version I was using on Windows was version R2019.

Please let me know if you need any further information. Thank you!

Kind regards,
Dina

Hi @dina_satriawan,

I don’t see any obvious issues in the jobfile and the also looks high quality.

Any chance that you can share the data so that I can figure out where the processing is going wrong?

Best,
Helge