pyrfu.pyrf.anisotropy_thresholds module#
- pyrfu.pyrf.anisotropy_thresholds.anisotropy_thresholds(beta_para: float | ndarray, specie: str = 'i', gamma: float = 0.01) Dict[str, float | ndarray][source]#
Compute the thresholds for temperature anisotropy instabilities based on plasma species and growth rate.
- Parameters:
- Returns:
Dictionary of thresholds with instability names as keys.
- Return type:
- Raises:
ValueError – If specie is not “i” or “e”, or if gamma is not supported.