Read iBA files into python - mb4u14/steel-disco GitHub Wiki

Welcome to the steel-disco wiki!

First step for any data analysis would be to import data. iBA is well accepted solution for data acquisition. However, you cannot directly read iBA files.

What one should do is to export iBA files into text format (other formats are possible) by iBA Analyzer. This utility is available from iBA website.

Following is an example of how it can be imported into pandas dataframe.