johnbachman / py-fcm

Automatically exported from code.google.com/p/py-fcm
0 stars 1 forks source link

Coulter generated LMD FCS file does not parse #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
>>> x = fcm.loadFCS('life-dead-comp dead no dye 00002019 003.fcs')
/Users/cliburn/MyPython/fcm/io/readfcs.py:248: UserWarning: text in segment 
does not start 
and end with delimiter
  warn("text in segment does not start and end with delimiter")
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/Users/cliburn/MyPython/fcm/io/readfcs.py", line 294, in loadFCS
    return tmp.get_FCMdata(auto_comp)
  File "/Users/cliburn/MyPython/fcm/io/readfcs.py", line 59, in get_FCMdata
    data = self.parse_data(self.cur_offset, dstart, dstop, text)
  File "/Users/cliburn/MyPython/fcm/io/readfcs.py", line 188, in parse_data
    data = self.parse_int_data(offset, start, stop, bitwidth, drange, tot, order)
  File "/Users/cliburn/MyPython/fcm/io/readfcs.py", line 203, in parse_int_data
    self.read_bytes(offset, start, stop))
struct.error: unpack requires a string argument of length 289760

Original issue reported on code.google.com by cliburn....@gmail.com on 12 Nov 2009 at 7:50

GoogleCodeExporter commented 9 years ago
same as issue 2.  lets see if I can manage to merge this one with it.

Original comment by Jacob.Frelinger@gmail.com on 12 Nov 2009 at 9:26

GoogleCodeExporter commented 9 years ago

Original comment by Jacob.Frelinger@gmail.com on 12 Nov 2009 at 9:32