Skip to content

Commit

Permalink
Update ge_hdr_fields.py
Browse files Browse the repository at this point in the history
added support for rev 29,30
  • Loading branch information
hfxcarl authored Nov 3, 2023
1 parent 933008e commit 89076a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec2nii/GE/ge_hdr_fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -2303,7 +2303,7 @@ def get_pfile_hdr_fields(version):
plist.append(('pad_xx', ct.c_char * 51))
plist.append(('rhi_image_uid', ct.c_char * 32))

elif version_major in (26, 27, 28):
elif version_major in (26, 27, 28, 29, 30):
plist.append(('rhr_rh_rdbm_rev', ct.c_float))
plist.append(('rhr_rdb_hdr_off_data', ct.c_int))
plist.append(('pad_xx', ct.c_char * 84))
Expand Down

0 comments on commit 89076a1

Please sign in to comment.