Dar Dahlen
Dar Dahlen
Hi there! I was poking around and figured I could speed this code up a smidge. The base python package `math` is sometimes slower than you may expect, for example,...
Pre-Report Checklist -------------------- - [x] I am running the latest versions of pyQuil and the Forest SDK - [x] I checked to make sure that this bug has not already...
These lines linked below, if the filename contains a space such as: "DCC SEND Example file name.txt (127.0.0.1)" The iterator spits out "Example" as the filename, then attempts to parse...
Hi, I have done a `pip install pds4_tools` on a relatively clean installation of python 3.11 and I am getting a module not found error for TKInter. I was wondering...
Hi! Thanks for writing such a useful tool, I was wondering how much work it would be to be able to fit a set of orbital elements from a set...
Implement CK type 5. https://naif.jpl.nasa.gov/pub/naif/toolkit_docs/C/req/ck.html#Data%20Type%205 This follows the same design style that ESA used for the SPK file types they developed. \ Each of these sub-types do not appear to...
`try_reserve` should be added for all vector allocation throughout the python interface. This will prevent the hard crashes which happen when use attempts to allocate too much memory.
SPICE SPK kernels of type 10 are essentially lists of TLEs (Two Line Elements). Currently the kete implementation loads the current TLE and calculates the state of the object from...
https://naif.jpl.nasa.gov/pub/naif/toolkit_docs/C/req/ck.html