-
Notifications
You must be signed in to change notification settings - Fork 9
Consider multiple scans on the same confined phase space. #380
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
base: fairmat
Are you sure you want to change the base?
Conversation
Reviewer's Guide by SourceryThis pull request introduces new fields to the NXscan_control definition, enabling support for repeated scans over the same confined phase space. It also comments out several scan groups. No diagrams generated as the changes look simple and do not need a visual representation. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
62c1329
to
3ec6581
Compare
This is the start of the discussion for issue #371. |
3ec6581
to
d8023ea
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Refactor the app definitions according to the changes in the base classes.
@RubelMozumder we need to think what we would like to propose to the NIAC if anything of this or if we want to have the generic NXscan class for us on the So we should focus, my suggestion is that you either: |
Given that this was mostly requested by @rettigl, I would defer to him here. However, this will probably take a while because of the proposal. |
Two new base claases:
NXscan_region
-> Mainly all fields are from mesh_scan group of NXscan_controlNXscan_pattern
-> Handles common fields from all types of scan patterns likemesh_SCAN
,snake_SCAN
,spiral_SCAN
, and so on.Summary by Sourcery
Enhance the NXscan_control definition to support multiple scans on the same confined phase space by adding new fields for scan repetition and ordering.
New Features:
Enhancements: