exosim.plots.utils#
Functions#
|
Prepare the list of channels and the normalization object for plotting. |
Module Contents#
- prepare_channels_list(input_file)[source]#
Prepare the list of channels and the normalization object for plotting.
- Returns:
The sorted array of channel names and the normalization object.
- Return type:
Tuple[np.ndarray, matplotlib.colors.Normalize]