Installation¶
Install from PyPI with
pip install fast-aosim
For the latest releases, the source code can be obtained from https://github.com/ojdf/fast. There is nothing to compile since FAST is pure python, just ensure that the FAST directory is on your PYTHONPATH
, or navigate to the directory and run
pip install -r requirements.txtpip install .
To confirm correct installation, try running from the FAST directory:
cd testpython test_script.py
which should run a short simulation.
Requirements¶
numpy
scipy
aotools >= 1.0.7
astropy
tqdm
skyfield
Unit Testing Requirements¶
coverage
pytest
Optional Requirements¶
pyfftw (speeds up FFTs)
sphinx (build documentation)