On windows you have to install the script/programming language Perl (http://www.perl.org/) first.
There are two Perl scripts (arta2atb.pl and atb2atb_corr.pl), one example measurement (atb file left.txt) and a calibration file (ECM40_VS.cal).
If you want to correct the ATB measurement with the calibration file, then open a shell/terminal, navigate to
the folder where your scripts are and type:
./atb2atb_corr.pl left.txt ECM40_VS.cal > left_corr.txt
This will generate a left_corr.txt - file with the calibrated data.
If you want to take your ARTA output so it can be loaded into your TDA, then do a:
./arta2atb.pl arta_output.csv > atb_file_for_tda.txt
Have fun with the tools!
