Re: [Numpy-discussion] Extract Indices of Numpy Array Based on Given Bit Information

2014-10-18 Thread Artur Bercik
Dear Julian Taylor Thank you very much, I really appreciated your codes. On Sat, Oct 18, 2014 at 9:28 PM, Julian Taylor < jtaylor.deb...@googlemail.com> wrote: > On 18.10.2014 14:14, Artur Bercik wrote: > > > > > > On Sat, Oct 18, 2014 at 9:00 PM, Artur Bercik > > w

Re: [Numpy-discussion] Extract Indices of Numpy Array Based on Given Bit Information

2014-10-18 Thread Julian Taylor
On 18.10.2014 14:14, Artur Bercik wrote: > > > On Sat, Oct 18, 2014 at 9:00 PM, Artur Bercik > wrote: > > > > On Sat, Oct 18, 2014 at 8:28 PM, Julian Taylor > > wrote: > > On 18.10.2014 07:58, Artur Bercik

Re: [Numpy-discussion] Extract Indices of Numpy Array Based on Given Bit Information

2014-10-18 Thread Artur Bercik
On Sat, Oct 18, 2014 at 9:00 PM, Artur Bercik wrote: > > > On Sat, Oct 18, 2014 at 8:28 PM, Julian Taylor < > jtaylor.deb...@googlemail.com> wrote: > >> On 18.10.2014 07:58, Artur Bercik wrote: >> > Dear Python and Numpy Users: >> > >> > My data are in the form of '32-bit unsigned integer' as fol

Re: [Numpy-discussion] Extract Indices of Numpy Array Based on Given Bit Information

2014-10-18 Thread Artur Bercik
On Sat, Oct 18, 2014 at 8:28 PM, Julian Taylor < jtaylor.deb...@googlemail.com> wrote: > On 18.10.2014 07:58, Artur Bercik wrote: > > Dear Python and Numpy Users: > > > > My data are in the form of '32-bit unsigned integer' as follows: > > > > myData = np.array([1073741824, 1073741877, 1073742657,

Re: [Numpy-discussion] Extract Indices of Numpy Array Based on Given Bit Information

2014-10-18 Thread Julian Taylor
On 18.10.2014 07:58, Artur Bercik wrote: > Dear Python and Numpy Users: > > My data are in the form of '32-bit unsigned integer' as follows: > > myData = np.array([1073741824, 1073741877, 1073742657, 1073742709, > 1073742723, 1073755137, 1073755189,1073755969],dtype=np.int32) > > I want to get t

[Numpy-discussion] Extract Indices of Numpy Array Based on Given Bit Information

2014-10-17 Thread Artur Bercik
Dear Python and Numpy Users: My data are in the form of '32-bit unsigned integer' as follows: myData = np.array([1073741824, 1073741877, 1073742657, 1073742709, 1073742723, 1073755137, 1073755189,1073755969],dtype=np.int32) I want to get the index of my data where the following occurs: Bit No.