Posts by Iacchus • 116 points
1 post
-
0
votes1
answer120
viewsA: Numpy complex dType, with fixed array of variables, using fromfile function to import binary file
Hi, if I understand the question I think there is a solution like this def make_dict(uri): my_fields = [ 'X{}-campo1'.format(uri), 'X{}-campo2'.format(uri), 'X{}-campo3'.format(uri) ] my_formats =…