Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cells are not working (yet?) #11

Open
michaelaye opened this issue Aug 26, 2013 · 0 comments
Open

Cells are not working (yet?) #11

michaelaye opened this issue Aug 26, 2013 · 0 comments
Labels

Comments

@michaelaye
Copy link
Collaborator

The following code returns a segmentation fault, simply because SPICE cells are not supported:

startUTC = "25 FEB 2013 00:00:00"
endUTC   = "28 FEB 2013 00:00:00"

startET = utc2et(startUTC)
endET   = utc2et(endUTC)

c = wninsd(startET,endET)

At least we could implement a more graceful failure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant