You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> read_QSM(file, model='treeQSM')
Erreur dans data.table::fread(file) :
Input is empty or only contains BOM or terminal control characters
But using only
read_QSM(".../OptQSM.mat", model='treeQSM')
The result is
> read_QSM("D:/Karl/newHydro/to_compare/matlab/OptQSM_2023.mat", model='treeQSM')
Erreur dans data.table::setnames(data, c("radius", "length", "startX", "startY", :
Can't assign 15 names to a 0-column data.table
My OptQSM .mat file contains 5 lines, one optimal model for each of 5 trees.
So I thought that i could use only one of the lines.
I have now a new OptQSM_SingleTree.mat file which contains only [cylinder, branch, treedata...] for one tree.
And now the result is :
> read_QSM(".../OptQSM_SingleTree.mat", model='treeQSM')
Erreur dans data$startX : objet de type 'closure' non indiçable
De plus : Message d'avis :
Dans read_QSM(".../OptQSM_SingleTree.mat", model = "treeQSM") :
No QSM found
Any idea ?
The text was updated successfully, but these errors were encountered:
Hello
Trying to import QSMs from TreeQSM into aRchi
Using the examples :
I get:
But using only
read_QSM(".../OptQSM.mat", model='treeQSM')
The result is
My OptQSM .mat file contains 5 lines, one optimal model for each of 5 trees.
So I thought that i could use only one of the lines.
I have now a new OptQSM_SingleTree.mat file which contains only [cylinder, branch, treedata...] for one tree.
And now the result is :
Any idea ?
The text was updated successfully, but these errors were encountered: