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
When I try to add sessions to another metatable it does not find the "dummy_metatable" file.
The reason I believe is that NANSEN is not looking for it in the "project folder" but in a hard coded folder location instead, possibly the SavePath saved in the session_master_metatable, which was created on a different computer with different root path.
Error using nansen.metadata.MetaTable/openMetaTableFromName
No MetaTable found matching the given name ("E:\UIO Physiology Dropbox Dropbox\Lab Data\Mate
Neubrandt\NANSEN-project\mate_vr\Metadata Tables\v_i_p__remap__final_dummy_metatable.mat")
Error in nansen.metadata.MetaTable.open (line 1225)
metaTable.openMetaTableFromName(varargin{1})
Error in nansen.metadata.MetaTableCatalog/getMetaTable (line 223)
metaTable = nansen.metadata.MetaTable.open(filePath);
Error in nansen.App/addSessionToMetatable (line 3494)
metaTable = MT.getMetaTable(src.Text);
Error in nansen.App>@(varargin)app.addSessionToMetatable(varargin{:}) (line 3473)
uimenu(mItem(i), 'Text', namesTmp{j}, 'Callback', @app.addSessionToMetatable)
Error while evaluating Menu Callback.
The text was updated successfully, but these errors were encountered:
When I try to add sessions to another metatable it does not find the "dummy_metatable" file.
The reason I believe is that NANSEN is not looking for it in the "project folder" but in a hard coded folder location instead, possibly the SavePath saved in the session_master_metatable, which was created on a different computer with different root path.
The text was updated successfully, but these errors were encountered: