libera_utils.kernel_maker.make_jpss_kernels_from_manifest#
- libera_utils.kernel_maker.make_jpss_kernels_from_manifest(manifest_file_path: str, output_directory: str)#
Alpha function triggering kernel generation from manifest file.
If the manifest configuration field contains “start_time” and “end_time” fields then this function will select only packet data that falls in that range. If these are not given, then all packet data will be used.
- Parameters:
manifest_file_path (str or cloudpathlib.anypath.AnyPath) – Path to the manifest file that includes end_time and start_time in the configuration section
output_directory (str or cloudpathlib.anypath.AnyPath) – Path to save the completed kernels
- Returns:
output_directory – Path to the directory containing the completed kernels
- Return type: