Pyraf - Python iraf
Intro
- pyraf는 iraf 의 파이썬 커뮤니티 버전이다.
- 기존의 많은 사용자 인터페이스를 개선하고 파이썬 코드를 쓸수있다.
- 천문학자들은
iraf -> pyraf -> astropy
로 옮겨가는 추세다. - 전통적인 iraf 사용자라면 pyraf가 개선된 환경이다.
- 새로운 입문자라면 astropy 로 시작하는 것이 좋겠다.
Install
- 요구사항: python3, iraf
- Install Pre Packages
$ sudo apt install iraf python3-pyraf
Links
- pyraf home: https://iraf-community.github.io/pyraf.html
- tutorial: https://pyraf.readthedocs.io/en/latest/
- github: https://github.com/iraf-community/pyraf