Skip to content

Instantly share code, notes, and snippets.

@adcoh
Created November 15, 2020 16:18
Show Gist options
  • Save adcoh/002e4dc04cb29139b408624191f67a7d to your computer and use it in GitHub Desktop.
Save adcoh/002e4dc04cb29139b408624191f67a7d to your computer and use it in GitHub Desktop.
A fixed dictionary for a MAFAT radar segment
class _Segment(Dict, ABC):
segment_id: Union[int, str]
output_array: np.ndarray
doppler_burst: np.ndarray
target_type: np.ndarray
segment_count: int
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment