-
Notifications
You must be signed in to change notification settings - Fork 11
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
PV preview feature #1253
PV preview feature #1253
Conversation
* Check for valid spectral coordinate in source image * Pass RegionState for pv cut to update pv prevew * Move MVDirection mutex to one place in LineBoxRegions * Pass PvPreviewCut and PvPreviewCube instead of each param
Move computed stokes code to new files
@confluence @markccchiang please proceed code review for the beta release. I will perform some other tests at the same time. |
@acdo2002 please file an issue in the backend repo. This can be addressed after the beta release. |
@acdo2002 if you have the two images matched, do you see identical region spectral profiles? |
@kswang1029 Ok, I will file an issue in the backend repo, and block one sub-test about this test in PV_GENERATOR_HDF5_COMPARED_FITS.test.ts. Because the Z profile currently is not allow to select the line as region (if set rectangle as the region, the Z profile are the same), I only check the Profile of "SPATIAL_PROFILE_DATA" of the line, two matched images are the same (check by eye as well as rawValuesFp32). |
@confluence would you be able to fix the merge conflict in the changelog and protobuf for Pam? |
Yes, it shouldn't be a problem. |
|
Implements fast PV image preview for #795 .
How does this PR solve the issue? Give a brief summary.
Are there any companion PRs (frontend, protobuf)?
protobuf #82 and frontend #2100
Is there anything else that testers should know (e.g. exactly how to reproduce the issue)?
Launch the PV generator widget, set parameters, and click "Start Preview".
Checklist
no changelog update needede2e test passing/ added corresponding fixno protobuf update needed