libera_utils.kernel_maker.get_spice_packet_data_from_filepaths#
- libera_utils.kernel_maker.get_spice_packet_data_from_filepaths(packet_data_filepaths)#
Utility function to return an array of packet data from a list of file paths of raw JPSS APID 11 geolocation packet data files.
- Parameters:
- packet_data_filepathslist
The list of file paths to the raw packet data
- :returns: **packet_data – The configured packet data. See packets.py for more details on structure**
- :rtype: numpy.ndarray