Jim Lewis

Results 106 issues of 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...

bug
ERG

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...

pytplot
Performance
plotting

### 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...

defect
scipy.interpolate

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...

QA/Testing
python
refactoring
deprecated
packaging

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,...

pytplot
MMS
Documentation
Tutorials
refactoring
plotting
deprecated
packaging

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.

enhancement
THEMIS
Data Servers

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...

enhancement
pytplot
MMS
plotting

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...

Admin
Documentation

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.

enhancement
MMS
particles

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...

QA/Testing
python
packaging