update frontend

This commit is contained in:
2022-10-12 17:37:31 -07:00
parent 66169cd629
commit dd5e74cb1a
5 changed files with 33 additions and 23 deletions

View File

@@ -1,7 +0,0 @@
import ratio_pyrometry
@jit(nopython=True)
def normalization_func_customizable(i, I_Darkcurrent, ISO, f_stop, exposure_time):
return (i - I_Darkcurrent) * (f_stop ** 2) / (ISO * exposure_time)