pypulseq
pypulseq copied to clipboard
Pulseq in Python
Improve timing/area calculation by ignoring raster_time at first and taking care of it in final calculation. This avoids issues by the discontinuities causing negative flat_times. The issue accured for example...
The last release and deployment to PyPi was more than a year ago and the version on PyPi is not even stable due to the `np.float` issue. This was fixed...
**Describe the bug** When using RF pulses with identical settings but varying flip angles, pypulseq does not recognize the shapes to be identical and adds new shape IDs for each...
**Describe the bug** Hi, this is a minor bug. The current demo scripts on the GitHub appears to be incompatible with the latest pypulseq module installed via pip. For example,...
One main feature from pulseq that I personally use a lot at the scanner is the ability to install sequence files directly onto the host computer. In MATLAB pulseq this...
**Motivation:** My observation is one of the most bug prone part of the code base is where we deal with floating point operations on time. This is already discussed in...
**Is your feature request related to a problem? Please describe.** Pypulseq is only available from PyPI. I frequently find myself using conda as a package manager because some performance critical,...
This was brought to my attention during the Pulseq workshop. I tested it and confirmed it. Without GPU support, we can't import `PyPulseq`, because it requires `SigPy`, which requires `cuPy`...
CI Tests
> I agree with your suggestion. I have never used CI, would you be willing to open a PR for a .yml file for this project? Is that even how...