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

Error during loading Ca CNMFe file and Behavioral movie #11

Open
cesaracevedotriana opened this issue Feb 17, 2023 · 0 comments
Open

Error during loading Ca CNMFe file and Behavioral movie #11

cesaracevedotriana opened this issue Feb 17, 2023 · 0 comments

Comments

@cesaracevedotriana
Copy link

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

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.

I attach the CNMFe.csv file here

I appreciate any help,

Cesar

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