Melhoria na função "Refraction"
brenocoe opened this issue · 1 comments
brenocoe commented
Na função:
// Rough refraction formula using standard atmosphere: 1015 mbar and 10°C
// Input true altitude in radians, Output: increase in altitude in degrees
double Astronomy::Refraction( double alt )
Gostaria de sugerir uma melhoria onde a mesma poderia receber os parâmetros de PRESSÃO e TEMPERATURA lidos de um sensor de pressão BMP280 ( Bosch ), dessa forma, acredito que a função possa melhorar a sua precisão.
Atenciosamente,
Breno Coe.
stale commented
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.