Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.mrao.cam.ac.uk/~bn204/alma/sweng/casabuild.html
Дата изменения: Mon Apr 4 13:47:51 2016
Дата индексирования: Sun Apr 10 09:42:47 2016
Кодировка: ISO8859-5

Поисковые слова: релятивистское движение
Building CASA — Bojan Nikolic web pages (r. 329)

Building CASAТЖ

WCSLIBТЖ

Missing symbols with names similar to pgsbox, e.g., a dynamic loading error of type:

ImportError: /home/bnikolic/d/n/casa-nrao/main/code/build/test/libncasa-display.so: undefined symbol: pgsbox_

are due to an incorrect link with one of the libraries that are part of WCSlib. Note that wcslib needs to be compiled -fPIC for linking to work correctly, and it apparently fails to be compiled in this way on some platforms/compilers (see also Position independent code).

Interface Description Language (IDL) filesТЖ

There are two separate sources of IDL files within CASA:

  1. Static IDL files that are manually written and maintained in the revision control system
  2. Automatically generated IDL files from the files describing each of the tools of CASA. This conversion is implemented using XSLT and is in fact a chain of XML->XML->IDL conversions.

ToolsТЖ

Tools are defined by the *.xml files in the xmlcasa/implement sub-directory.

Python moduleТЖ

This is a description of the process by which Python loads external dynamic modules: http://www.python.org/doc/2.5.2/ext/methodTable.html.

One implication of this is that the name of the shared dynamic library generated by the casa build system has to be casac.so to be loaded in Python, since the initialisation function has this name.

Error in _import_arrayТЖ

Usually occurs if there is a mismatch between versions of numpy which was picked up in the header files and the shared library. On appcd:

export PYTHONPATH=/home/bnikolic/d/p/cs/lib64/python/:$PYTHONPATH

IPControllerТЖ

This appears to be a component of IPython involved in parallel execution. (I do not see how parallelism at this granularity is useful for normal processing of astronomical data though...) It is referenced in casa.py.

Global log toolТЖ

See taskinit.py, line:

casalog.setglobal(True)

creates it. Complete crash otherwise.

Table browserТЖ

Separate application, casabrowsetable script

Notes on other librariesТЖ

The following need to be linked in although this may not be obvious:

  • -lreadline, -ltermcap (not sure what is pulling those ones in)