Howdy!  I just wanted to voice my agreement with this statment by Erin Sheldon:

 > I brought up the issue a while back of having a simple way to
 > access the field names of an array. The quick summary: accessing
 > field names has some oddness that needs cleaning up.

Sometimes a['name'], sometimes a.field('name').  I vastly prefer the first 
version; it has become my favored way of dealing with my FITS and ASCII 
data.  But using the bracket notation sometimes gives an error, and I 
haven't quite figured out what the circumstances are.

Also, "for name in a.dtype.fields:" or "for name in a.fields:" would be 
very, very handy.

Could this sort of thing get put in before the beta (or is it already in, 
and I missed the boat, again?).

Thanks
John

-- 
*************************
John Parejko
Department of Physics and Astronomy
215 895-2786
Drexel University
Philadelphia, PA
**************************


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/numpy-discussion

Reply via email to