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

Fix docs

parent 46a68dd4
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ Main interface: ...@@ -19,7 +19,7 @@ Main interface:
- [`waveform_sequence`](@ref) returns just the gradient waveform as a sequence of [`GradientWaveform`](@ref) objects. - [`waveform_sequence`](@ref) returns just the gradient waveform as a sequence of [`GradientWaveform`](@ref) objects.
- [`waveform`](@ref) returns just the gradient waveform as a sequence of (time, gradient_strength) tuples. - [`waveform`](@ref) returns just the gradient waveform as a sequence of (time, gradient_strength) tuples.
- [`events`](@ref) returns the RF pulses and readouts. - [`events`](@ref) returns the RF pulses and readouts.
- [`qval3`](@ref) returns area under curve for (part of) the gradient waveform. - [`qval`](@ref) returns area under curve for (part of) the gradient waveform.
Sub-types need to implement: Sub-types need to implement:
- `Base.keys`: returns sequence of keys to all the components. - `Base.keys`: returns sequence of keys to all the components.
......
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