This module corrects measured amplitude taking into account geomagnetic and charge excess effects. Amplutude converts as E -> E*K, E is the amplitdure and K is the correction operator K = 1./sqrt(e^2 + 2*e*cos(ph)*sin(al) + sin(a)^2), where e is the value of the asymmetry (contribution of charge excess effect), ph and al is the geomagnetic azimuth and geomagnetic angle, respectively. For details see doi:10.1016/j.astropartphys.2015.10.004. More...
#include <RdLDFChargeExcessCorrector.h>
Public Types | |
enum | InfoLevel { eNone = 0, eFinal = 1, eIntermediate = 2, eObscure = 3, eDebug = 4 } |
This module corrects measured amplitude taking into account geomagnetic and charge excess effects. Amplutude converts as E -> E*K, E is the amplitdure and K is the correction operator K = 1./sqrt(e^2 + 2*e*cos(ph)*sin(al) + sin(a)^2), where e is the value of the asymmetry (contribution of charge excess effect), ph and al is the geomagnetic azimuth and geomagnetic angle, respectively. For details see doi:10.1016/j.astropartphys.2015.10.004.
Enumerator | |
---|---|
eNone | |
eFinal | |
eIntermediate | |
eObscure | |
eDebug |
Definition at line 16 of file RdLDFChargeExcessCorrector.h.