We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 281efd2 commit afbc9baCopy full SHA for afbc9ba
lib/astronoby/observer.rb
@@ -3,7 +3,7 @@
3
module Astronoby
4
class Observer
5
DEFAULT_ELEVATION = 0
6
- DEFAULT_TEMPERATURE = BigDecimal("288.15")
+ DEFAULT_TEMPERATURE = BigDecimal("283.15")
7
PRESSURE_AT_SEA_LEVEL = BigDecimal("1013.25")
8
PASCAL_PER_MILLIBAR = BigDecimal("0.01")
9
EARTH_GRAVITATIONAL_ACCELERATION = BigDecimal("9.80665")
0 commit comments