Add clarifications and consistency in description and plots.

This commit is contained in:
John M. Penn 2015-08-19 12:59:44 -05:00
parent 62f3b558e0
commit e7185a152e
8 changed files with 16 additions and 14 deletions

View File

@ -41,7 +41,7 @@
<label>Azimuth</label>
</yaxis>
<curve>
<var units="s">sys.exec.out.time</var>
<var units="hr">sys.exec.out.time</var>
<var units="d">sun_predictor.sun.solar_azimuth</var>
</curve>
</plot>

View File

@ -5,8 +5,8 @@
### The Simulation
SIM_sun is a simulation of the Sun's movement across the sky.
Given the location (latitude, longitude) of an observer on the
Earth, the timezone, and a starting local time, this simulation
calculates the position of the Sun in the sky over time.
Earth, the timezone (offset from UTC), and a starting local time,
this simulation calculates the position of the Sun in the sky over time.
### Inputs
Variable | Type | Units
@ -30,10 +30,10 @@ sec | double | s
### Outputs
Variable | Type | Units
-------------------------------------------------|---------------|-------
-------------------------------------------------|---------------|--------
sun\_predictor.sun.JD | double | day
sun\_predictor.sun.right\_ascension | double | d
sun\_predictor.sun.declination | double | d
sun\_predictor.sun.right\_ascension | double | d
sun\_predictor.sun.declination | double | d
sun\_predictor.sun.hour\_angle | double | d
sun\_predictor.sun.local\_sidereal_time | double | s
sun\_predictor.sun.sidereal\_time\_at\_Greenwich | double | s
@ -42,6 +42,8 @@ sun\_predictor.sun.solar\_elevation | double | d
sun\_predictor.sun.local\_time | CALENDAR_DATE | --
sun\_predictor.sun.utc | CALENDAR_DATE | --
**NOTE:** 0 <= Solar Azimuth < 360 degrees. North = 0, East = 90, South = 180, West = 270.
###Scenarios
####[RUN_Winter](RUN_Winter/RESULTS.md)
@ -49,6 +51,6 @@ sun\_predictor.sun.utc | CALENDAR_DATE | --
####[RUN_Summer](RUN_Summer/RESULTS.md)
### References
Meeus, Jean, (1998) "Astronomical Algorithms", Willman-Bell, Inc. ISBN 0-943396-61-1.
Meeus, Jean, (1998) "Astronomical Algorithms", Willmann-Bell, Inc. ISBN 0-943396-61-1.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

View File

@ -8,15 +8,15 @@ RECORD_DATA = True
if RECORD_DATA:
execfile("Modified_data/helios.dr")
REALTIME = True
REALTIME = False
if REALTIME:
execfile("Modified_data/realtime.py")
JAPANESE = True
JAPANESE = False
if JAPANESE:
execfile("Modified_data/Japanese_labels_alt.py")
STRIPCHART = True
STRIPCHART = False
if STRIPCHART:
trickView = trick.TrickView()
trickView.set_auto_open_file("sun.tv")

View File

@ -1,7 +1,7 @@
# RUN_Winter
Starting from midnight, the morning of December 21, 2006, at the
NASA Johnson Space Center, main gate. Simulation is run for 86400
seconds ( 1 simulated day ).
(simulated) seconds (1 simulated day).
Variable | Value
-----------------------------------------------|---------

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

View File

@ -8,15 +8,15 @@ RECORD_DATA = True
if RECORD_DATA:
execfile("Modified_data/helios.dr")
REALTIME = True
REALTIME = False
if REALTIME:
execfile("Modified_data/realtime.py")
JAPANESE = True
JAPANESE = False
if JAPANESE:
execfile("Modified_data/Japanese_labels_alt.py")
STRIPCHART = True
STRIPCHART = False
if STRIPCHART:
trickView = trick.TrickView()
trickView.set_auto_open_file("sun.tv")