Skip to content

Commit

Permalink
Invert axes labels when loading from Mantid
Browse files Browse the repository at this point in the history
  • Loading branch information
Lazersmoke committed Oct 27, 2023
1 parent 059c12d commit 0372269
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Intensities/ExperimentData.jl
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ function load_nxs(filename)

if i <= 3 # This is long_name contains a covector
covectors[i,:] .= parse_long_name(long_name)
covectors[i,:] .= transpose(pinv(covectors[i,:]))
end
end

Expand Down

0 comments on commit 0372269

Please sign in to comment.