Re: [Numpy-discussion] Masking through generator arrays

2012-05-11 Thread Nathaniel Smith
On Thu, May 10, 2012 at 7:23 PM, Chris Barker chris.bar...@noaa.gov wrote: That is one of my concerns about the bit pattern idea -- we've then created a new binary type that no other standard software understands -- that looks like a a lot of work to me to deal with, or even worse, ripe for

Re: [Numpy-discussion] Masking through generator arrays

2012-05-10 Thread Dag Sverre Seljebotn
On 05/10/2012 06:18 AM, Charles R Harris wrote: On Wed, May 9, 2012 at 9:54 PM, Dag Sverre Seljebotn d.s.seljeb...@astro.uio.no mailto:d.s.seljeb...@astro.uio.no wrote: Sorry everyone for being so dense and contaminating that other thread. Here's a new thread where I can respond to

Re: [Numpy-discussion] Masking through generator arrays

2012-05-10 Thread Charles R Harris
On Thu, May 10, 2012 at 1:10 AM, Dag Sverre Seljebotn d.s.seljeb...@astro.uio.no wrote: On 05/10/2012 06:18 AM, Charles R Harris wrote: On Wed, May 9, 2012 at 9:54 PM, Dag Sverre Seljebotn d.s.seljeb...@astro.uio.no mailto:d.s.seljeb...@astro.uio.no wrote: Sorry everyone for

Re: [Numpy-discussion] Masking through generator arrays

2012-05-10 Thread Dag Sverre Seljebotn
On 05/10/2012 10:40 AM, Charles R Harris wrote: On Thu, May 10, 2012 at 1:10 AM, Dag Sverre Seljebotn d.s.seljeb...@astro.uio.no mailto:d.s.seljeb...@astro.uio.no wrote: On 05/10/2012 06:18 AM, Charles R Harris wrote: On Wed, May 9, 2012 at 9:54 PM, Dag Sverre

Re: [Numpy-discussion] Masking through generator arrays

2012-05-10 Thread Dag Sverre Seljebotn
On 05/10/2012 11:38 AM, Dag Sverre Seljebotn wrote: On 05/10/2012 10:40 AM, Charles R Harris wrote: On Thu, May 10, 2012 at 1:10 AM, Dag Sverre Seljebotn d.s.seljeb...@astro.uio.nomailto:d.s.seljeb...@astro.uio.no wrote: On 05/10/2012 06:18 AM, Charles R Harris wrote:

Re: [Numpy-discussion] Masking through generator arrays

2012-05-10 Thread Chris Barker
On Thu, May 10, 2012 at 2:38 AM, Dag Sverre Seljebotn d.s.seljeb...@astro.uio.no wrote: What would serve me? I use NumPy as a glorified double*. all I want is my glorified double*. I'm probably not a representative user.) Actually, I think you are representative of a LOT of users -- it turns,

Re: [Numpy-discussion] Masking through generator arrays

2012-05-10 Thread Scott Ransom
On 05/10/2012 02:23 PM, Chris Barker wrote: On Thu, May 10, 2012 at 2:38 AM, Dag Sverre Seljebotn d.s.seljeb...@astro.uio.no wrote: What would serve me? I use NumPy as a glorified double*. all I want is my glorified double*. I'm probably not a representative user.) Actually, I think you

Re: [Numpy-discussion] Masking through generator arrays

2012-05-10 Thread Inati, Souheil (NIH/NIMH) [E]
On May 10, 2012, at 2:23 PM, Chris Barker wrote: On Thu, May 10, 2012 at 2:38 AM, Dag Sverre Seljebotn d.s.seljeb...@astro.uio.no wrote: What would serve me? I use NumPy as a glorified double*. all I want is my glorified double*. I'm probably not a representative user.) Actually, I

Re: [Numpy-discussion] Masking through generator arrays

2012-05-10 Thread Charles R Harris
On Thu, May 10, 2012 at 12:52 PM, Scott Ransom sran...@nrao.edu wrote: On 05/10/2012 02:23 PM, Chris Barker wrote: On Thu, May 10, 2012 at 2:38 AM, Dag Sverre Seljebotn d.s.seljeb...@astro.uio.no wrote: What would serve me? I use NumPy as a glorified double*. all I want is my

Re: [Numpy-discussion] Masking through generator arrays

2012-05-10 Thread Charles R Harris
On Thu, May 10, 2012 at 1:14 PM, Charles R Harris charlesr.har...@gmail.com wrote: On Thu, May 10, 2012 at 12:52 PM, Scott Ransom sran...@nrao.edu wrote: On 05/10/2012 02:23 PM, Chris Barker wrote: On Thu, May 10, 2012 at 2:38 AM, Dag Sverre Seljebotn d.s.seljeb...@astro.uio.no wrote:

Re: [Numpy-discussion] Masking through generator arrays

2012-05-10 Thread Travis Oliphant
On May 10, 2012, at 1:23 PM, Chris Barker wrote: On Thu, May 10, 2012 at 2:38 AM, Dag Sverre Seljebotn d.s.seljeb...@astro.uio.no wrote: What would serve me? I use NumPy as a glorified double*. all I want is my glorified double*. I'm probably not a representative user.) Actually, I

Re: [Numpy-discussion] Masking through generator arrays

2012-05-10 Thread Dag Sverre Seljebotn
On 05/10/2012 08:23 PM, Chris Barker wrote: On Thu, May 10, 2012 at 2:38 AM, Dag Sverre Seljebotn d.s.seljeb...@astro.uio.no wrote: What would serve me? I use NumPy as a glorified double*. all I want is my glorified double*. I'm probably not a representative user.) Actually, I think you

Re: [Numpy-discussion] Masking through generator arrays

2012-05-10 Thread Mark Wiebe
On Thu, May 10, 2012 at 5:27 PM, Dag Sverre Seljebotn d.s.seljeb...@astro.uio.no wrote: On 05/10/2012 08:23 PM, Chris Barker wrote: On Thu, May 10, 2012 at 2:38 AM, Dag Sverre Seljebotn d.s.seljeb...@astro.uio.no wrote: What would serve me? I use NumPy as a glorified double*. all I

Re: [Numpy-discussion] Masking through generator arrays

2012-05-09 Thread Charles R Harris
On Wed, May 9, 2012 at 9:54 PM, Dag Sverre Seljebotn d.s.seljeb...@astro.uio.no wrote: Sorry everyone for being so dense and contaminating that other thread. Here's a new thread where I can respond to Nathaniel's response. On 05/10/2012 01:08 AM, Nathaniel Smith wrote: Hi Dag, On