imap_processing.idex.idex_l2a.log_smooth_powerlaw#
- imap_processing.idex.idex_l2a.log_smooth_powerlaw(log_v: float, log_a: float, params: ndarray) float#
Define a smoothly transitioning power law used by the IDEX calibration curves.
This helper is used in two ways: - rise-time calibration: log10(velocity [km/s]) to log10(rise_time [us]) - yield calibration: log10(velocity [km/s]) to log10(charge_yield [C/kg])
- Parameters:
- Returns:
The calibrated log10 output. This is either log10(rise_time [us]) for the rise-time case or log10(charge_yield [C/kg]) for the yield case.
- Return type: