plasmapy.analysis.swept_langmuir.helpers
Helper functions for analyzing swept Langmuir traces.
Functions
check_sweep(voltage, current[, strip_units, ...])
|
Check that the voltage and current arrays are properly formatted for analysis by plasmapy.analysis.swept_langmuir. |
merge_voltage_clusters(voltage, current[, ...])
|
Search the voltage array for closely spaced voltage clusters based on the voltage_step_size parameter and merge those clusters, and associated current values, into a single point. |
sort_sweep_arrays(voltage, current[, ...])
|
Sort the swept langmuir voltage and current traces to ensure the voltage array is either monotonically increasing or decreasing. |