Currently working to build an application that makes use of Skyfield, and I'm running into one primary error.
AttributeError: 'Geocentric' object has no attribute 'observe'
Please forgive the lack of detail, as I am unsure how to express this correctly - but I believe my question is this:
How do I ensure that my objects are using Topocentric coordinates; and is that what this error is suggesting the problem is?
Currently working to build an application that makes use of Skyfield, and I'm running into one primary error.
AttributeError: 'Geocentric' object has no attribute 'observe'
Please forgive the lack of detail, as I am unsure how to express this correctly - but I believe my question is this:
How do I ensure that my objects are using Topocentric coordinates; and is that what this error is suggesting the problem is?