Dar Dahlen

Results 8 comments of Dar Dahlen

Also I would like to mention, if numpy is allowed I can make this *much* faster, but honestly that sort of feels like cheating.

Ah, I had not realized JIT was also being run as an option, sorry I haven't dug very deep here. I'm not terribly surprised that `2.py` is faster in this...

These are bots I am interfacing with which send files like this (and have a single space char before the " DCC SEND", which is why i mention `trim()`). Gotta...

Note that I dont think this is a python 3.11 issue, but related to the fact I don't have tkinter, and would rather not install it.

It's mostly a maintainability thing, I am working on the NEO Surveyor project and I would like to use this as a part of our data pipeline to import PDS...

As a step along the way toward this, SCLK kernel support also needed to be added. This is done by #12

#18 is a large step toward CK support. Rotations are now being constructed which match the spice implementation. Now I need to spend some time to decide what the API...