Skip to content

Commit

Permalink
Merge pull request #797 from HJZollner/develop
Browse files Browse the repository at this point in the history
[BUG FIX] - Inconsistent mapping of .seq parameter in nii_hdr_ext - o…
  • Loading branch information
HJZollner authored Nov 7, 2024
2 parents 6803d56 + 5f3cdf6 commit 98a28b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion settings/version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{"Version": "2.8.4",
{"Version": "2.8.5",
"Date": "November 7, 2024",
"Description": "First digit for major releases, second digit for regular compiled releases, third digit for each commit to the develop branch. "}
2 changes: 1 addition & 1 deletion utilities/osp_generate_nii_hdr_ext.m
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
nii_hdr_ext.TxOffset = double(0);
nii_hdr_ext.Manufacturer = in.Manufacturer;
nii_hdr_ext.SoftwareVersions = in.software;
nii_hdr_ext.ProtocolName = in.seq;
nii_hdr_ext.SequenceName = in.seq;
nii_hdr_ext.PatientPosition = in.PatientPosition;
nii_hdr_ext.ConversionMethod = OspreyVersion;
nii_hdr_ext.ConversionTime = datestr(now,30);
Expand Down

0 comments on commit 98a28b5

Please sign in to comment.