waveform_editor.shape_editor.plasma_shape_calc.update_outline_from_gaps¶
- waveform_editor.shape_editor.plasma_shape_calc.update_outline_from_gaps(gaps)¶
Compute outline coordinates from a list of Gap objects.
- Parameters:
- gaps¶
List of Gap objects.
- Returns:
Tuple of (outline_r, outline_z), or (None, None) if gaps is empty.
Last update:
2026-05-21