I/O Module
I/O Functions
The IO module in the ExR Tools is designed to streamline the process of reading, converting, and managing image data files for expansion microscopy
- exr.io.io.create_folder_structure(processed_dir, rois, rounds)[source]
Creates a results folder for the specified code.
- exr.io.io.load_json(file_path)[source]
Loads a JSON file from the specified path and returns the data.
- Parameters:
file_path (str) – The path to the JSON file to load.
- Returns:
The data loaded from the JSON file or None if an error occurs.
- Return type:
Union[Dict, None]