Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r82294 - trunk/libs/python/doc
From: rwgk_at_[hidden]
Date: 2012-12-30 22:44:49


Author: rwgk
Date: 2012-12-30 22:44:48 EST (Sun, 30 Dec 2012)
New Revision: 82294
URL: http://svn.boost.org/trac/boost/changeset/82294

Log:
libs/python/doc/projects.html: adding Pyrap
Text files modified:
   trunk/libs/python/doc/projects.html | 21 +++++++++++++++++++++
   1 files changed, 21 insertions(+), 0 deletions(-)

Modified: trunk/libs/python/doc/projects.html
==============================================================================
--- trunk/libs/python/doc/projects.html (original)
+++ trunk/libs/python/doc/projects.html 2012-12-30 22:44:48 EST (Sun, 30 Dec 2012)
@@ -396,6 +396,27 @@
       </blockquote>
     </dd>
 
+ <dt><b>Pyrap</b></dt>
+ <dd>
+ <p><a href="diepen_at_[hidden]"
+ >Ger van Diepen</a> writes:</p>
+
+ <blockquote>
+ <p>Pyrap is the python interface to the Radio-Astronomical Package
+ casacore (<a href="http://casacore.googlecode.com/"
+ >casacore.googlecode.com</a>). 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.</p>
+
+ <p>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.</p>
+ </blockquote>
+ </dd>
+
     <dt><b><a href="http://www.rdkit.org/"
>RDKit: Cheminformatics and Machine Learning Software</a></b></dt>
 


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk