spedas / pyspedas

Python-based Space Physics Environment Data Analysis Software
https://pyspedas.readthedocs.io/
MIT License
143 stars 58 forks source link

Update usages of deprecated parameter names in pyspedas #829

Closed jameswilburlewis closed 2 months ago

jameswilburlewis commented 2 months ago

We have many usages of deprecated parameter names (new_names, new_tvar, etc) in pyspedas utilities and probably more in examples and notebooks. These should be updated to use the preferred 'newname' parameter.

jameswilburlewis commented 2 months ago

Also, a few pyspedas utilities haven't yet had the 'newname' parameter added and the other deprecated: subtract_average, subtract_median, time_clip, tsmooth, tdeflag (in docstrings)