##// END OF EJS Templates
Étiquette SOLO_LFR_01-5A (MINI-LFR) ajoutée à la révision a69a331fccb2
Étiquette SOLO_LFR_01-5A (MINI-LFR) ajoutée à la révision a69a331fccb2

File last commit:

r647:3005781845db default
r658:c08a32681939 default
Show More
generate.py
7 lines | 178 B | text/x-python | PythonLexer
Jeandet Alexis
Some more cleaning...
r647 import numpy as np
import random
W,H=8,400000
test = np.ones((H,W))*[(random.random()*65535)-32768 for col in range(W)]
np.savetxt("input.txt", test,fmt="%d", delimiter=" ")