Skip to content

Commit de9970b

Browse files
authored
Fix missing time stamp converter (#741)
1 parent 61c3d40 commit de9970b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/mrpro/data/KData.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ def from_file(
152152
'Assuming Siemens time stamp format. If this is wrong, consider opening an Issue.',
153153
stacklevel=1,
154154
)
155+
convert_time_stamp = convert_time_stamp_siemens # 2.5ms time steps
155156
else:
156157
warnings.warn('No vendor information found. Assuming Siemens time stamp format.', stacklevel=1)
157158
convert_time_stamp = convert_time_stamp_siemens

0 commit comments

Comments
 (0)