
3 Apr
2006
3 Apr
'06
5:15 p.m.
Hi Charlie, Currently Chimera uses Numeric and not numarray or Numpy. I write my own Python wrappers for our Chimera C++ code that uses Numeric for volume data because our wrapping program (wrappy) does not handle this. So it is some work to switch to Numpy, and I am unlikely to do so until it is absolutely clear that Numpy is superceding Numeric and numarray. What is the multiarray.so error on OSX when you use Numeric and Numpy? If there is a shared library conflict, then I probably will have the same trouble if our C++ code tries to support reading both formats for surfaces. Tom