imr-framework / pypulseq

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

seq.read does not support read of previous versions of '.seq' files #6

Closed ZemaTimoteo closed 4 years ago

ZemaTimoteo commented 5 years ago

Regarding the 'seq.read()' function we realze that we could not read '.seq' files that were created with previous versions of the pypulseq toolbox. This means that we had to generate the '.seq' file again with the latest version of the pypulseq toolbox, in order to read it.

sravan953 commented 4 years ago

Currently, this is an intended design choice. Reading a newer .seq file with an older version of pypulseq is definitely to be avoided. Future versions of pypulseq will be compatible with the versions before. Apologies for the inconvenience.