From ca18dc9daae960a6cdf91a50d1433f386c5945df Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Mon, 31 Dec 2012 04:14:35 +0000 Subject: [PATCH] merging current boost/python and libs/python from trunk into release branch [SVN r82295] --- doc/projects.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/doc/projects.html b/doc/projects.html index 93843bbc..05eb5232 100644 --- a/doc/projects.html +++ b/doc/projects.html @@ -396,6 +396,27 @@ +
Pyrap
+
+

Ger van Diepen writes:

+ +
+

Pyrap is the python interface to the Radio-Astronomical Package + casacore (casacore.googlecode.com). Astronomers love pyrap because + it makes it easily possible to get their data (observed with + radio-astronomical telescopes like LOFAR, ASKAP, and eVLA) in numpy + arrays and do basic data inspection and manipulation using the many + python packages that are available.

+ +

Boost.Python made it quite easily possible to create converters for + the various data types, also for numpy arrays and individual elements + of a numpy array. It's nice they work fully recursively. Mapping C++ + functions to Python was straightforward.

+
+
+
RDKit: Cheminformatics and Machine Learning Software