Jim Lewis
Jim Lewis
``` erg_orb_vars = pyspedas.erg.orb(trange=trange, varformat='*pos_gse') ``` Output: ``` 13-May-24 15:42:47: erg_orb_l2_pos_blocal is currently not in pytplot. 13-May-24 15:42:47: erg_orb_l2_pos_blocal_mag is currently not in pytplot. 13-May-24 15:42:47: erg_orb_l2_pos_beq is currently not...
To get specplot resampling working correctly on the various scenarios for spectra with varying bin sizes on the Y axis, we are basically mapping the input bins (vdata) onto a...
### Describe your issue. I have a time series of non-negative data values (which may include zero values). When I use interp1d with kind='linear', and pass a time value exactly...
Using setup.py files to build releases, as we currently do with pyspedas, is deprecated, and probably won't pass muster with upcoming PyHC tiering requirements or PyOpenSci reviews. We should explore...
There are some changes coming in pyspedas 2.0 that users will need to know about and adapt to. Most of the necessary changes will work in recent pyspedas 1.X.Y releases,...
We don't yet have the ability to download THEMIS data from SPDF, which would be nice to have when the THEMIS data server is down, as it is today.
From Hector Salinas, [email protected] This is Hector Salinas, PhD student from UT Arlington working under Rick Wilder and pySPEDAS user. I wanted to ask if there was a in pySPEDAS...
TBD: Find some guidance on best practices for minting DOIs for software. Also, how would we include the DOI for a specific release inside that release itself (e.g. in an...
See IDL SPEDAS issue https://github.com/spedas/bleeding_edge/issues/186 . We will also want to create distribution structures from FEEPS data in pyspedas.
Our current github actions test scripts install pyspedas via 'git clone' rather than 'pip install'. This won't catch packaging problems, as recently happened when some directories got moved without updating...