From aadc3c55dcd0c63efa05c3812375d7c093e406ec Mon Sep 17 00:00:00 2001 From: Jeff Fessler Date: Fri, 29 May 2026 12:53:38 -0400 Subject: [PATCH 1/2] Fix typos --- doc/mainpage.dox | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/mainpage.dox b/doc/mainpage.dox index f1c60e7e..de4f87c9 100644 --- a/doc/mainpage.dox +++ b/doc/mainpage.dox @@ -16,7 +16,7 @@ can be obtained here: `specification.pdf` See al ## Source code repository The source code in this repository provides the Pulseq toolbox and example implementations of several MR pulse sequences in Pulseq format. The code is -divided into Matlab/Octave and C++ sections. The C++ part contains a standalone programm capable of loading Pulseq files and displaying basic statistics about the nimber of blocks, number of pulses, etc. It is potentially interesting to those seeking to implement their own Pulseq interpreter for a particular scanner. +divided into Matlab/Octave and C++ sections. The C++ part contains a standalone program capable of loading Pulseq files and displaying basic statistics about the number of blocks, number of pulses, etc. It is potentially interesting to those seeking to implement their own Pulseq interpreter for a particular scanner. ### Matlab/Octave sequence examples @@ -46,27 +46,27 @@ you would like to run open and flexible sequences at your institution. - FLOCRA - Bruker (out-of-date, discontinued) -Additionally, there are two implementations of the *Philips interpreter* published in the ISMRM 2024 proceedings: +Additionally, there are two implementations of the *Philips interpreter* published in the ISMRM 2024 proceedings: #3243 -and +and #3251 -. Please contact the authors if ypu are interested in receiving one of these interpreters. +. Please contact the authors if you are interested in receiving one of these interpreters. ## Download source code -### Matlab/Octave +### Matlab/Octave Both Matlab/Octave and C++ source code is available here: https://github.com/pulseq/pulseq. Alternatively, you may consider cloning the git repository directly: git clone git@github.com:pulseq/pulseq.git -### Python +### Python -PyPulseq is an alternative implementaton of the Pulseq sequence toolbox in Python, with a very similar syntax and functionality, originally implemented by Sairam Geethanath and Keerthi Ravi and maintained by an active developer community. It can be clonned from the GutHub site or installed directly via pip. See PyPulseq GitHub Repository for more details. +PyPulseq is an alternative implementation of the Pulseq sequence toolbox in Python, with a very similar syntax and functionality, originally implemented by Sairam Geethanath and Keerthi Ravi and maintained by an active developer community. It can be cloned from the GitHub site or installed directly via pip. See PyPulseq GitHub Repository for more details. ## Supported by -          +          */ From 42d8d46569c4df6519018d4b0f3913bc8d845359 Mon Sep 17 00:00:00 2001 From: Jeff Fessler Date: Fri, 29 May 2026 12:55:57 -0400 Subject: [PATCH 2/2] Fix path to examples --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cc22556d..2a248cf4 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,8 @@ This project is open source under the MIT License. See [LICENSE](LICENSE) for de The directories are organized as follows: * `doc/` - Contains the file specification and HTML source code documentation -* `examples/` - Contains example sequence files (`*.seq`) +* [`tests/legacy/approved/`](https://github.com/pulseq/pulseq/tree/master/tests/legacy/approved) + - Contains example sequence files (`*.seq`) * `src/` - C++ class for reading sequence files * `matlab/` - MATLAB code for reading, writing, modifying and visualizing sequence files