InverseTampere/TreeQSM

Problem when running models parallel

Opened this issue · 1 comments

I just started using TreeQSM, and I'm stuck with an error when i try to make_models_parallel for a very small tree.

It says there is an issue in the line 218 (i guess from my inputs).
QSMs(m:m+a-1) = QSM;

ejemoolo mat

Hope somebody knows something about it :3

Hello! The issue is that you have incomplete runs. When your input parameters are not working for the point cloud, the QSM won't complete. The function then fails when trying to combine all QSMs into a single variable. I had this issue multiple times too. Maybe tree larger patches or larger ball radii? Maybe the point cloud resolution is too low for you current parameters. Hope this helps :)