##// END OF EJS Templates
SOLO_LFR_00-01-5B_MINI-LFR.pdb...
SOLO_LFR_00-01-5B_MINI-LFR.pdb => DATA_SHAPING_SATURATION is activated.

File last commit:

r647:3005781845db default
r659:4ed42a4f20c6 SOLO_LFR_01-5B (MINI-LFR) 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=" ")