update frontend
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user