imr-framework / pypulseq

Pulseq in Python
https://pypulseq.readthedocs.io
GNU Affero General Public License v3.0
115 stars 62 forks source link

Default params for make_sinc_pulse #39

Closed sairamgeethanath closed 2 years ago

sairamgeethanath commented 3 years ago

def make_sinc_pulse(flip_angle: float, system: Opts = Opts(), duration: float = 0, freq_offset: float = 0, phase_offset: float = 0, time_bw_product: float = 4, apodization: float = 0, center_pos: float = 0.5, max_grad: float = 0, max_slew: float = 0, slice_thickness: float = 0, delay: float = 0, use: str = None):

duration cannot default to 0