pyspedas
pyspedas copied to clipboard
Python-based Space Physics Environment Data Analysis Software
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...
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.
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...
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...
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,...
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...
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...
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...
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...