Skip to content

Commit

Permalink
Fix issue with exporting I-ALiRT data
Browse files Browse the repository at this point in the history
  • Loading branch information
mfacchinelli committed Feb 27, 2024
1 parent b6e4f91 commit fa0c38a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions resources/ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
- Add processing step to cast variable data type (`mag.process.Cast`)
- Allow adding input arguments to conversion function in `mag.graphics.operation.Convert`
- Fix issue with setting I-ALiRT mode when loading
- Fix issue with exporting I-ALiRT data
2 changes: 1 addition & 1 deletion src/io/+mag/+io/+format/ScienceMAT.m
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

arguments
~
data (1, 1) mag.Instrument
data (1, 1) {mustBeA(data, ["mag.Instrument", "mag.IALiRT"])}
end

exportedData.B.P.Time = data.Primary.Time;
Expand Down

0 comments on commit fa0c38a

Please sign in to comment.