Brian Carcich
Brian Carcich
NaifSpyce? On Sun, Jan 6, 2013 at 7:54 PM, rca [email protected] wrote: > spycy sounds fun. :) > > On Sun, Jan 6, 2013 at 4:51 PM, K.-Michael Aye [email protected]:...
NaifSpyce or Naifspyce? On Sun, Jan 6, 2013 at 7:49 PM, K.-Michael Aye [email protected]: > Spyce is taken as well: http://spyce.sourceforge.net/ > > — > Reply to this email directly...
this may solve the windows issue: #!/usr/bin/env python import os import sys from urllib import urlopen from zipfile import ZipFile from StringIO import StringIO cspicezip=" ftp://naif.jpl.nasa.gov/pub/naif/toolkit/C/PC_Windows_VisualC_32bit/packages/cspice.zip " sys.stdout.write( "### Downloading...
Without looking, i assume the issue is the length input arguments of output strings or other arrays, which is what is requiring us to exclude several routines. I think the...
yeah, I looked at getfov_c; it's a real gem but a perfect example. So a global dict something like this: lengthDict = dict( getfov=[ ["shapelen", "shape"], "framelen frame".split(), "room bounds".split()...
Only 56 likely SpiceChar outputs: % grep 'SpiceChar _[_] _[a-zA-Z0-9_]_ _[,)]' ~/cspice/src/cspice/__c.c| grep -vE 'malloc|ConstSpiceChar|return' | wc 56 266 4950 so may 100 or so total. -b On Tue, Oct...
yes, and so is horizons, which is where the other test data come from On Wed, Oct 16, 2013 at 7:10 PM, K.-Michael Aye [email protected]: > Isn't the SPICE NAIF...
reluctance on size. i've rarely seen a file disappear, although daily CKs and SPKs will be merged once each year or so, and old versions of kernels will be put...