Alexander Drozdov
Alexander Drozdov
Transfer IDL routine which calculate density from the spacecraft potential. There are 3 available routines (in themis/common): - thm_scpot_density.pro (is an updated (from 2017) version of the suite of "spacecraft...
MMS loading routines create a login file `mms_auth_info.pkl` in the user's home folder. However, I did not find any documentation about this. Also, the mms login function `mms_login_lasp` has insufficient...
I'm extending the test coverage for the `subtract_average` and `subtract_median` functions. Since `subtract_median` essentially wraps around `subtract_average`, I aim to create a test to verify if `subtract_median` correctly calls `subtract_average`...