Skip to content

Commit 86e96e4

Browse files
pehseshansenms
andauthored
add two new acquisition flags for phase stabilization scans (#49)
* add two new acquisition flags for phase stabilization scans (introduced in ismrmrd 1.7.0) * bump version 1.9.8 Co-authored-by: Michael Hansen <[email protected]>
1 parent 16729ae commit 86e96e4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ismrmrd/constants.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@
4747
ACQ_IS_DUMMYSCAN_DATA = 27
4848
ACQ_IS_RTFEEDBACK_DATA = 28
4949
ACQ_IS_SURFACECOILCORRECTIONSCAN_DATA = 29
50+
ACQ_IS_PHASE_STABILIZATION_REFERENCE = 30
51+
ACQ_IS_PHASE_STABILIZATION = 31
5052
ACQ_COMPRESSION1 = 53
5153
ACQ_COMPRESSION2 = 54
5254
ACQ_COMPRESSION3 = 55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def to_uri(filename):
5555

5656
setup(
5757
name='ismrmrd',
58-
version='1.9.7',
58+
version='1.9.8',
5959
author='ISMRMRD Developers',
6060
author_email='[email protected]',
6161
description='Python implementation of the ISMRMRD',

0 commit comments

Comments
 (0)