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

make shimTool completely independent of the GUI #2

Closed
rpeltekov opened this issue May 18, 2024 · 0 comments
Closed

make shimTool completely independent of the GUI #2

rpeltekov opened this issue May 18, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@rpeltekov
Copy link
Owner

there is a desire to untwine the connection of the GUI with the shimtool itself.

currently the shimTool directly calls on a few specific members from the gui directly whenever it is doing some operations. search for "gui" within shimTool.py and you will see what I mean.

ideally, the shimtool should be able to be instantiated by itself, in some python cli forexample, and you should be able to drive shimming from the python CLI.

@rpeltekov rpeltekov added the enhancement New feature or request label May 18, 2024
@rpeltekov rpeltekov added this to the MVP milestone May 20, 2024
@rpeltekov rpeltekov self-assigned this May 22, 2024
rpeltekov added a commit that referenced this issue Jun 1, 2024
… an interactive python cli in tool context using "python shimTool.py --no-gui" and just call the shimTool functions directly.

prescan happens only when "shimTool.autoPrescanDone" is false, and then it auto sets the og lin grad values and cf more smartly.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant