libera_utils.packets.read_sc_packet_data# libera_utils.packets.read_sc_packet_data(packet_data_filepaths: list[str | CloudPath | Path], apid: int = 11) → DataFrame# Read spacecraft packet data from a list of file paths. Parameters: packet_data_filepaths (list[str | PathType]) – The list of file paths to the raw packet data apid (int) – Application Packet ID to filter for. Default is 11 for JPSS geolocation packets. Returns: packet_data – The configured packet data as a pandas DataFrame. Return type: pd.DataFrame