Open dawnbik opened 9 months ago
Visualize orbits in NEO dataset
Fixed the issue with the Sun being off center in 3d plots (a really simple fix after spending hours trying to figure out what was going wrong; all I needed to do was to set proper axis limits. Autoscaling was stretching and squishing my orbit out of proportion!)
Aspect: xlim = (-1.5, 1.5) ylim = (-1.5, 1.5) zlim = (0.5, 0.5)
xlim, ylim, zlim all set to (-3, 3)
Added visualizer class and demo notebook on main branch. I will update documents (docstrings) soon.
Doesn't work on LSST jupyterhub.
Added trail effect (can be turned off) to the orbits to indicate orientation. Not merged to main
yet. Check out visu
branch!
hi