-
Apologies if this is too similar to #30 and #183. I decided to investigate the bottleneck for orbit propagation (position and velocity) for multiple `skyfield.sgp4lib.EarthSatellite` objects, using `E…
-
🏹 Goal: Figure out the extent of numerical integration errors using various tested numerical propagators.
We attempt to investigate a numerical propagator that should be efficient (i.e. Runge-Kutta…
-
I am attempting to simulate visibility of a low-Earth-orbit satellite from a fixed ground station. The satellite elevation angles are all coming out around -17 degrees. This is not believable. As t…
-
Marta Spinelli has code that does RFI modelling from satellites (maybe other sources as well). Having RFI is important for intensity mapping, probably for other use cases as well.
-
I'm just starting but it appears the only option for adding object is by loading TLE. Which leads me to believe the software is using SGP4 as the propagator.
I'm working a project where I simulate…
-
An example should be added that demonstrated how to propagate rotational dynamics. Ideally, the followings should be included:
- [ ] Torque from the environment (Spherical Harmonics for instance).
…
-
Orbital ring graphics do not properly display for orbits other than LEO. MEO orbits display as partial arcs and GEO orbits only show dots (see attached image).
The orbital periods are correct co…
-
To better make the estimation functionality visible, and identify shortcomings/improvements in the interfaces, additional example applications are to be created. Ideas for example applications will be…
-
Continuing the discussion from https://github.com/svaksha/Julia.jl/commit/a884fe9e921d57b87d85e970c2f57b8f21025641. Here are some proposed formats:
> Example 1. + [SGP4.jl](https://github.com/crbinz…
-
Hi
I have developed a small piece of code that can visualize ground tracks using cartopy
The available list of map is listed in the documentation of the function.
I tried it and it works for me.…