PySPICE icon indicating copy to clipboard operation
PySPICE copied to clipboard

Python wrapper around the NAIF CSPICE library

Results 11 PySPICE issues
Sort by recently updated
recently updated
newest added

added Py_INCREF(Py_None) that was missing when returning Py_None

I'm having some trouble getting PySpice installed on my machine. It compiles without warning: $ CSPICE_SRC=/home/fmullall/apps/cspice/ $ export CSPICE_SRC $ python setup.py build_ext running build_ext building '_spice' extension creating build...

It seems that the telnet interface to JPL Horizons has changed a bit, so the prompts that horizons.py is looking for (via pexpect) when getting an SPK for a comet...

Hi, found some more errors probably related to changes in the latest CSPICE? With this expanded exclude_list, it compiled and worked fine for me under Linux 32-bit. Thanks!

Dear all, I would like to make you aware that the manual installation as described in ReadMe.rst fails because mkwrapper throws an exception in line 837. The problem occurs while...

rca, I have posted some changes that let the code successfully build in Windows x64 using msys compiler that comes with the Enthought Python Distribution. I've also started implementing "custom...

@drbitboy suggested a better name to avoid conflict with another PySPICE -- python-based tools for the SPICE circuit software -- would be Spyce. Thoughts? If we do go through with...

On a Mac OS 10.9: ``` bash $ uname -a Darwin gothmog.maiar.lan 13.0.2 Darwin Kernel Version 13.0.2: Sun Sep 29 19:38:57 PDT 2013; root:xnu-2422.75.4~1/RELEASE_X86_64 x86_64 ``` Running `getnaifspicetoolkit.py` produces ```...

So I am trying to use PySpice in Python 3, I made a new Fork from drbitboy's most recent work and I have made all of the necessary changes to...

The following code returns a segmentation fault, simply because SPICE cells are not supported: ``` python startUTC = "25 FEB 2013 00:00:00" endUTC = "28 FEB 2013 00:00:00" startET =...

Feature