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

Fix location of scanner_constraints! definition

parent 2419cb62
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ import ...Wait: WaitBlock ...@@ -5,7 +5,7 @@ import ...Wait: WaitBlock
import ...Readouts: InstantReadout import ...Readouts: InstantReadout
import ...Pulses: RFPulseBlock import ...Pulses: RFPulseBlock
import ...Gradients: GradientBlock import ...Gradients: GradientBlock
import ...Scanners: scanner_constraints! import ...BuildingBlocks: scanner_constraints!
""" """
GenericWaveform(duration, waveform, interruptions) GenericWaveform(duration, waveform, interruptions)
......
...@@ -7,10 +7,9 @@ import JuMP: @constraint, @variable, VariableRef, value ...@@ -7,10 +7,9 @@ import JuMP: @constraint, @variable, VariableRef, value
import StaticArrays: SVector import StaticArrays: SVector
import LinearAlgebra: norm import LinearAlgebra: norm
import ...Variables: qvec, rise_time, flat_time, slew_rate, gradient_strength, variables, duration, δ, get_free_variable, VariableType, inverse_slice_thickness, inverse_bandwidth, effective_time import ...Variables: qvec, rise_time, flat_time, slew_rate, gradient_strength, variables, duration, δ, get_free_variable, VariableType, inverse_slice_thickness, inverse_bandwidth, effective_time
import ...BuildingBlocks: duration, set_simple_constraints!, fixed, RFPulseBlock import ...BuildingBlocks: duration, set_simple_constraints!, fixed, RFPulseBlock, scanner_constraints!
import ...BuildSequences: global_model import ...BuildSequences: global_model
import ...Gradients: ChangingGradientBlock, ConstantGradientBlock import ...Gradients: ChangingGradientBlock, ConstantGradientBlock
import ...Scanners: scanner_constraints!
import ..Abstract: interruptions, waveform, AbstractOverlapping import ..Abstract: interruptions, waveform, AbstractOverlapping
......
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