We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a45d1e commit 063b5e0Copy full SHA for 063b5e0
python/lib/dcm2bids_imaging_pipeline_lib/nifti_insertion_pipeline.py
@@ -437,7 +437,7 @@ def _determine_new_nifti_assembly_rel_path(self):
437
# determine NIfTI file name
438
new_nifti_name = self._construct_nifti_filename(file_bids_entities_dict)
439
already_inserted_filenames = self.imaging_obj.get_list_of_files_already_inserted_for_session_id(
440
- self.dicom_archive_obj.tarchive_info_dict["SessionID"]
+ self.session_obj.session_info_dict['ID']
441
)
442
while new_nifti_name in already_inserted_filenames:
443
file_bids_entities_dict['run'] += 1
0 commit comments