Skip to content

Commit

Permalink
add two new acquisition flags for phase stabilization scans (#49)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
pehses and hansenms authored Mar 4, 2022
1 parent 16729ae commit 86e96e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ismrmrd/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@
ACQ_IS_DUMMYSCAN_DATA = 27
ACQ_IS_RTFEEDBACK_DATA = 28
ACQ_IS_SURFACECOILCORRECTIONSCAN_DATA = 29
ACQ_IS_PHASE_STABILIZATION_REFERENCE = 30
ACQ_IS_PHASE_STABILIZATION = 31
ACQ_COMPRESSION1 = 53
ACQ_COMPRESSION2 = 54
ACQ_COMPRESSION3 = 55
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def to_uri(filename):

setup(
name='ismrmrd',
version='1.9.7',
version='1.9.8',
author='ISMRMRD Developers',
author_email='[email protected]',
description='Python implementation of the ISMRMRD',
Expand Down

0 comments on commit 86e96e4

Please sign in to comment.