template_synthesis.numpy.utilities.cs_transformations module¶
- template_synthesis.numpy.utilities.cs_transformations.e_ce(traces, x, y)¶
Calculate the charge-excess (or Askaryan) component of electric field in the shower plane, i.e. the electric field should be in the (vxB, vxvxB, v) CS
- template_synthesis.numpy.utilities.cs_transformations.e_geo(traces, x, y)¶
Calculate the geomagnetic component from the electric field in the shower plane, i.e. the electric field should be in the (vxB, vxvxB, v) CS
- template_synthesis.numpy.utilities.cs_transformations.e_to_geo_ce(traces, x, y)¶
Decouples the electric field in the shower plane, i.e. the electric field should be in the (vxB, vxvxB, v) CS, into the geomagnetic and charge-excess components.
- template_synthesis.numpy.utilities.cs_transformations.geo_ce_to_e(traces, x, y)¶
Reconstruct a three-dimensional electric field in the shower plane, i.e. the (vxB, vxvxB, v) CS, from the geomagnetic component of the charge-excess components. The v-component is set to zero.