From: Sebastian H. <ha...@ms...> - 2006-08-10 23:43:12
|
Hi, trying to convert my memmap - records - numarray code for reading a image file format (Mrc). There are 10 fields of strings (each 80 chars long) in the header: in numarray I used the format string '10a80' This results in a single <None> value in numpy. Same after changing it to '10S80'. Am I doing something wrong !? Thanks, Sebastian Haase |