_ ____ ___ ____
/ \ / ___| / _ \ | _ \
/ _ \ \___ \ | | | | | | | |
/ ___ \ ___) | | |_| | | |_| |
/_/ \_\ |____/ \___/ |____/
ASOD is the abbreviation of AstroSoft On Docker.
Any problem , send email to me 郭大侠 [email protected] @ 上海天文台
This git repo will hold all the related astrosoft dockers and sas (SHAO Astronomical Software)。
致力于精简所有天文流行软件的安装,只需一条命令即可使用复杂的可能要花上几天来安装的软件。
上一个版本主要基于源码安装,操作有些复杂,详细的脚本可以参考old目录。
最新版本基于Docker,只需docker run
即可享用相应软件。
另外增加sas软件安装包,使用详情见如何使用sas章节。
All the docker images can run on the following OS:
- Ubuntu
- CentOS
- MacOSX
- Other Linux Distro is support
使用方法很简单,只要下面一个命令即可:
$ docker run -it docker_name[:version]
其中docker_name为下面章节中的名字,比如如果希望之使用centos的pgplot版本,输入下述命令即可:
$ docker run -it shaoguangleo/centos-pgplot
另外version为版本号,除非特别说明,默认拉取latest最新版本。
目前支持的软件,如下所示:
Ubuntu | CentOS | 版本 | |
---|---|---|---|
basic | 👍shaoguangleo/ubuntu | 👍shaoguangleo/centos | CentOS:7.4 Ubuntu:17.10 |
pgplot | 👍shaoguangleo/ubuntu-pgplot | 👍shaoguangleo/centos-pgplot | PGPLOT : v5.2.2 |
tempo | 👍shaoguangleo/ubuntu-tempo | 👍shaoguangleo/centos-tempo | Tempo V20170729 |
tempo2 | 🚧 | 🚧 | |
sigproc | 🚧 | 🚧 | |
presto | 👍shaoguangleo/ubuntu-presto | 👍shaoguangleo/centos-presto | Presto v2.1 |
psrcat | 🚧 | 🚧 | |
cfitsio | 🚧 | 🚧 | |
calceph | 🚧 | 🚧 | |
psrchive | 🚧 | 🚧 | |
dspsr | 🚧 | 🚧 | |
DiFX | 🚧 | 👍 shaoguangleo/centos-difx | DiFX v2.5.1/v2.5.2 |
SFXC | 🚧 | 🚧 | |
Difmap | 🚧 | 🚧 | |
sd | 👍shaoguangleo/ubuntu-sd | 🚧 | sd : v0.1 |
fs | 🚧 | 👍 shaoguangleo/centos-fs | FS-10.1.1 |
wsclean | 🚧 | 👍 shaoguangleo/centos-wsclean | wsclean 3.2 |
Just enter the src directory and type make install
, you will have all the program you need.
This is a collection program writen by python/bash inspre by psrsoft, I just want to make this like yum or apt. What you need to do is
$ sas software
If you just type sas
, you will get a help information of how to use sas like the following information.
目前大部分版本因为托管在git上,更新比较快,除了稳定发布的tag版本,其他按照提交时间来发布。
下属命令可以获取最新提交时间信息。
$ git show -s --pretty=format:%cI