From e186b857ba649547e4847b8935e3f6966b039093 Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Wed, 8 Dec 2021 14:26:53 +0100 Subject: [PATCH] Restore functions in test (bad merge) --- generic_data/Functions/functions.xml | 78 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+), 0 deletions(-) diff --git a/generic_data/Functions/functions.xml b/generic_data/Functions/functions.xml index 7a51524..d1fe491 100644 --- a/generic_data/Functions/functions.xml +++ b/generic_data/Functions/functions.xml @@ -49,6 +49,34 @@ skewness() function #skew + + + input window time in secs + + covariance() function for two params + #covariance + + + + input window time in secs + + Pearson coefficient of two parameters + #pearson + + + + input window time in secs + + Kendall coefficient of two parameters + #kendall + + + + input window time in secs + + Spearman coefficient of two parameters + #spearman + input averaging time in secs @@ -114,11 +142,37 @@ Remove Spikes ( ! Experimental ! ) : filter(param, factor,nPoints) #filter + + "",mag + Cain model for Mars Magnetic Field + #bcain + density[cm^⁻3], b_magnitude[nT] Alfven velocity Valfven(density[cm^⁻3], b_magnitude[nT]) alfvenVelocity + + + External field: + + Compute MLT from geographical spacecraft position (cartesian coordinates and in Earth radius) + #maglib_mlt + + + + External field: + + Compute InvLat from geographical spacecraft position (cartesian coordinates and in Earth radius) + #maglib_invlat + + + + External field: + + Compute L Param from geographical spacecraft position (cartesian coordinates and in Earth radius) + #maglib_lparam + Perreault and Akasofu 1978 model u = perreault78(E_mag, B_mag, theta_p) @@ -156,6 +210,30 @@ lopez90 + + + alt(Km), sza(Radians) + + Electron Density around Venus <br/> + dn = pv_ionos_dn(alt, sza) <br/> + alt is the altitude in Km + sza is the solat zenith angle in radians + dn is the base 10 log of the model electron density in no/cc + + pv_ionos_dn + + + + alt(Km), sza(Radians) + + Electron temperature around Venus <br/> + te = pv_ionos_dn(alt, sza) <br/> + alt is the altitude in Km + sza is the solat zenith angle in radians + te is in log10 deg K + + pv_ionos_te + Input frame: -- libgit2 0.21.2