├── LICENSE ├── README.md ├── angles.py ├── constants.py ├── contents.txt ├── coordinates.py ├── coordinates_corr.py ├── dynamical_time.py ├── earth_globe.py ├── easter.py ├── eclipse.py ├── elements.py ├── equinox.py ├── jul_dat.py ├── jup_sat.py ├── jupiter.py ├── kepler.py ├── moon.py ├── moon_declination.py ├── moon_disk.py ├── moon_libration.py ├── moon_nodes.py ├── moon_perigee.py ├── moon_phases.py ├── nutation_ecliptic.py ├── paralactic.py ├── perihelion.py ├── physical_sun.py ├── planets.py ├── position.py ├── precession.py ├── refraction.py ├── rising.py ├── separation.py ├── sidereal.py ├── sun.py ├── sun_coordinates.py └── vsop87 ├── VSOP87B.ear ├── VSOP87B.jup ├── VSOP87B.mar ├── VSOP87B.mer ├── VSOP87B.nep ├── VSOP87B.sat ├── VSOP87B.ura ├── VSOP87B.ven ├── readme.md └── vsop87.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pavolgaj/AstroAlgorithms4Python/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pavolgaj/AstroAlgorithms4Python/HEAD/README.md -------------------------------------------------------------------------------- /angles.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pavolgaj/AstroAlgorithms4Python/HEAD/angles.py -------------------------------------------------------------------------------- /constants.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pavolgaj/AstroAlgorithms4Python/HEAD/constants.py -------------------------------------------------------------------------------- /contents.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pavolgaj/AstroAlgorithms4Python/HEAD/contents.txt -------------------------------------------------------------------------------- /coordinates.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pavolgaj/AstroAlgorithms4Python/HEAD/coordinates.py -------------------------------------------------------------------------------- /coordinates_corr.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pavolgaj/AstroAlgorithms4Python/HEAD/coordinates_corr.py -------------------------------------------------------------------------------- /dynamical_time.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pavolgaj/AstroAlgorithms4Python/HEAD/dynamical_time.py -------------------------------------------------------------------------------- /earth_globe.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pavolgaj/AstroAlgorithms4Python/HEAD/earth_globe.py -------------------------------------------------------------------------------- /easter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pavolgaj/AstroAlgorithms4Python/HEAD/easter.py -------------------------------------------------------------------------------- /eclipse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pavolgaj/AstroAlgorithms4Python/HEAD/eclipse.py -------------------------------------------------------------------------------- /elements.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pavolgaj/AstroAlgorithms4Python/HEAD/elements.py -------------------------------------------------------------------------------- /equinox.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pavolgaj/AstroAlgorithms4Python/HEAD/equinox.py -------------------------------------------------------------------------------- /jul_dat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pavolgaj/AstroAlgorithms4Python/HEAD/jul_dat.py -------------------------------------------------------------------------------- /jup_sat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pavolgaj/AstroAlgorithms4Python/HEAD/jup_sat.py -------------------------------------------------------------------------------- /jupiter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pavolgaj/AstroAlgorithms4Python/HEAD/jupiter.py -------------------------------------------------------------------------------- /kepler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pavolgaj/AstroAlgorithms4Python/HEAD/kepler.py -------------------------------------------------------------------------------- /moon.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pavolgaj/AstroAlgorithms4Python/HEAD/moon.py -------------------------------------------------------------------------------- /moon_declination.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pavolgaj/AstroAlgorithms4Python/HEAD/moon_declination.py -------------------------------------------------------------------------------- /moon_disk.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pavolgaj/AstroAlgorithms4Python/HEAD/moon_disk.py -------------------------------------------------------------------------------- /moon_libration.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pavolgaj/AstroAlgorithms4Python/HEAD/moon_libration.py -------------------------------------------------------------------------------- /moon_nodes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pavolgaj/AstroAlgorithms4Python/HEAD/moon_nodes.py -------------------------------------------------------------------------------- /moon_perigee.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pavolgaj/AstroAlgorithms4Python/HEAD/moon_perigee.py -------------------------------------------------------------------------------- /moon_phases.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pavolgaj/AstroAlgorithms4Python/HEAD/moon_phases.py -------------------------------------------------------------------------------- /nutation_ecliptic.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pavolgaj/AstroAlgorithms4Python/HEAD/nutation_ecliptic.py -------------------------------------------------------------------------------- /paralactic.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pavolgaj/AstroAlgorithms4Python/HEAD/paralactic.py -------------------------------------------------------------------------------- /perihelion.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pavolgaj/AstroAlgorithms4Python/HEAD/perihelion.py -------------------------------------------------------------------------------- /physical_sun.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pavolgaj/AstroAlgorithms4Python/HEAD/physical_sun.py -------------------------------------------------------------------------------- /planets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pavolgaj/AstroAlgorithms4Python/HEAD/planets.py -------------------------------------------------------------------------------- /position.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pavolgaj/AstroAlgorithms4Python/HEAD/position.py -------------------------------------------------------------------------------- /precession.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pavolgaj/AstroAlgorithms4Python/HEAD/precession.py -------------------------------------------------------------------------------- /refraction.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pavolgaj/AstroAlgorithms4Python/HEAD/refraction.py -------------------------------------------------------------------------------- /rising.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pavolgaj/AstroAlgorithms4Python/HEAD/rising.py -------------------------------------------------------------------------------- /separation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pavolgaj/AstroAlgorithms4Python/HEAD/separation.py -------------------------------------------------------------------------------- /sidereal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pavolgaj/AstroAlgorithms4Python/HEAD/sidereal.py -------------------------------------------------------------------------------- /sun.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pavolgaj/AstroAlgorithms4Python/HEAD/sun.py -------------------------------------------------------------------------------- /sun_coordinates.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pavolgaj/AstroAlgorithms4Python/HEAD/sun_coordinates.py -------------------------------------------------------------------------------- /vsop87/VSOP87B.ear: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pavolgaj/AstroAlgorithms4Python/HEAD/vsop87/VSOP87B.ear -------------------------------------------------------------------------------- /vsop87/VSOP87B.jup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pavolgaj/AstroAlgorithms4Python/HEAD/vsop87/VSOP87B.jup -------------------------------------------------------------------------------- /vsop87/VSOP87B.mar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pavolgaj/AstroAlgorithms4Python/HEAD/vsop87/VSOP87B.mar -------------------------------------------------------------------------------- /vsop87/VSOP87B.mer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pavolgaj/AstroAlgorithms4Python/HEAD/vsop87/VSOP87B.mer -------------------------------------------------------------------------------- /vsop87/VSOP87B.nep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pavolgaj/AstroAlgorithms4Python/HEAD/vsop87/VSOP87B.nep -------------------------------------------------------------------------------- /vsop87/VSOP87B.sat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pavolgaj/AstroAlgorithms4Python/HEAD/vsop87/VSOP87B.sat -------------------------------------------------------------------------------- /vsop87/VSOP87B.ura: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pavolgaj/AstroAlgorithms4Python/HEAD/vsop87/VSOP87B.ura -------------------------------------------------------------------------------- /vsop87/VSOP87B.ven: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pavolgaj/AstroAlgorithms4Python/HEAD/vsop87/VSOP87B.ven -------------------------------------------------------------------------------- /vsop87/readme.md: -------------------------------------------------------------------------------- 1 | Files from webpage: http://cdsarc.u-strasbg.fr/viz-bin/Cat?cat=VI%2F81&target=brief&. 2 | -------------------------------------------------------------------------------- /vsop87/vsop87.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pavolgaj/AstroAlgorithms4Python/HEAD/vsop87/vsop87.txt --------------------------------------------------------------------------------