load_structures_from_csv#
- brainglobe_atlasapi.utils.load_structures_from_csv(structures_path)[source]#
Load structures information from a CSV file.
- Parameters:
structures_path (Path) – Path to the CSV file containing structures information.
- Returns:
A list of dictionaries, where each dictionary contains information about a structure, such as its acronym, id, name, structure_id_path, rgb_triplet, and mesh_filename.
- Return type:
list of dict