Update Code/Hosei.py

This commit is contained in:
xans 2024-09-02 21:30:36 +02:00
parent 3efce38b91
commit 818a395091

View File

@ -101,7 +101,8 @@ with open(basePath+"/data.csv", 'a') as f:
print(basePath+"/data.csv")
sweep = np.append(np.linspace(-11.5,11.5,int(11.5/0.5*2)+1), np.linspace(-0.1,0,int(0.1/0.01)+1))
sweep = sorted(sweep)
#sweep = sorted(sweep)
sweep = np.random.shuffle(sweep)
cntr = 0
d = datetime.datetime.now()