SpiceyPy icon indicating copy to clipboard operation
SpiceyPy copied to clipboard

SpiceyPy: a Pythonic Wrapper for the SPICE Toolkit.

Results 9 SpiceyPy issues
Sort by recently updated
recently updated
newest added

can numba/cffi be used to accelerate vectorized functions in spiceypy? https://numba.pydata.org/numba-doc/0.15.1/interface_c.html experiment!

feels like a good addition, but should be universal ie all file paths should be converted to pathlib Paths

enhancement

These functions in spiceypy.py were affected ([o] if output affected): + dashfn [o] + dasonw + cklpf + ckopn + ldpool + pcklof + spklef + spkopa + spkopn +...

I often find myself writing `np.vectorize` calls to allow SpiceyPy functions to take vector inputs. I'd like to see this moved into SpiceyPy itself. AFAIK, all array input handling is...

enhancement
not a bug
help wanted
beginners welcome

In order to safely use the spice library in a multithread pool process, it is necessary to lock access to the spice resource. This is tested with 10000 calls with...

**Is your feature request related to a problem? Please describe.** Although the entire library is typed, when importing it into other projects as a third-party dependency `mypy` cannot analyse it...

enhancement
not a bug

currently the sphinx docs do not list all of the spice functions in the toc, adjust the toc depth in the docs may fix this issue.

documentation
beginners welcome

The help() function is super useful. Kudos for including the links to the more complete function documentation at the NAIF. One way to make the info returned by help() even...

documentation
beginners welcome

Prototype of Cython based interface to CSPICE. Links to the existing CSPICE shared library so is able to work along side the existing spiceypy interface allowing gradual development of features....