Aegean安装步骤
Aegean为MWA阵列的点源搜索软件,由Paul开发,网址为: https://github.com/PaulHancock/Aegean
1 2 3 4 5 6 7 8
| $ wget https://github.com/PaulHancock/Aegean/archive/v.2.2.0.tar.gz $ tar zxvf v.2.2.0.tar.gz $ cd Aegean-v.2.2.0 $ python3 setup.py build $ sudo python3 setup.py install
$ pip3 install git+https://github.com/PaulHancock/Aegean.git
|