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

Quoted strings support in 'exe' script command argument. Also, a small improvement for image simulator. #44

Merged
merged 3 commits into from
Oct 18, 2018

Conversation

karpov-sv
Copy link
Contributor

Now it is possible to pass it a command with command line parameters, which will be correctly passed to the executable. Parameters in turn may also contain quoted strings, if you use proper quote type (as both ' and " quotations are supported).

Also, a small improvement for image simulator.
It all had to be part of larger autofocusing-related PR, but that part is not quite ready yet, so pushing just these two things for now, as they are usable by itself.

…ssible to pass it a command with command line parameters, which will be correctly passed to the executable. Parameters in turn may also contain quoted strings, if you use proper quote type (as both ' and " quotations are supported).
…eters of stellar field simulation (Moffat beta, slope of intensity distribution, defocusing scale) as writable variables.
@pkubanek pkubanek merged commit d25ba1d into RTS2:master Oct 18, 2018
pkubanek pushed a commit that referenced this pull request Oct 23, 2018
…l improvement for image simulator. (#44)

* Quoted strings support in 'exe' script command argument. Now it is possible to pass it a command with command line parameters, which will be correctly passed to the executable. Parameters in turn may also contain quoted strings, if you use proper quote type (as both ' and " quotations are supported).

* Mention latest 'exe' command change in the manual

* Better defocusing simulation (ring-shaped profile). Expose some parameters of stellar field simulation (Moffat beta, slope of intensity distribution, defocusing scale) as writable variables.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants