You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,I check your code for k_sigma transform. And I find in sigma process,cvt_b compute by difference of offset and divide by k_a. I think may be we need not divide by k_a. Is there any consideration about this. Thanks.
Hi,I check your code for k_sigma transform. And I find in sigma process,cvt_b compute by difference of offset and divide by k_a. I think may be we need not divide by k_a. Is there any consideration about this. Thanks.
cvt_b = (sigma / (k ** 2) - sigma_a / (k_a ** 2)) * k_a
The text was updated successfully, but these errors were encountered: