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

Unix system - Raw Demo files being pulled out of oder #20

Open
jonesnp323 opened this issue Sep 6, 2019 · 4 comments
Open

Unix system - Raw Demo files being pulled out of oder #20

jonesnp323 opened this issue Sep 6, 2019 · 4 comments

Comments

@jonesnp323
Copy link

Hello,
I have a new issue, the comparison of the demo files is failing because my system is pulling id 001 then id 009 then id 004. any ideas why the file order is not sampling sequentially?

Thanks,
Neil

@GiuliaDAP
Copy link
Contributor

I guess it depends on the system. If you get the same results for the first raw of id 001 you can consider the demo successful.

@jonesnp323
Copy link
Author

It looks like the code in GenerateListOfFilesTBA.m for GLNXA64 does need to be revisited as it says in the note:

if strcmp(computer,'GLNXA64')
if recursive
[, sysout] = system(['ls ' datadir filesep '*.',ext]);
sprintf('recur')
else
[
, sysout] = system(['ls ' datadir filesep '*.',ext]);
% ANV modified this line to work in linux for MIT NSR files on box
% May need to revisit
end
allfiles = strsplit(sysout);

Thanks for your help!
Neil

@jonesnp323
Copy link
Author

jonesnp323 commented Sep 6, 2019 via email

@gariclifford
Copy link
Contributor

We're always open to contributions. Bandwidth is limited :)

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

3 participants