function [Ip] = CalculatePlasmaCurrent(magneticData, bobines) %% Calculate the plasma current Ip = 2.0 * pi * bobines.rb / 12 * sum(magneticData, 2);