Hello,
the docstring for compress in numpy give this
help(numpy.compress)
compress(condition, m, axis=None, out=None)
compress(condition, x, axis=None) = those elements of x corresponding
to those elements of condition that are "true". condition must be the
same size as the given d
Le mardi 10 octobre 2006 16:30, Darren Dale a écrit :
> On Tuesday 10 October 2006 15:41, [EMAIL PROTECTED] wrote:
> > I asked if that will be possible to use ipython instead of the python
> > console in eric4 (I know that it's not possible with eric3) but it's
> > seems that eric4 does have it's o
I asked if that will be possible to use ipython instead of the python console
in eric4 (I know that it's not possible with eric3) but it's seems that eric4
does have it's own console. So, at least for me, it's not anymore an option.
N.
Le mardi 10 octobre 2006 12:47, Christopher Barker a écrit
Hi,
sorry to bother you with probably plenty of stupid question but I would like
to clarify my mind with dtype.
I have a problem to view a recarray, I'm not sure but I suspect a bug or at
least a problem
I have an array with some data, the array is very big but I have no prob
Just a guess, you're reading some fits file with pyfits but you didn't declare
the variable NUMERIX for numpy (with the beta version of pyfits) or you
script are calling another script who are using numarray. I had both problem
last week. Pyfits with a mix of numarray/numpy and a script to read