cubids.metadata_merge.get_acq_dictionary

get_acq_dictionary()[source]

Create a BIDS data dictionary from dataframe columns.

Parameters:

df (pandas.DataFrame) – Pre export TSV that will be converted to a json dictionary.

Returns:

acq_dict – Python dictionary in BIDS data dictionary format

Return type:

dict