Alexander Drozdov
Alexander Drozdov
I marked some of my tasks as `(Sasha / [assign others])`. If I will have time, I will take the tasks back changing them to just `(Sasha)`, if they will...
@jameswilburlewis, is Tsyganenko's original Fortran code traces the field lines? I think what @nickssl is referring to is related to field tracing not the magnetic field model. As far as...
I have created a prototype of the function in a separate branch: https://github.com/spedas/pyspedas/blob/calculate_lshell/pyspedas/geopack/calculate_lshell.py
There is something I don't understand. In SPEDAS we call `geopack_trace` without any keywords for external magnetic field. And we also set option `par=0`. According to documentation this option is...
As I said during the meeting, I assumed that it was a default behavior. I had to use deepcopy at lease here https://github.com/spedas/pyspedas/blob/78f498b9e4e349edb1013695dca752fce4e4947e/pyspedas/themis/spacecraft/fields/fit.py#L177 ```Python from copy import deepcopy d =...
Hi @jameswilburlewis, I thought pyspedas.logging was the main way to output the log reports to console. Also, I think I should redesign the test to be more robust. I had...
Hm... I was not able to preproduce this error so far. I will keep investigating.
I looked into github actions is it seems that all tests have passed. The tests reply on the internet connection to the fdsn servers. Perhaps it is not ideal, but...
The problem is reproduced. The final tplot figure shows different spectrum for electrons and ions:  However, the figure for different range of pitch angles is the same:  The...