Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Adding sessions to a different MetaTable #29

Open
maten21 opened this issue Aug 20, 2024 · 0 comments
Open

Bug: Adding sessions to a different MetaTable #29

maten21 opened this issue Aug 20, 2024 · 0 comments

Comments

@maten21
Copy link

maten21 commented Aug 20, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant