rpeltekov / ge3t_shim_tool

Conformal Shimming for GE3T using ExSI and OpenSourceImaging Shim Drivers
MIT License
1 stars 1 forks source link

make shimTool completely independent of the GUI #2

Closed rpeltekov closed 3 months ago

rpeltekov commented 3 months ago

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.