8seg/center_fw/gamma.py
2023-10-02 01:23:31 +02:00

7 lines
132 B
Python

#!/usr/bin/env python3
import numpy as np
gamma = 2.2
out = np.linspace(0, 1, 17) ** 2.2
print(np.round(out * 24000).astype(int))