spedas / pyspedas

Python-based Space Physics Environment Data Analysis Software
https://pyspedas.readthedocs.io/
MIT License
143 stars 58 forks source link

pyspedas.libs('mom') only returns load routines, not particle analysis tools (e.g. spd_part_moments) #861

Closed jameswilburlewis closed 2 weeks ago

jameswilburlewis commented 1 month ago

Maybe libs() needs to import some sub-modules to individual tools? Or some of the init.py files are incomplete?

jameswilburlewis commented 2 weeks ago

I added some of the routines to the pyspedas namespace, which seems to be a good solution.