-
Hello,
Which method should be used to get "Declinations" along with Longitude and Speed?
Please advise.
Thanks for your help.
-
What's wrong in this method to get planet position in Placidus house system?
```
public static double GetPlanetInHousePosition(int ipl, DateTimeOffset dtz, double lon, double lat, char hsy…
-
Now that PR #2186 is merged, our ephemeris calculations have accurate correspondence with published sources *except* for arcmin-level discrepancies with Carrington longitudes provided by the _Astronom…
-
Thanks for implementing AA+.
Can the code for AA+ be converted to java instead of c++
Or can other planet files be embedded in this project to get an output in Android.
If yes, please help or guid…
-
@wafels said: We should unify sun_pos.py and sunpy.sun but agree on which calculation to use on PR #452
-
https://github.com/MarScaper/ephemeris
Simple C++ library allowing to compute planet coordinates (equatorial and horizontal) with Arduino (>=Mega).
**Features:**
- Compute equatorial coordinate…
-
Looking for events around year zero and prior. These worked in stellariaum prior to .9.1 from what I can gather online. I can't find any online copy of .9.0 anywhere to download. Can we get years p…
ghost updated
5 years ago
-
Something is messed up with the EIT map coordinates. The meta data and WCS looks OK at first glance, but the coordinate grid isn't being translated properly.
`from sunpy.map import Map`
`eit=Map(…
-
While I'm on an issue submitting roll, a suggested enhancement....
For the telescope I work on we're attempting to make the switch to using Skyfield (which is awesome, thanks!) for our time/ephemeris…
jrs65 updated
6 years ago
-
I have a question regarding epochs. I want to show the night sky as a super-ancient observer would see it or someone in the far flung future. Should I set the year _and_ epoch to be the same?
I have …