From e1747365169f43fec4ccf180293433e11e16ba4a Mon Sep 17 00:00:00 2001 From: jameswilburlewis Date: Thu, 18 Apr 2024 19:30:56 -0700 Subject: [PATCH] Added missing tplot_math routines --- docs/source/math_routines.rst | 63 +++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) diff --git a/docs/source/math_routines.rst b/docs/source/math_routines.rst index 3577240..b139582 100644 --- a/docs/source/math_routines.rst +++ b/docs/source/math_routines.rst @@ -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 @@ -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 @@ -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