pysecs.SECS.predict_J#

SECS.predict_J(pred_loc: ndarray) ndarray#

Calculate the predicted currents.

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, 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, npred, 3 [lat, lon, r])