Jim Lewis
Jim Lewis
When the Magstar load routines are finished in IDL SPEDAS, and the data are fully available, we should add this feature to pyspedas as well.
Some of the Solar Orbiter data files at SPDF are organized with timestamps down to the second in the filename, e.g.: solo_l1_swa-eas-padc_20200620t120002-20200620t130001_v01.cdf We are currently using 60 sec resolution when...
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...
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...
Most of our mission directories have load routines defined in the `__init__.py` file for each module. This can be confusing, because the source code isn't in the obvious place `load_whatever.py`....
``` import pyspedas from pytplot import tplot mepi_tof_vars = pyspedas.erg.mepi_tof(trange=['2017-03-27', '2017-03-28']) tplot('erg_mepi_l2_tofflux_FPDU') ``` produces: `01-Feb-24 12:27:47: Too many dimensions on the variable: erg_mepi_l2_tofflux_FPDU`