extrapolate_ion_current_OMLο
- plasmapy.diagnostics.langmuir.extrapolate_ion_current_OML(probe_characteristic, fit, visualize: bool = False)[source]ο
Extrapolate the ion current from the ion density obtained with the OML method.
- Parameters:
probe_characteristic (
Characteristic) β The probe characteristic that is being analyzed.fit (
ndarray) β Fit coefficients returned by the OML method.visualize (
bool, optional) β IfTruea plot of the extracted electron current is shown. Default isFalse.
- Returns:
ion_section β The exponential electron current growth section.
- Return type:
Notes
The exponential section of the probe characteristic should be a straight line if the plasma electrons are fully Maxwellian. The slope is then inversely proportional to the electron temperature.