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

cannot handle $BYTEORD= 1,2 #3

Open
Zander1983 opened this issue Apr 11, 2017 · 4 comments
Open

cannot handle $BYTEORD= 1,2 #3

Zander1983 opened this issue Apr 11, 2017 · 4 comments

Comments

@Zander1983
Copy link

For some FCS files I get the above error. I see it in the code here:

    if ('4,3,2,1' === this.text.$BYTEORD)
       isBE = true;
    else if ('1,2,3,4' === this.text.$BYTEORD)
        isBE = false;
    else
       throw 'cannot handle $BYTEORD= ' + this.text.$BYTEORD;

Any plans to fix this? Ill try myself

@MorganConrad
Copy link
Owner

Feel free to try fixing this, if not, I'll look at it in a few weeks. What instrument generated the FCS files? If they are fairly small, could you post a couple for future tests?

@Zander1983
Copy link
Author

Actually I just removed the thrown error and the file was read fine

@MorganConrad
Copy link
Owner

MorganConrad commented Apr 14, 2017 via email

@MorganConrad
Copy link
Owner

@Zander1983, I think this is fixed in v0.1.1

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

2 participants