Skip to content

Commit

Permalink
Added missing tplot_math routines
Browse files Browse the repository at this point in the history
  • Loading branch information
jameswilburlewis committed Apr 19, 2024
1 parent da2e3d2 commit e174736
Showing 1 changed file with 63 additions and 0 deletions.
63 changes: 63 additions & 0 deletions docs/source/math_routines.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,18 @@ Average over time
-----------------
.. autofunction:: pytplot.tplot_math.avg_res_data

Clean Spikes
------------
.. autofunction:: pytplot.tplot_math.clean_spikes

Clip Data
---------
.. autofunction:: pytplot.tplot_math.clip

Crop Data
---------
.. autofunction:: pytplot.tplot_math.crop

Deflag Data
-----------
.. autofunction:: pytplot.tplot_math.deflag
Expand All @@ -36,6 +44,10 @@ Derivative
----------
.. autofunction:: pytplot.tplot_math.derive

Dynamic Power Spectrum
----------------------
.. autofunction:: pytplot.tplot_math.dpwrspc

Flatten Data
------------
.. autofunction:: pytplot.tplot_math.flatten
Expand All @@ -49,10 +61,61 @@ Join/Split Data
.. autofunction:: pytplot.tplot_math.join_vec
.. autofunction:: pytplot.tplot_math.split_vec

Make a data gap
------------------------------
.. autofunction:: pytplot.tplot_math.makegap

Power Spectrum
--------------
.. autofunction:: pytplot.tplot_math.pwr_spec

Subtract Average/Median
-----------------------
.. autofunction:: pytplot.tplot_math.subtract_average
.. autofunction:: pytplot.tplot_math.subtract_median

Vector Dot/Cross Products
-------------------------
.. autofunction:: pytplot.tplot_math.tdotp
.. autofunction:: pytplot.tplot_math.tcrossp

Dynamic Power Spectrum of Tplot variable
-----------------------------------------
.. autofunction:: pytplot.tplot_math.tdpwrspc

Time Clip
---------
.. autofunction:: pytplot.tplot_math.time_clip

Interpolate Tplot Variables
---------------------------
.. autofunction:: pytplot.tplot_math.tinterp

Km to/from Earth Radii unit conversion
--------------------------------------
.. autofunction:: pytplot.tplot_math.tkm2re

Normalize to unit vectors
--------------------------------------
.. autofunction:: pytplot.tplot_math.tnormalize

Power Spectrum of Tplot variable
--------------------------------
.. autofunction:: pytplot.tplot_math.tpwrspc

Smooth Data
-----------
.. autofunction:: pytplot.tplot_math.tsmooth










Spectrum Multiplication
-----------------------
.. autofunction:: pytplot.tplot_math.spec_mult
Expand Down

0 comments on commit e174736

Please sign in to comment.