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
!3
Add InstantPulse and InstantGradient pulseq extension support
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add InstantPulse and InstantGradient pulseq extension support
pulseq_extensions
into
main
Overview
0
Commits
19
Pipelines
2
Changes
1
Merged
Michiel Cottaar
requested to merge
pulseq_extensions
into
main
9 months ago
Overview
0
Commits
19
Pipelines
2
Changes
1
Expand
Closes
#9 (closed)
0
0
Merge request reports
Viewing commit
f5ad983e
Prev
Next
Show latest version
1 file
+
0
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Unverified
f5ad983e
Remove noisy @show
· f5ad983e
Michiel Cottaar
authored
9 months ago
src/sequence_io/pulseq.jl
+
0
−
1
Options
@@ -74,7 +74,6 @@ function BuildingBlock(pulseq::PulseqBlock; version, BlockDurationRaster, Radiof
push!
(
times
,
0.
)
end
waveform
=
[(
t
,
_get_amplitude
.
(
grads
,
t
,
GradientRasterTime
))
for
t
in
times
]
@show
waveform
return
BuildingBlock
(
waveform
,
events
)
end
Loading