Difference between revisions of "GOES Flux vs STIX counts"
Line 5: | Line 5: | ||
The GOES flux of a flare is estimated using | The GOES flux of a flare is estimated using | ||
− | flux=10^(p0+p1*x+p2**x^2), | + | flux=10^(p0+p1*x+p2**x^2+p3*x^3), |
with x=log10(stix_peak_counts)/r^2 | with x=log10(stix_peak_counts)/r^2 | ||
where p0, p1, p2 are the parameters from the polynomial curve fit, | where p0, p1, p2 are the parameters from the polynomial curve fit, | ||
peak_counts is the STIX QL LC peak counts and r is the distance between the Sun and solar orbiter in units of au. | peak_counts is the STIX QL LC peak counts and r is the distance between the Sun and solar orbiter in units of au. |
Revision as of 10:37, 15 January 2022
The GOES flux of a flare is estimated using
flux=10^(p0+p1*x+p2**x^2+p3*x^3),
with x=log10(stix_peak_counts)/r^2
where p0, p1, p2 are the parameters from the polynomial curve fit,
peak_counts is the STIX QL LC peak counts and r is the distance between the Sun and solar orbiter in units of au.