Jim Lewis
Jim Lewis
``` Traceback (most recent call last): File "", line 189, in _run_module_as_main File "", line 112, in _get_module_details File "/home/runner/work/pyspedas/pyspedas/pyspedas/__init__.py", line 15, in from .cdagui.cdagui import cdagui File "/home/runner/work/pyspedas/pyspedas/pyspedas/cdagui/cdagui.py", line...
See https://github.com/spedas/pyspedas/issues/816 We have several interpolation methods available in PySPEDAS and PyTplot, with minor differences in capabilities and arguments to be passed. We need a notebook showing how to use...
Here is the next batch of routines that need their docstrings checked and updated. All parameters should be documented, with any default values called out, and any "multiple-choice" type parameters...
We have too many routines for doing interpolation, with slight differences in what kind of inputs they take (bare arrays, tplot variables, tplot+time array) and the exact operations performed (interpolate...
The new cdflib returns CDF times as numpy datetime64 objects with microsecond precision. This causes warnings in store_data when the timestamps are passed to the xarray DataArray constructor. There's a...
There's an open bug report in cdflib that with certain datasets, TT2000 times can get truncated to 1-hour resolution: https://github.com/MAVENSDC/cdflib/issues/233 The data file in question is mvn_sep_l2_s1-cal-svy-full_20220801_v04_r03.cdf . Filtering out...
Some of the options in tplot_options may not have made the transition from the Qt or Bokeh versions to the matplotlib version of pytplot. Also, tplot_options calls set_tplot_options (in tplot_utilities.py),...
The logic to this feature should probably be reimplemented, or even better, redesigned to be more useful in the general case. Someone might want more than a "left" and "right"...
In tplot we have: ``` if save_png is not None and save_png != '': plt.savefig(save_png + '.png', dpi=dpi) ``` and similar for other output formats. We should check whether there's...
pytplot should support the trange keyword for the sake of IDL compatibility. Posting here for tracking purposes, see https://github.com/MAVENSDC/PyTplot/issues/189 .