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

Remove references to SequenceBuilder

parent ceb0d625
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,6 @@ end_time(bb) = duration(bb)
scanner_constraints!([model, ]building_block, scanner)
Adds any constraints from a specific scanner to a [`BuildingBlock`]{@ref}.
If a [`Scanner`](@ref) is provided to the `SequenceBuilder`, this will be called under the hood on every [`BuildingBlock`]@(ref).
"""
function scanner_constraints!(building_block::BuildingBlock, scanner::Scanner)
scanner_constraints!(owner_model(building_block), building_block, scanner)
......
......@@ -10,8 +10,6 @@ import ...BuildSequences: @global_model_constructor
Defines an instantaneous gradient.
This is a [`BuildingBlock`](@ref) for the [`SequenceBuilder`](@ref).
## Parameters
- `orientation` sets the gradient orienation. Can be set to a vector for a fixed orientation. Alternatively, can be set to :bvec (default) to rotate with the user-provided `bvecs` or to :neg_bvec to always be the reverse of the `bvecs`.
......
......@@ -15,7 +15,6 @@ import ...BuildSequences: @global_model_constructor
PulsedGradient(; orientation=:bvec, variables...)
Defines a trapezoidal pulsed gradient
This is a [`BuildingBlock`](@ref) for a [`SequenceBuilder`](@ref).
## Parameters
......
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