Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do you create the 'thres_l_calc'? #1

Open
zacario-li opened this issue Apr 26, 2019 · 0 comments
Open

How do you create the 'thres_l_calc'? #1

zacario-li opened this issue Apr 26, 2019 · 0 comments

Comments

@zacario-li
Copy link

def thres_l_calc(sens):
thres = -0.0045sens**2+1.7581sens-115.0
if thres < 25*(382.0-sens)/382.0+5:
thres = 25*(382.0-sens)/382.0+5
return thres

How does these parameters come from?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant