mirror of
https://github.com/nasa/trick.git
synced 2025-01-10 06:52:52 +00:00
19 lines
510 B
Makefile
19 lines
510 B
Makefile
|
|
# $Id: sun_pred.d 1178 2010-10-25 16:18:54Z wwoodard $
|
|
|
|
SUN_PRED.observer_latitude = 29.55298;
|
|
SUN_PRED.observer_longitude = 95.09379;
|
|
SUN_PRED.observer_offset_from_UTC = -6;
|
|
|
|
SUN_PRED.local_time.year = 2006;
|
|
SUN_PRED.local_time.month = 8;
|
|
SUN_PRED.local_time.day = 8;
|
|
SUN_PRED.local_time.hour = 12;
|
|
SUN_PRED.local_time.min = 0;
|
|
SUN_PRED.local_time.sec = 0.0;
|
|
|
|
SUN_PRED.label_UTC = L"UTC";
|
|
SUN_PRED.label_JD = L"JD";
|
|
SUN_PRED.label_Azimuth = L"A";
|
|
SUN_PRED.label_Elevation = L"h";
|