#include <stdint.h>
Go to the source code of this file.
|
| uint8_t | MPI_validate_science_data_file (const char *file_path) |
| | Check if the given file path is a valid MPI science data file with a few heuristics (file size, sync word count).
|
◆ MPI_validate_science_data_file()
| uint8_t MPI_validate_science_data_file |
( |
const char * | file_path | ) |
|
Check if the given file path is a valid MPI science data file with a few heuristics (file size, sync word count).
- Parameters
-
| file_path | Path of potential science data file to validate. |
- Returns
- 0 if valid. >0 on invalid.