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

Document edge_times flag

parent 3a3b96da
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ effective_time(block::Tuple{<:VariableType, <:AbstractBlock}) = block[1] + effec
"""
edge_times(container)
edge_times(container; tol=1e-6)
Returns all the edge times during a sequence in ms.
......@@ -56,6 +56,8 @@ Edges are defined as any time, when:
- the edge of a building block
- the slope of the gradient profile changes suddenly
- an RF pulse starts or ends
Edges that are within `tol` ms of each other are considered to be one edge (default: 1 ns).
"""
function edge_times end
......
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