pyspedas icon indicating copy to clipboard operation
pyspedas copied to clipboard

Python-based Space Physics Environment Data Analysis Software

Results 177 pyspedas issues
Sort by recently updated
recently updated
newest added

It looks like erg.sd_fit() and erg.isee_brio() are loading some data the usual way, with cdf_to_tplot, then opening one of the CDFs and doing some sort of position table post-processing. We...

pytplot
refactoring
CDF
ERG

Shawn Polson would like to have worked out solutions to the "PyHC Roulette" coding challenges by the end of February. There are about 20 simple PySPEDAS examples to document.

Documentation
Tutorials
onboarding

In IDL, tplot variable names are always case-sensitive. There are routines in pyspedas and pytplot that are using fnmatch.fnmatch() or fnmatch.filter() to do wildcard matching between tplot variable names. These...

enhancement
pytplot

Issue at line 422 in pyspedas/utilities/download.py `for dirpath, dirnames, filenames in os.walk(local_path_to_search):' This line loops through the full directory list in local_path_to_search, which is usually a large data folder. It...

enhancement
Performance

We need to create/add a test suite for the recently added VirES client. Note: we might be able to simply update the Swarm test suite to include more data products,...

QA/Testing
Documentation

epac instrument: According to the CDAWeb directory layout, valid options appear to include: 'epac_br', 'epac_el', 'epac_er', 'epac_hr', 'epac_hs', 'epac_m1', 'epac_op', 'epac_oz', epac_pr', 'epac_ps', 'epac_zr', epac_zs' but only epac_m1 seems to...

enhancement
CDAWeb

IDL GEOPACK has a routine to calculate the W coefficients from OMNI data. In Python, we're downloading data files from Tsyganenko's web site. It would be better to generate them...

enhancement
geopack

See: https://github.com/spedas/bleeding_edge/issues/144 The EFI calibration settings on one of the probes have changed, and we should correct for this in the scpot->density estimates. Jim M will look at the IDL...

enhancement
THEMIS
particles

Antarctic (Penguin) ground-based magnetometer data is no longer being downloaded. A new server is in place. Previously data were downloaded by year but now files must be downloaded by day....

the input 'time' must be a Scalar, If you want to get the VDF at different times, you must loop through the operation, which will cause re-reading of the cdf...

enhancement
MMS
Performance
analysis