We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I tried to load CNMFe.csv traces exported from Inscopix Data Processing Software but I got an error
Error using dlmread Unable to parse a "Numeric" field when reading row 1, field 2. Actual Text: "C00, C01, C02, C03, C04, C05, C06, C07, C08, C09, C10, C11, C12, C13, C14, C15, C16, C17, C18, C19, C20, C21, C22, C23, C24, C25, C26, C27, C28, C29, C30, C31, C32, C33, C34, C35, C36, C37, C38, C39, ..." Expected: A number or literal "NaN", "Inf". (possibly signed, case insensitive)
Error in csvread (line 53) m=dlmread(filename, ',', r, c); %#ok<*DLMRD>
Error in unpackCaData (line 24) temp = csvread(pth);
Error in unpackExperiment (line 87) [rast,CaTime,spikes,ROIs] = unpackCaData(fid);
Error in transferExptToGui (line 24) [mouse,enabled,pth,hotkeys] = unpackExperiment(raw);
Error in processTable (line 15) transferExptToGui(M,parent);
Error using bento Error while evaluating UIControl Callback.
Similar error when I tried to loading just behavioral movie in mp4 format exported from Ethovision 17
Unrecognized field name "movieFR".
Error in unpackExperiment (line 357) strtemp.annoFR = strtemp.io.movieFR; % change default annotation framerate to match the movie
I attach the CNMFe.csv file here
I appreciate any help,
Cesar
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I tried to load CNMFe.csv traces exported from Inscopix Data Processing Software but I got an error
Similar error when I tried to loading just behavioral movie in mp4 format exported from Ethovision 17
I attach the CNMFe.csv file here
I appreciate any help,
Cesar
The text was updated successfully, but these errors were encountered: