Python Related
- Version: tested working on Python3<=3.10.6
- Dependencies: numpy is required
- conda install numpy
- pip install numpy
- If you do not have and IDE on your PC, the following ones could be considered:
- IDLE
- Spyder
- VScode
- PyCharm
If you are using python3 ver 3.11, you need to change all the np.float32 to np.float64.