Skip to content

Commit ca18dc9

Browse files
author
Ralf W. Grosse-Kunstleve
committed
merging current boost/python and libs/python from trunk into release branch
[SVN r82295]
1 parent 8cc149f commit ca18dc9

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

doc/projects.html

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,27 @@ <h3>Scientific Computing</h3>
396396
</blockquote>
397397
</dd>
398398

399+
<dt><b><a href="http://pyrap.googlecode.com/">Pyrap</a></b></dt>
400+
<dd>
401+
<p><a href="diepen@astron.nl"
402+
>Ger van Diepen</a> writes:</p>
403+
404+
<blockquote>
405+
<p>Pyrap is the python interface to the Radio-Astronomical Package
406+
casacore (<a href="http://casacore.googlecode.com/"
407+
>casacore.googlecode.com</a>). Astronomers love pyrap because
408+
it makes it easily possible to get their data (observed with
409+
radio-astronomical telescopes like LOFAR, ASKAP, and eVLA) in numpy
410+
arrays and do basic data inspection and manipulation using the many
411+
python packages that are available.</p>
412+
413+
<p>Boost.Python made it quite easily possible to create converters for
414+
the various data types, also for numpy arrays and individual elements
415+
of a numpy array. It's nice they work fully recursively. Mapping C++
416+
functions to Python was straightforward.</p>
417+
</blockquote>
418+
</dd>
419+
399420
<dt><b><a href="http://www.rdkit.org/"
400421
>RDKit: Cheminformatics and Machine Learning Software</a></b></dt>
401422

0 commit comments

Comments
 (0)