@@ -147,7 +147,7 @@ def sph2cart(azimuth, elevation)
147
147
@height = 746
148
148
set width : @width , height : @height , title : "Eclipse"
149
149
150
- @caption = Text . new ( x : 5 , y : 5 , text : "Eclipse" , size : 30 , font : '/Users/mnielsen/Downloads /Random_font.ttf' )
150
+ @caption = Text . new ( x : 5 , y : 5 , text : "Eclipse" , size : 30 , font : '. /Random_font.ttf' )
151
151
# @caption.color = 'fuchsia'
152
152
153
153
@moon_d = 49
@@ -159,8 +159,8 @@ def sph2cart(azimuth, elevation)
159
159
160
160
@horizon = Rectangle . new ( x : 0 , y : 0 , width : @width , height : 1 , z : 0 , color : 'green' )
161
161
162
- # @coords = [40.768860, -111.893273] # Salt Lake City, Utah
163
- @coords = [ 43.833333 , -110.700833 ] # grand teton NP, 11:36am
162
+ @coords = [ 40.768860 , -111.893273 ] # Salt Lake City, Utah
163
+ # @coords = [43.833333, -110.700833] # grand teton NP, 11:36am
164
164
165
165
@current_time = Time . parse ( '2017-08-21 10:36:00' ) # grand teton NP totality, in MST/MDT time
166
166
# @current_time = Time.parse('1978-04-07 06:28:00 -070') # Bonus: 1978 Eclipse, near-totality in grand teton NP
0 commit comments