Mark Wendell wrote:
Still, if not, looking forward to having the functionality in 1.1.7.
Another option is to convert to a numpy array, and do your math there --
you'll get full featured math that way.
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS
Hmm. The 1.1.6 docs for the ImageMath module say "The module also supports
unary minus (-), modulo (%), and power (**) operators."
Still, if not, looking forward to having the functionality in 1.1.7.
thanks
Mark
On Mon, Mar 16, 2009 at 8:05 AM, Fredrik Lundh wrote:
> No time to double-check, bu
No time to double-check, but I suspect the 1.1.6 version doesn't
support ** - it's mentioned in the documentation, but I don't see any
sign of it in the source code. It's on my list of things to fix for
1.1.7.
2009/3/15 Mark Wendell :
> Hey all,
>
> I can't seem to use the power ("**") operator