pysecs.SECS.predict_B¶
-
SECS.predict_B(pred_loc)¶ Calculate the predicted magnetic fields.
After a set of observations has been fit to this system we can predict the magnetic fields or currents at any other location. This function uses those fit amplitudes to predict at the requested locations.
- Parameters
pred_loc (ndarray (npred x 3 [lat, lon, r])) – An array containing the locations where the predictions are desired.
- Returns
The predicted values calculated from the current amplitudes that were fit to this system.
- Return type
ndarray (ntimes x npred x 3 [lat, lon, r])