-
Notifications
You must be signed in to change notification settings - Fork 6
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
Non float32 support not implemented yet #4
Comments
Can you send me a FCS file (either upload to this issue or via email) that causes this error? Line 63 in adc97eb
It looks like I only implemented support for reading Float32 values for the
It doesn't appear to be too difficult to add support for these other datatypes. |
Sure thing, here is a link to the .fcs file. Unfortunately, GitHub doesn't allow for .fcs files to be uploaded directly. |
It looks like your file stores data as an unsigned binary integer ( I can add this feature, but I would also be happy to review and merge a PR if you want to add support. The relevant function is linked to in my previous comment. It doesn't look too difficult to do, here's the relevant section in the spec:
|
Here's a dump of all the parameters from your FCS file:
|
Test .fcs file works fine, but whhen replaced wit my .fcs files,
flowrun = load(raw"C:\Users\ljame\Documents\GitHub\FCS-with-Julia\FCS_data\BD-FACS-Aria-II.fcs")
I get ther error
Non float32 support not implemented yet. Please see github issues for this project.
Is there a workaround for this issue?The text was updated successfully, but these errors were encountered: