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

Remove linearise

parent 047ce799
No related branches found
No related tags found
No related merge requests found
Pipeline #23621 passed
...@@ -27,8 +27,8 @@ export variables, duration, effective_time, flip_angle, amplitude, phase, freque ...@@ -27,8 +27,8 @@ export variables, duration, effective_time, flip_angle, amplitude, phase, freque
import .Components: InstantPulse, ConstantPulse, SincPulse, GenericPulse, InstantGradient, SingleReadout, ADC import .Components: InstantPulse, ConstantPulse, SincPulse, GenericPulse, InstantGradient, SingleReadout, ADC
export InstantPulse, ConstantPulse, SincPulse, GenericPulse, InstantGradient, SingleReadout, ADC export InstantPulse, ConstantPulse, SincPulse, GenericPulse, InstantGradient, SingleReadout, ADC
import .Containers: ContainerBlock, start_time, end_time, waveform, waveform_sequence, events, BaseBuildingBlock, BuildingBlock, Wait, BaseSequence, nrepeat, Sequence, AlternativeBlocks, match_blocks!, get_index_single_TR, readout_times, edge_times, SequencePart, split_times, split_timestep, LinearSequence, iter_blocks, iter_instant_gradients, iter_instant_pulses import .Containers: ContainerBlock, start_time, end_time, waveform, waveform_sequence, events, BaseBuildingBlock, BuildingBlock, Wait, BaseSequence, nrepeat, Sequence, AlternativeBlocks, match_blocks!, get_index_single_TR, readout_times, edge_times, iter_blocks, iter_instant_gradients, iter_instant_pulses
export ContainerBlock, start_time, end_time, waveform, waveform_sequence, events, BaseBuildingBlock, BuildingBlock, Wait, BaseSequence, nrepeat, Sequence, AlternativeBlocks, match_blocks!, get_index_single_TR, readout_times, edge_times, SequencePart, split_times, split_timestep, LinearSequence, iter_blocks, iter_instant_gradients, iter_instant_pulses export ContainerBlock, start_time, end_time, waveform, waveform_sequence, events, BaseBuildingBlock, BuildingBlock, Wait, BaseSequence, nrepeat, Sequence, AlternativeBlocks, match_blocks!, get_index_single_TR, readout_times, edge_times, iter_blocks, iter_instant_gradients, iter_instant_pulses
import .Pathways: Pathway, duration_transverse, duration_dephase, bval, bmat, get_pathway import .Pathways: Pathway, duration_transverse, duration_dephase, bval, bmat, get_pathway
export Pathway, duration_transverse, duration_dephase, bval, bmat, get_pathway export Pathway, duration_transverse, duration_dephase, bval, bmat, get_pathway
......
...@@ -3,12 +3,10 @@ include("abstract.jl") ...@@ -3,12 +3,10 @@ include("abstract.jl")
include("building_blocks.jl") include("building_blocks.jl")
include("base_sequences.jl") include("base_sequences.jl")
include("alternatives.jl") include("alternatives.jl")
include("linearise.jl")
import .Abstract: ContainerBlock, start_time, end_time, effective_time, readout_times, edge_times, iter_blocks, iter_instant_gradients, iter_instant_pulses import .Abstract: ContainerBlock, start_time, end_time, effective_time, readout_times, edge_times, iter_blocks, iter_instant_gradients, iter_instant_pulses
import .BuildingBlocks: BaseBuildingBlock, BuildingBlock, Wait, waveform, waveform_sequence, events, ndim_grad import .BuildingBlocks: BaseBuildingBlock, BuildingBlock, Wait, waveform, waveform_sequence, events, ndim_grad
import .BaseSequences: BaseSequence, Sequence, nrepeat, get_index_single_TR import .BaseSequences: BaseSequence, Sequence, nrepeat, get_index_single_TR
import .Alternatives: AlternativeBlocks, match_blocks! import .Alternatives: AlternativeBlocks, match_blocks!
import .Linearise: SequencePart, split_times, split_timestep, LinearSequence
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