Skip to content

Commit 5b33646

Browse files
committed
Switch back order of seqinfo_fields
To preserve backwards compatibility
1 parent 4ac551e commit 5b33646

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

heudiconv/utils.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
'patient_age', # 22
4646
'patient_sex', # 23
4747
'date', # 24
48-
'time', # 25
49-
'series_uid', # 26
50-
]
48+
'series_uid', # 25
49+
'time', # 26
50+
]
5151

5252
SeqInfo = namedtuple('SeqInfo', seqinfo_fields)
5353

0 commit comments

Comments
 (0)