python-skyfield | Elegant astronomy for Python | Dataset library
kandi X-RAY | python-skyfield Summary
kandi X-RAY | python-skyfield Summary
Elegant astronomy for Python
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Compute the eclipse times for a given eclipse
- Calculate aberration
- Return the angle between two vectors
- Calculate the length of a vector
- Plot stars at time t
- Plot stars in catalog
- Return an astrometric instance
- Distance
- Finds the events that are in the given horizon
- Compute the magnitude of a planet
- Generate the delta_t
- R Calculate risings settings
- Computes the conclusion of an observer
- Compute the conclusion of an observer
- Calculate the sun times between two planets
- Find sunrise
- Calculate apparent angle
- The apparent position of the sun
- Create a new instance from a true anomaly
- Compute the moon phases between t0 and t0
- Calculate meridian transitions between two bodies
- Calculate the times between two times
- Compute the time scale
- Calculate the error bars of the final spline 2000
- Correct the light travel time of an observer
- Load a comet comet dataframe
- Calculate the correct light travel time for an observer
- Read leap_Second dat file
python-skyfield Key Features
python-skyfield Examples and Code Snippets
Community Discussions
Trending Discussions on python-skyfield
QUESTION
Using Python-Skyfield to calculate the upcoming conjunction if Jupiter and Saturn.
Wikipedia Great conjunction times (1800 to 2100)
Using Right Ascension:
- Dec 21,2020 13:22:00 UTC - Wikipedia.
- Dec 21,2020 13:34:33 UTC - My Calculation.
Using Ecliptic Longitude:
- Dec 21,2020 18:37:31 UTC - Wikipedia
- Dec 21,2020 18:20:40 UTC - My Calculation.
ANSWER
Answered 2020-Nov-18 at 18:18I have tried my best to avoid my feel of possibility of opinion based answers on this question and looked this up on internet. Found out it is quite hard to find any relevant info that I could trust, so I enumerate these posts (except wikipedia):
timeanddate is stating the exact time is 18:20 UTC on December 21, which is as you have calculated
winstars have stated the time when the planets will be at closest angle as 18:25 UTC and they mention that conjunction will occur at 13:30 UTC, I am not sure if that is the first time.
Not sure how relevant is this, but the conjunction here is stated to be 6.2 degreest at 17:32 GMT, thus 18:32 UTC
The most relevant source I was able to find was in the sky, where the time was estimated exactly to 13:24 UTC., based on calculations on data by Jet Propulsion Laboratory - source code can be checked here (c).
You can see that mostly not both types of calculation are used, and that the times vary. The reason of that is that in such calculations you need very long floats for best precision. As you are limited by the machine you use, the precision is not perfect. Such as @bad_coder has suggested, you might get better answer in Astronomy stack exchange.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install python-skyfield
You can use python-skyfield like any standard Python library. You will need to make sure that you have a development environment consisting of a Python distribution including header files, a compiler, pip, and git installed. Make sure that your pip, setuptools, and wheel are up to date. When using pip it is generally recommended to install packages in a virtual environment to avoid changes to the system.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page