enstools.compression.api.analyze_file_significant_bits

enstools.compression.api.analyze_file_significant_bits(file_path: str) dict

Analyzes the significant bits in each variable of a file.

Reads the file, analyzes each variable, and returns a dictionary with the number of significant bits for each variable.

Args:

file_path (str): The path to the file.

Returns:

dict: A dictionary with variable names as keys and the number of significant bits as values.