.gitignore
LICENSE.txt
README.rst
pyproject.toml
setup.py
.github/workflows/docker.yml
.github/workflows/style.yml
.github/workflows/tags-release.yml
.github/workflows/test-ci.yml
docker/Dockerfile
docker/install_pulserver.sh
docs/Makefile
docs/api.rst
docs/client_server_architecture
docs/conf.py
docs/getting_started.rst
docs/hands-on.ipynb
docs/index.rst
docs/requirements.txt
docs/sequence_representation
docs/sg_execution_times.rst
docs/sphinx_add_colab_link.py
docs/_templates/autosummary/base.rst
docs/_templates/autosummary/class.rst
docs/_templates/autosummary/function.rst
docs/_templates/autosummary/module.rst
docs/binder/apt.txt
docs/binder/environment.yml
docs/misc/code_of_conduct.rst
docs/misc/contributors.rst
docs/misc/development.rst
docs/misc/license.rst
src/pulserver/__init__.py
src/pulserver/_cli.py
src/pulserver/_opts.py
src/pulserver/_version.py
src/pulserver.egg-info/PKG-INFO
src/pulserver.egg-info/SOURCES.txt
src/pulserver.egg-info/dependency_links.txt
src/pulserver.egg-info/entry_points.txt
src/pulserver.egg-info/requires.txt
src/pulserver.egg-info/top_level.txt
src/pulserver/_apps/SPGR2D.py
src/pulserver/_core/__init__.py
src/pulserver/_core/_autoseg.py
src/pulserver/_core/_ceq.py
src/pulserver/_core/_header.py
src/pulserver/_core/_sequence.py
src/pulserver/_safety/__init__.py
src/pulserver/_safety/_gehc.py
src/pulserver/_server/__init__.py
src/pulserver/_server/_server.py
src/pulserver/blocks/__init__.py
src/pulserver/blocks/_grad/_make_spiral.py
src/pulserver/blocks/_misc/__init__.py
src/pulserver/blocks/_misc/_calc_delay.py
src/pulserver/blocks/_misc/_make_spoiler_gradient.py
src/pulserver/blocks/_phaseenc/__init__.py
src/pulserver/blocks/_phaseenc/_make_phase_blip.py
src/pulserver/blocks/_phaseenc/_make_phase_encoding.py
src/pulserver/blocks/_readout/__init__.py
src/pulserver/blocks/_readout/_make_line_readout.py
src/pulserver/blocks/_readout/_make_spiral_readout.py
src/pulserver/blocks/_readout/rosette_readout.py
src/pulserver/blocks/_rfpulse/__init__.py
src/pulserver/blocks/_rfpulse/_make_slr_pulse.py
src/pulserver/blocks/_rfpulse/_make_spsp_pulse.py
src/pulserver/blocks/_rfpulse/_plot.py
src/pulserver/blocks/_rfpulse/_spsp/__init__.py
src/pulserver/blocks/_rfpulse/_spsp/_slr.py
src/pulserver/blocks/_rfpulse/_spsp/_utils.py
src/pulserver/blocks/_rfpulse/_spsp/rf_ripple.py
src/pulserver/blocks/_rfpulse/_spsp/spec_interp.py
src/pulserver/blocks/_rfpulse/_spsp/ss_alias.py
src/pulserver/blocks/_rfpulse/_spsp/ss_design.py
src/pulserver/blocks/_rfpulse/_spsp/ss_ep.py
src/pulserver/blocks/_rfpulse/_spsp/ss_filters.py
src/pulserver/blocks/_rfpulse/_spsp/ss_flyback.py
src/pulserver/blocks/_rfpulse/_spsp/ss_fourier.py
src/pulserver/blocks/_rfpulse/_spsp/ss_globals.py
src/pulserver/blocks/_rfpulse/_spsp/ss_grad.py
src/pulserver/blocks/_rfpulse/_spsp/ss_spect_correct.py
src/pulserver/blocks/_rfpulse/_spsp/ss_verse.py
src/pulserver/parsing/__init__.py
src/pulserver/parsing/_base.py
src/pulserver/parsing/_cartesian_params.py
src/pulserver/plan/__init__.py
src/pulserver/plan/_cartesian2D.py
src/pulserver/plan/_cartesian3D.py
src/pulserver/plan/_noncartesian2D.py
src/pulserver/plan/_noncartesian3D.py
src/pulserver/plan/_ordering.py
src/pulserver/plan/_phase_cycling.py
src/pulserver/plan/_stack3D.py
src/pulserver/plan/_iterators/__init__.py
src/pulserver/plan/_iterators/_base.py
src/pulserver/plan/_iterators/_cartesian2D_iterator.py
src/pulserver/plan/_iterators/_cartesian3D_iterator.py
src/pulserver/plan/_iterators/_noncartesian2D_iterator.py
src/pulserver/plan/_iterators/_noncartesian3D_iterator.py
src/pulserver/plan/_iterators/_stack3D_iterator.py
src/pulserver/plan/_sampling/__init__.py
src/pulserver/plan/_sampling/_grid_sampling.py
src/pulserver/plan/_sampling/_partial_fourier.py
src/pulserver/plan/_sampling/_poisson_sampling.py
src/pulserver/plan/_sampling/_tilt.py
src/pulserver/sequences/__init__.py
src/pulserver/sequences/_design_2D_spgr.py
src/pulserver/sequences/_design_3D_spgr.py
tests/test_opts.py
tests/_core/test_autoseg.py
tests/_core/test_ceq.py
tests/_core/test_header.py
tests/_core/test_sequence.py
tests/_server/test_server.py
tests/helpers/__init__.py
tests/helpers/asserts.py
tests/parsing/test_paramsparser.py
tests/plan/test_cartesian.py
tests/plan/test_noncartesian.py