Yash Gondhalekar
Yash Gondhalekar
This is an attempt inspired by section 5.2 ("Direct Visibility of a Planetary Surface") of Escobal's book and uses equation 5.5. - [ ] Trying to find what tests can...
`SciPy` allows passing multiple events so that all the concerned events could be checked for, independently. I wonder if it might be interesting to detect events only when A1 (op)...
This draft attempt is for satellite visibility with respect to a ground station on the central attractor. Inspired by section 5.4 on rise and set time of a satellite about...
This is related to #1258 where the `shadow_function` was modified to use a general LOS implementation that could work for any two assumed point bodies whose position vector with respect...
Having `.lat` and `.lon` as attributes might allow one to get the latitude and longitude coordinates of an orbit from its position vector. If one gets the position vectors in...
Hello, thank you for this project and for making it open-source! I realize some benefits of assert statements in source code. However, looking at some SO answers, for example [here](https://stackoverflow.com/questions/9097706/why-assert-is-not-largely-used),...
Hello, I was going through the documentation where I found this. Should D9 be changed to DS9? Thanks!
Hello, thanks for making the code public! I have been using the pix2pix code for a custom application where the difference between input and output domain images is visually insignificant....
This pull request explicitly redirects to `main` rather than `master` for links on README, since the default branch was updated to `main`. Additionally, I found that running: ```py nbkode.get_solvers('euler', 'adam-bashforth')...
Hello, There are installation guidelines and overview of `numbakit-ode` in README. Along with it, would it be a good choice to have a link to the documentation? https://numbakit-ode.readthedocs.io/en/latest/ Thanks!