Window coefficient files added

This commit is contained in:
Jan Käberich 2020-10-29 20:07:41 +01:00
parent c0e4f41115
commit 2118c07f09
5 changed files with 387 additions and 0 deletions

View file

@ -73,3 +73,4 @@ for i in range(NUMBER_OF_COEFFICIENTS):
for w in WindowList:
print(w.CorrectionFactor())
w.file.close();