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

Allow access to sim_params used for Simulate! in KomaUI() from the REPL #404

Open
curtcorum opened this issue Jun 10, 2024 · 2 comments
Open
Labels
enhancement New feature or request

Comments

@curtcorum
Copy link
Contributor

Feature Request

Allow access to sim_params (and potentially other structures) in the REPL.

This is similar in concept to how obj_ui[], seq_ui[], etc. can be accessed from the REPL.

@curtcorum curtcorum added the enhancement New feature or request label Jun 10, 2024
@cncastillo
Copy link
Member

cncastillo commented Jun 11, 2024

Hi! We should definitely make this work; it shouldn't be hard to implement (just to copy what we do for the others). In the meantime, while not ideal, you could use

julia> KomaUI(; sim=sim_params, rec=recon_params)

@curtcorum
Copy link
Contributor Author

Carlos,

I'll take a look and set up a draft pull request.

Also I was not aware KomaUI took the arguments, thanks!

Hi! We should definitely make this work; it shouldn't be hard to implement (just to copy what we do for the others). In the meantime, while not ideal, you could use

julia> KomaUI(; sim=sim_params, rec=recon_params)

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

2 participants