imr-framework / pypulseq

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

change quant_factor to match MATLAB implementation #43

Closed schuenke closed 3 years ago

schuenke commented 3 years ago

Change quantization factor in _compressshape.py from 1e-8 to the MATLAB default value 1e-7. This solves issue https://github.com/imr-framework/pypulseq/issues/42.