0%

aips trouble shooting

AIPS trouble shooting

如果你选择将AIPS的tar包下载下来安装,可能会碰到诸多问题,譬如编辑器的问题,这里就涉及到了你必须要安装Intel的FORTRAN编辑器和C、C++编辑器,并且这些都不是免费的,虽然有30天的试用评估版本,还是会有很多的问题的,所以这种方式不推荐。
两者的安装与Intel IPP类似,方法雷同,见:
http://guoshaoguang.com/blog/2011/05/10/如何下载-intel-integrated-performance-primitives-intel-ipp/

START_AIPS: AIPS_ROOT is not a directory; cannot start AIPS.

The solutions

1
2
3
4
5
6
$ cd /the/directory/of/aips     
$ . LOGIN.SH
$ AIPSROOT.DEFINE

The current directory is /the/directory/of/aips
— is this what you want to be AIPS_ROOT? (y/n) y

还有一种情况是对比一下两个文件,估计AIPS_ROOT不一致,修改即可

1
2
3
4
5
$ vim /home/aips/LOGIN.SH
# and
$ vim /home/aips/START_AIPS

# check what is the AIPS_ROOT area.

AIPS troubleshooting, Data directory undefined

默认情况在AIPS/DA00/DADEVS.LIST是可以看到这个信息的,不过如果希望使用不同的,或者有这个问题,可以通过创建文件$HOME/.dadevs.always进行解决,内容如下:

1
2
+  /the/path/you/want/to/store/AIPS/LUSTRE_1
- /the/path/you/want/to/store/AIPS/LUSTRE_2

FILAIP / POPSDAT 出错

解决方法为

1
2
3
4
$ source LOGIN.SH
$ RUN FILAIP # 然后输入YES,输入8 2

$ RUN POPSGN # 然后输入YES,输入0 POPSDAT TST

参考

参考 https://www.github.com/shaoguangleo/radio_astronomy

处无为之事,行不言之教;作而弗始,生而弗有,为而弗恃,功成不居!

欢迎关注我的其它发布渠道