Logical variable #9
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The latest versions of the Prodigy software have a new feature called Logical Variable Spectrum (LVS). This mode takes multiple snapshots by scanning a type of manipulator (Remote Control Protocol manual, section 2.7, version 1.19, 2022).
During commissioning, we tried to use Snapshot mode and scan the manipulator (ShiftX) manually via script. We noticed that the time doubled compared to Logical Variable mode. For this reason, we decided to integrate LVS mode into the IOC. In this mode, the data received is three-dimensional (section 2.19), so it was necessary to adapt the code without compromising the previously implemented modes (snapshot, fixed transmission, fixed retarding ratio, and fixed energy).
We did a new commissioning using three modes, logical variable, snapshot, and fixed transmission, respectively. Everything worked very well. We also did experiments with exposures (>1), in which the IOC integrates the data automatically.
I will attach some data (.hdf5) from ARPES for different modes (LVS, SFAT and FAT) with Cu target, in the image you can see the material surface states.
test.zip
Thanks.