pyraf
Python interface for IRAF
Install
- All systems
-
curl cmd.cat/pyraf.sh
- Debian
-
apt-get install python3-pyraf
- Ubuntu
-
apt-get install python3-pyraf
- Kali Linux
-
apt-get install python3-pyraf
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-pyraf
- Dockerfile
- dockerfile.run/pyraf
python3-pyraf
Python interface for IRAF
PyRAF is a command language for running IRAF tasks in a Python like environment. It works very similar to IRAF CL, but has been updated to allow such things as importing Python modules, GUI parameter editing and help. It can be imported into Python allowing you to run IRAF commands from within a larger script.