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
Merge requests
!5
Resolve "Allow slice selection"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Allow slice selection"
1-allow-slice-selection
into
main
Overview
0
Commits
15
Pipelines
4
Changes
2
Merged
Michiel Cottaar
requested to merge
1-allow-slice-selection
into
main
7 months ago
Overview
0
Commits
15
Pipelines
4
Changes
2
Expand
Closes
#1 (closed)
0
0
Merge request reports
Viewing commit
59d62623
Prev
Next
Show latest version
2 files
+
4
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
Unverified
59d62623
Make `adjust` available when defining sequence (components)
· 59d62623
Michiel Cottaar
authored
7 months ago
src/post_hoc.jl
+
1
−
1
Options
@@ -3,7 +3,7 @@ Define post-fitting adjustments of the sequences
"""
module
PostHoc
import
..
Variables
:
AbstractBlock
,
adjust_internal
,
adjustable
import
..
Variables
:
AbstractBlock
,
adjust_internal
,
adjustable
,
adjust
import
..
Components
:
GradientWaveform
,
RFPulseComponent
,
BaseComponent
,
NoGradient
import
..
Containers
:
ContainerBlock
,
Sequence
,
Wait
Loading