neuralfetch.utils.compute_study_info

neuralfetch.utils.compute_study_info(name: str, folder: str | Path) dict[str, Any][source][source]

Load study name from folder and return a dict of actual StudyInfo values.

Always computes num_timelines, num_subjects, num_events_in_query, and event_types_in_query. Attempts to read one Fmri/MneRaw event for data_shape, frequency, and fmri_spaces (skipped on failure).