gstreamer - Attempting to determine astronomy values in a parameter file -
recently inherited quite few old quickbasic programs perform various astronomical calculations. i'm attempting understand these programs , rewrite of them in python. not have deep background in astronomy.
a number of programs take parameter file input, year.dat. below 5 years of these files (each column represents 1 file). need in figuring out various data values.
year.dat
year 2001 2008 2009 2010 2011 delta t 66 65 66 66 67 tilt 23.43909 23.43818 23.43805 23.43799 23.43786 dow 1 2 4 5 6 gst 6.71430 6.66860 6.71839 6.702509 6.68659 x1 105.690 330.340 310.959 291.631 272.303 bs 84 90 88 87 86 fs 301 300 298 304 303 x2 357.765 356.959 357.689 357.433 357.177 x3 354.289 193.159 335.720 105.105 234.489 jd 2451910.5 2454466.5 2454832.5 2455197.5 2455562.5
i believe values time dependent 0:00 hours on jan. 1 of year given.
here values think i've figured out:
tilt obilquity of ecliptic dow day of week, monday day 1 bs number of day of year when british summer time (bst) begins fs number of day of year when bst ends jd julian day number (of 0:00 hours jan. 1)
values i'm unsure about:
delta t sort of time delta, don't know gst seems greenwich mean sidereal time, moment? x1, x2, , x3 i'm clueless
here questions:
- what might delta t be?
- is gst in fact greenwich mean sidereal time? moment?
- what x1, x2, , x3? (this low-priority question.)
- how can delta t, gst, and, perhaps other values, determined 2018, 2019, ...?
any appreciated.
roger house
Comments
Post a Comment