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
Some functions like get_altitude and get_refraction_correction need temperature, but it is not clear from the API if they should be in K or C. Similarly with pressure. I observed that there is no transformation to Kelvin happening in the code. So, I presume the values are needed in Kelvin and Pascal. Please correct me if I am wrong.
It would be great if someone clearly defines that in the documentation of the APIs.
Thanks,
Raghu
The text was updated successfully, but these errors were encountered:
Hi everyone,
Some functions like
get_altitude
andget_refraction_correction
need temperature, but it is not clear from the API if they should be in K or C. Similarly with pressure. I observed that there is no transformation to Kelvin happening in the code. So, I presume the values are needed in Kelvin and Pascal. Please correct me if I am wrong.It would be great if someone clearly defines that in the documentation of the APIs.
Thanks,
Raghu
The text was updated successfully, but these errors were encountered: