eyurtsev / fcsparser

A python parser for reading fcs files supporting FCS 2.0, 3.0, 3.1
MIT License
73 stars 43 forks source link

ValueError: total size of new array must be unchanged #3

Closed prubbens closed 8 years ago

prubbens commented 8 years ago

I get the following error parsing a .fcs. I have parsed a dozen of files before, never got the above error. It is due from the function read_data: data = data.reshape((num_events, num_pars)). Any idea where this might be coming from? I can send you the .fcs file if needed.

eyurtsev commented 8 years ago

My extremely naive guess is that the fcs file is corrupt, but can't tell for sure without more information. Could you attach the .fcs file, include the full stack trace and versions of fcsparser, numpy, scipy and pandas?

prubbens commented 8 years ago

All other .fcs files were parsed fine.

prubbens commented 8 years ago

Apparently a corrupt file, updated version works fine. Sorry to trouble you.

eyurtsev commented 8 years ago

Sounds good! Good luck with the science :)