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