Hi @juliam98,
I would guess this is an issue with how outputFolder is defined in your job.m
file – but, as @peter suggests, we’d need to see that file to be sure. To help diagnose, you could also try adding these lines just above line 830 in OspreyProcess (mentioned in the error report):
outputFolder
class(outputFolder)
This will just cause Matlab to display the contents and type of the outputFolder variable, which might make the issue apparent. I suspect it’ll report this as a cell array, which would be incorrect.
By the way…
Great plan, I wish more projects figured out (and tested) the processing before collecting all their data.