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

K_Sigma_transform.py的一条代码 #3

Open
SRM2020-0923 opened this issue Mar 10, 2022 · 1 comment
Open

K_Sigma_transform.py的一条代码 #3

SRM2020-0923 opened this issue Mar 10, 2022 · 1 comment

Comments

@SRM2020-0923
Copy link

原文:cvt_b = (sigma / (k ** 2) - sigma_a / (k_a ** 2)) * k_a
是不是应该修改成:cvt_b = sigma / (k ** 2) - sigma_a / (k_a ** 2) * k_a

@SuperbTUM
Copy link
Owner

Hi, sorry for the late response. I followed the code logic of the author, however, it is true that someone else still has questions about this formula... but at least you should calculate the offset

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

2 participants