The bids_mapping_dict attribute in nifti_insertion_pipeline.py is unused, and get_bids_to_minc_terms_mapping does not mutate its parameters. Hence the attribute and function call can be removed.
The script works by calling get_bids_to_minc_terms_mapping later in imaging.py.
The
bids_mapping_dict
attribute innifti_insertion_pipeline.py
is unused, andget_bids_to_minc_terms_mapping
does not mutate its parameters. Hence the attribute and function call can be removed.The script works by calling
get_bids_to_minc_terms_mapping
later inimaging.py
.