lf.data.rx.check_mat¶
-
lf.data.rx.check_mat(mat_file, variables=None)¶ Check if a .mat file is a valid LF data mat file
- Parameters
mat_file (string) – Path to .mat file
variables (list of str, optional) – List of variables of interest
- Returns
Dictionary of booleans for the validity of the mat_file and variables
- Return type
Dict