Re: [Numpy-discussion] Using numpy's flatten_dtype with structured dtypes that have titles

2010-08-23 Thread Emma Willemsma
Thank you Pierre, I have opened the ticket as requested. On Mon, Aug 23, 2010 at 11:09 AM, Pierre GM wrote: > > On Aug 23, 2010, at 10:50 AM, Emma Willemsma wrote: > > > I have attached a short script and sample text file that demonstrate the > problem. The dtype I'm

Re: [Numpy-discussion] Using numpy's flatten_dtype with structured dtypes that have titles

2010-08-23 Thread Emma Willemsma
.dtype([("Current","f8"),("Voltage","f8"),("Power","f8")]) Thanks very much for your help with this issue. Emma 2010/8/23 Stéfan van der Walt > Hi Emma > > On 19 August 2010 23:07, Emma Willemsma > wrote: > >

[Numpy-discussion] Using numpy's flatten_dtype with structured dtypes that have titles

2010-08-19 Thread Emma Willemsma
Hi, I originally posted this question on stackoverflow, and the user who responded to me suggested that I bring this issue to the attention of the numpy developers. I am working with structured arrays to store experimental data. I'm using titles to store information about my fields, in this case