- Python 2.7
- numpy
- matplotlib
- install python2.7
- install pip
- install numpy
pip install numpy
- install matplotlib
pip install matplotlib
- If you have a txt/arb/csv file
python to_raf.py [filename1] [filename2] ...
- If you have a list
from to_raf import *
to_raf(list,filename)