Closed iamnielsjanssen closed 1 month ago
The problem is that the h5 file for fslr32k uses a different database name inside the h5 file:
~/brainstat_data/bigbrain_data$ h5ls histology_fslr32k.h5 fs_LR_64k Dataset {50, 64984}
In file "histology.py" you add this code to fix
# added by NIELS if template == "fslr32k": template = "fs_LR_64k" with h5py.File(histology_file, "r") as h5_file: profiles = h5_file.get(template)[...] if civet_template: ----cut----
The problem is that the h5 file for fslr32k uses a different database name inside the h5 file:
In file "histology.py" you add this code to fix