schorschinho/osprey

[BUG] - Osprey crashes for json jobfiles without images - OspreyJob - Helge Zöllner

Closed this issue · 1 comments

Describe the bug
Osprey crashes if the files_nii field is empty in the json job file because the code is trying to reference to a cell array.

To Reproduce
Steps to reproduce the behavior:
Run json job with "files_nii": [] entry.

Solved in #670