diff --git a/src/components/pulses/sinc_pulses.jl b/src/components/pulses/sinc_pulses.jl index 8e19aa333bd44f053dcc603feea44e9156835d99..9ffebfb229cbf24fe33026adeb7988a787711e8b 100644 --- a/src/components/pulses/sinc_pulses.jl +++ b/src/components/pulses/sinc_pulses.jl @@ -25,7 +25,6 @@ Represents a radio-frequency pulse with a sinc-like amplitude and constant frequ - [`bandwidth`](@ref): width of the rectangular function in frequency space (in kHz). If the `duration` is short (compared with 1/`bandwidth`), this bandwidth will only be approximate. """ struct SincPulse <: RFPulseComponent - symmetric :: Bool apodise :: Bool Nzeros :: Tuple{Integer, Integer} norm_flip_angle :: Tuple{Float64, Float64} @@ -44,7 +43,6 @@ function SincPulse(; Nzeros = (Nzeros, Nzeros) end res = SincPulse( - symmetric, apodise, Nzeros, integral_nzero.(Nzeros, apodise),