Skip to content

Commit

Permalink
Update ge_read_pfile.py
Browse files Browse the repository at this point in the history
added rev29.1, 30.0
  • Loading branch information
hfxcarl authored Nov 3, 2023
1 parent 89076a1 commit d0a821d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions spec2nii/GE/ge_read_pfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def is_ge_file(self):
157276, # v24 empirical
213684, # 26.002
219828, # 27.000
228020 # 28.003
228020 # 28.003,29.1,30.0
):
return True
else:
Expand Down Expand Up @@ -318,7 +318,9 @@ def _version(self, filelike):
25.001, 25.002, 25.003, 25.004,
26.000, 26.001, 26.002,
27.000, 27.001,
28.000, 28.002, 28.003
28.000, 28.002, 28.003,
29.1,
30.0
]

# Note that caution is needed for float comparisons, given the
Expand Down

0 comments on commit d0a821d

Please sign in to comment.