Michael Alexander

Results 6 comments of Michael Alexander

I took another look at this and I think I have a fairly simple solution to generalize the `ground_station_visible` function. Unless my vector math is off, which is very well...

No worries! That will give me time to actually confirm that it works. And if this feature is too niche then don't worry about adding it. I dont know if...

Out of curiosity, what algorithms are out there for high precision propagation?

When I have learned more about the package, I would be happy to help with the examples since I will need to try out the simple things anyway for learning...

Thanks for the reply. I was actually able to fix the problem i posted above by compiling Julia#master from source, which used the updated version of the libraries. Unfortunately, I...

I ran into this same issue, but doing the `x[:, :]` slicing worked for me too, thanks!