Skip to content

Commit

Permalink
On branch develop
Browse files Browse the repository at this point in the history
	modified:   plotktraj.m
  • Loading branch information
Jon-Fredrik Nielsen committed Dec 11, 2023
1 parent 9b6f1bf commit d4916a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion +toppe/plotktraj.m
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function plotktraj(fname, varargin)
%%% gamma/2pi in Hz/Gauss, and raters is in s. If gradients are in other
%%% units would need to change these values.
sys = toppe.systemspecs();
gamma = sys.gamma; % gamma/2pi in Hz/Gauss
gamma = sys.gamma*1e-4; % gamma/2pi in Hz/Gauss
raster = 1e-6*sys.raster; % sampling time in s

% calculate and plot ktraj
Expand Down

0 comments on commit d4916a9

Please sign in to comment.