-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add prolate spheroidal coordinates #220
base: main
Are you sure you want to change the base?
Conversation
Tests are failing for two reasons that might be related:
One approach could be to allow a default |
That's a good question! We don't have a mechanism for that. This is complicated, essentially each value of
So writing this out, (2) might be technically / mathematically better, but (1) seems best to do now. Order of events: 😓
|
I'm gearing up to add the Staeckel Fudge to Galax, so it would be useful to have a representation of prolate spheroidal coordinates. Transformations to this coordinate system need to specify a focal length parameter,
Delta
, so it's a bit different from other d3 representations. Thoughts on this approach?