We reformat and extend the Curlometer technique so that it reconstructs magnetic fields using more than 4 spacecraft.
Traditionally, the Curlometer technique uses magnetic field measurements from four spacecraft to estimate the current density near the spacecraft configuration. If we assume that bulk plasma velocity is much slower than the speed of light, then we can simplify Ampere's law to be
We modify this method to instead estimate the value of
In this equation
This equation can be reformatted into an equation in matrix form with 12 equations and 12 unknowns.
By solving this linear system for the values in the right hand vector, we get an estimate of all 3 components of
We extend this method to configurations of more than 4 spacecraft by using combinatorics to our advantage. If we have a system of
tetrahedral subsets (i.e groups 4 spacecraft). We preferentially select the tetrahedron of spacecraft that pass both of the following criteria:
- The subset must have a shape parameter less than 1. We define the shape parameter,
$\chi$ , in terms of the tetrahedron's elongation,$E$ , and planarity,$P$ :
- The barycenter of the tetrahedron of spacecraft,
$r_0$ , must fall relatively close to the point in space,$\xi$ , that we wish to reconstruct the magnetic field. Nearby is defined as being within one characteristic size,$L$ , of the barycenter:
We ignore estimates from tetrahedra that do not pass these criteria. At each reconstructed point, we now estimate the value of
We have included a select amount of data from a numerical simulation of plasma turbulence (solar wind like conditions). This data, stored in the folder 'example_data' can be used to reconstruct one example magnetic field around 3 different HelioSwarm (9-spacecraft) configurations. To change which configuration of spacecraft is used, cycle the hour parameter between 94, 144, and 205.
hour = 205 # hour of HS configuration to select [94, 144, or 205]
To change the nearby criteria, change the value of the L_coeff parameter. This modifies the equation above so that
L_coeff = 1 # radius of reconstruction around each tetrahedron's barycenter
To change the shape criteria, change the chi_thres parameter. This modifies the equation above so that
chi_thres = 1.0 # shape threshold for using a tetrahedron in reconstruction (chi := sqrt{E^2 + P^2})
This work was originally published in the 2021 Frontiers in Astronomy and Space Sciences article Magnetic Field Reconstruction for a Realistic Multi-Point, Multi-Scale Spacecraft Observatory by Broeren et al. open access link