Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MRIBuilder.jl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Michiel Cottaar
MRIBuilder.jl
Commits
f75cc3e4
Verified
Commit
f75cc3e4
authored
1 year ago
by
Michiel Cottaar
Browse files
Options
Downloads
Patches
Plain Diff
Better document new gradients
parent
8fcfee74
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/gradients/gradients.jl
+3
-6
3 additions, 6 deletions
src/gradients/gradients.jl
with
3 additions
and
6 deletions
src/gradients/gradients.jl
+
3
−
6
View file @
f75cc3e4
"""
Module defining sub-types of the [`GradientBlock`](@ref), i.e., any [`BuildingBlock`](@ref) that only defines a gradient profile.
In principle, t
here are only three types of [`GradientBlock`]:
T
here are only three types of [`GradientBlock`]
objects
:
- [`ChangingGradientBlock`](@ref): any gradient changing linearly in strength.
- [`ConstantGradientBlock`](@ref): any gradient staying constant in strength. These can overlap with a pulse (`SliceSelectPulse`).
- [`InstantGradientBlock`](@ref): an infinitely short gradient pulse.
All other gradient profiles are made up of [`ChangingGradientBlock`](@ref) and [`ConstantGradientBlock`](@ref) and hence are technically sequences.
They are still included here for clarity:
- [`PulsedGradient`](@ref)
- [`GradientWaveform`](@ref)
Combinations of these should sub-type from [`SpecificWaveform`](@ref).
"""
module
Gradients
...
...
@@ -19,7 +16,7 @@ include("instant_gradients.jl")
import
..
BuildingBlocks
:
GradientBlock
import
.
ChangingGradientBlocks
:
ChangingGradientBlock
import
.
ChangingGradientBlocks
:
ChangingGradientBlock
,
split_gradient
import
.
ConstantGradientBlocks
:
ConstantGradientBlock
import
.
InstantGradients
:
InstantGradientBlock
end
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment