Skip to content
Snippets Groups Projects
Commit e5b62fc5 authored by Tamas Borbath's avatar Tamas Borbath
Browse files

The more correct ppm shift of water is at 4.66 ppm.

Changed getPpmVector. On my PC the changed ppm shift was already in use since July 2020
parent 9e66622d
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ bw = linspace(-bw/2,bw/2,size(this.Data{1},this.kx_dim) * zeroFillFactor);
if strcmp(this.Parameter.Headers.Nucleus,'31P')
ppm = bw/(txFreq*1e-6);
else
ppm = bw/(txFreq*1e-6) + 4.7;
ppm = bw/(txFreq*1e-6) + 4.66;
end
end
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment