libera_utils.packets.read_azel_packet_data#
- libera_utils.packets.read_azel_packet_data(packet_data_filepaths: list[str | CloudPath | Path], apid: int = 1048) DataFrame #
Read Az/El packet data from a list of file paths.
- Parameters:
- packet_data_filepathslist[str | Path | CloudPath]]
The list of file paths to the raw packet data
- apidint
Application Packet ID to filter for. Default is 1048 for Az/El sample packets.
- :returns: **packet_data – The configured packet data as a pandas DataFrame with restructured samples.**
- :rtype: pd.DataFrame