pyephem - Py Ephem Forumula for Local Sidereal Time for an Observer -
pyephem - Py Ephem Forumula for Local Sidereal Time for an Observer -
i trying calculate uncertainty in calculation of local sidereal time using pyephem, when have many observation points longitudes , timestamps uncertainty.
what forumula observer.sidereal_time() use? or in .c file in libastro-3.7.5 lst calculation found?
thanks
the sidereal_time()
calculation calls now_lst()
can find here:
https://github.com/brandon-rhodes/pyephem/blob/master/libastro-3.7.6/misc.c#l162
it calls few other functions, of should described either straight in misc.c
or in 1 of nearby .c
files there in same directory.
pyephem
Comments
Post a Comment