get_tsyganenko_params¶
- rbinvariantslib.models.get_tsyganenko_params(times)¶
Get parameters for tsyganenko models from CDAWeb API.
This functional downloads data over the network every call. To improve performance, call this function once and save the results.
- Parameters:
- timesdatetime or list of datetime (no timezones)
Time(s) to get paramters for.
- Returns:
- paramsdist or list of dicts
If list of times is passed, returns list of dicts. otherwise, just returns dict. Each dicts mapping variable to float paramters.