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 61c3d40 commit de9970bCopy full SHA for de9970b
src/mrpro/data/KData.py
@@ -152,6 +152,7 @@ def from_file(
152
'Assuming Siemens time stamp format. If this is wrong, consider opening an Issue.',
153
stacklevel=1,
154
)
155
+ convert_time_stamp = convert_time_stamp_siemens # 2.5ms time steps
156
else:
157
warnings.warn('No vendor information found. Assuming Siemens time stamp format.', stacklevel=1)
158
convert_time_stamp = convert_time_stamp_siemens
0 commit comments