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
Hi, I am batch converting many isxd movies to h5 via the command line. Is there an option to specify a path to the Inscopix software installation in my script?
that will load the Inscopix IDPS from the default path or you can directly add the root IDPS folder to the path (should contain the m-file isxpublicapi.m).
pathToISX ='YOUR_PATH';
addpath(pathToISX);
Let me know if still have issues after trying those.
Hi, I am batch converting many
isxd
movies toh5
via the command line. Is there an option to specify a path to the Inscopix software installation in my script?The text was updated successfully, but these errors were encountered: