Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GUI: Extend Protocol panel to include similar features as Options panel, and implement it for MP2RAGE and MTSat #362

Open
mathieuboudreau opened this issue Oct 8, 2019 · 1 comment

Comments

@mathieuboudreau
Copy link
Member

mathieuboudreau commented Oct 8, 2019

This is a TO-DO item to be worked on immediately after the ISMRM deadline.

Per our email discussion, we need to implement a way so that the Protocol panel can be designed in the exact same way as the Option panel is in "Option 2" of the figure below.

MP2RAGE

Both MP2RAGE (to merge soon) and MTSat need to then be refactored to used this new format for a cleaner GUI and better user experience.

@agahkarakuzu
Copy link
Member

New attribute ProtStyle solves this problem in part (gets rid of buttons) 95694fe.

ProtStyle = struct('prot_namespace',{{'Hardware', 'RepetitionTimes','Timing','Sequence','NumberOfShots'}}, ...
    'style',repmat({'TableNoButton'},[1,5]));

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants