Skip to content

Commit 4afc7df

Browse files
bpinsardyarikoptic
authored andcommitted
add custom_info to group_dicoms_into_seqinfos call in parser
1 parent 48f14bf commit 4afc7df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

heudiconv/parser.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ def get_study_sessions(
224224
file_filter=getattr(heuristic, "filter_files", None),
225225
dcmfilter=getattr(heuristic, "filter_dicom", None),
226226
custom_grouping=getattr(heuristic, "grouping", None),
227+
custom_seqinfo=getattr(heuristic, 'custom_seqinfo', None),
227228
)
228229

229230
if sids:

0 commit comments

Comments
 (0)