-
Notifications
You must be signed in to change notification settings - Fork 17
Feature Request: Evaluate models at multiple points #13
Copy link
Copy link
Open
Description
It would be great to have the ability to evaluate the Tsyganenko models at multiple points using vectorized processing. For example, evaluating B for every point on a grid. Some scientific use cases:
- Model comparison in the global perspective
- Evaluating the models on a grid, and then plugging the result into other code that uses gridded output
This should be possible if operations are all done in a way that supports arrays in addition to individual points. Right now, I can iterate on every point in the grid, but it's very slow to do it this way because the Python interpreter is doing a lot of unnecessary work.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels