uwmadison-chm / bioread

Utilities to work with files from BIOPAC's AcqKnowlege software
MIT License
66 stars 23 forks source link

acq2mat not working #45

Closed irmakoz1 closed 7 months ago

irmakoz1 commented 7 months ago

Hello, in my script when I import bioread then call the function acq2mat to convert my data it gives me the error : 'module' object is not callable'. Am I doing something wrong?

njvack commented 7 months ago

Hm, can you paste an example of your code? I think generally you'd call acq2mat from the command line, not a python script but I'd need to see what's going on more