Creating a New Pulse Sequence and Adding to the GUI Drop Down Sequence List #45
-
|
Hi @josalggui, I hope you are well! Thanks so much for MaRGE. It's awesome! I have created my own PyPulse sequence and was wondering how I can get it to show up on the MaRGE sequence drop down list? Sorry, this may be a problem of my own ignorance. I have tried the New Sequence Functionality and have made sure it is in marge/seq folder but perhaps I have missed something. Just in case it's relevant: I have changed a few things elsewhere in MaRGE and MaRCoS in order to get it to run on a STEMLAB125-14-4-input but most of this was to do with the server connection, initialisation and sampling rate. Thank you in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hi!, This is common to all sequences. In the sequence constructor use Great to see you made it work with stemlab-125 JM |
Beta Was this translation helpful? Give feedback.
Hi!,
This is common to all sequences. In the sequence constructor use
self.addParameter(key='toMaRGE', val=True)Great to see you made it work with stemlab-125
JM