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

Command Recording fails to capture query tuple parameters correctly #20225

Open
JustinPrivitera opened this issue Feb 5, 2025 · 0 comments
Open
Labels
bug Something isn't working impact medium Productivity partially degraded (not easily mitigated bug) or improved (enhancement) likelihood medium Neither low nor high likelihood

Comments

@JustinPrivitera
Copy link
Member

VisIt 3.4.2

I used command recording to capture a call of the x ray image query. Command recording gives me this:

SetQueryFloatFormat("%g")
Query("XRay Image", background_intensity=0, divide_emis_by_absorb=0, far_plane=20, filename_scheme="none", focus=0 0 0, image_pan=0 0, image_size=500 500, image_zoom=1, near_plane=-20, normal=0 0 1, output_dir=".", output_ray_bounds=0, output_type="hdf5", parallel_scale=10, perspective=0, view_angle=30, view_up=0 1 0, vars="d" "p")

The tuples are not in parentheses which is incorrect python syntax. the code must be manually fixed before it can be used.

@JustinPrivitera JustinPrivitera added bug Something isn't working impact medium Productivity partially degraded (not easily mitigated bug) or improved (enhancement) likelihood medium Neither low nor high likelihood labels Feb 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working impact medium Productivity partially degraded (not easily mitigated bug) or improved (enhancement) likelihood medium Neither low nor high likelihood
Projects
None yet
Development

No branches or pull requests

1 participant