Skip to content
Snippets Groups Projects
Verified Commit 364e95bb authored by Michiel Cottaar's avatar Michiel Cottaar
Browse files

Fix typo

parent 79bd6d63
No related branches found
No related tags found
No related merge requests found
...@@ -180,7 +180,7 @@ ramp_overlap(lr::LineReadout) = lr.ramp_overlap ...@@ -180,7 +180,7 @@ ramp_overlap(lr::LineReadout) = lr.ramp_overlap
inverse_fov(lr::LineReadout) = @. 1e3 * dwell_time(lr.adc) * gradient_strength(lr.trapezoid) inverse_fov(lr::LineReadout) = @. 1e3 * dwell_time(lr.adc) * gradient_strength(lr.trapezoid)
inverse_voxel_size(lr::LineReadout) = @. 1e3 * duration(lr.adc) * gradient_strength(lr.trapezoid) inverse_voxel_size(lr::LineReadout) = @. 1e3 * duration(lr.adc) * gradient_strength(lr.trapezoid)
get_readout(lr::LineReadout) = rl.adc get_readout(lr::LineReadout) = lr.adc
get_gradient(lr::LineReadout) = rl.trapezoid get_gradient(lr::LineReadout) = lr.trapezoid
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