micro-manager icon indicating copy to clipboard operation
micro-manager copied to clipboard

Add functionality to allow the Micro Manager to initialize micro simulations from different file/solver sources simultaneously

Open IshaanDesai opened this issue 1 year ago • 0 comments

Currently the Micro Manager accepts one micro simulation file (with Python or C++ code) and initializes all micro simulation objects with it. In certain applications, a user may want to initialize more than one micro simulations simultaneously. For example, at some macro locations, high fidelity micro simulations may be necessary, while at other macro locations, low fidelity micro simulations would be sufficient.

As a first step, such a dynamic setup can be done at the time of initialization, and it will not change during the simulation.

IshaanDesai avatar Apr 14 '23 14:04 IshaanDesai