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

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -