Re: [Numpy-discussion] extending a recarray

2008-01-25 Thread Robert Kern
Kevin Christman wrote: > I am using recarray to store experiment information that is read from a file: > > self.records = > numpy.rec.fromrecords(self.allData,formats='f4,S30,S30,f4,f4,f4,f4,f4,f4,f4,f4,f4,f4',names='MotorNum,MotorType,MotorName,MotorHP, > NSync,NShaftFL,NShaft,pLoad,pLoadSlipMe

[Numpy-discussion] extending a recarray

2008-01-25 Thread Kevin Christman
I am using recarray to store experiment information that is read from a file: self.records = numpy.rec.fromrecords(self.allData,formats='f4,S30,S30,f4,f4,f4,f4,f4,f4,f4,f4,f4,f4',names='MotorNum,MotorType,MotorName,MotorHP, NSync,NShaftFL,NShaft,pLoad,pLoadSlipMethod, pLoadORMEL,etaMeasured,eta