Wip/simulated data acquirer with callback sensor tuning#69
Open
domess wants to merge 44 commits into
Conversation
… without a voltage control component
…uts. It now works for any user-defined example.
…t__) instead of the function get_voltage_control_component()
… does not match the number of voltage parameters. In case no labels are provided, use default labels vg1, vg2, ...
…r is 0, i.e. the first defined sensor.
…h QCodes Parameters. Added Type checking to BasicParameter
…f values. This is done by adding wrapper class CallbackParameter
…ts-on-simulated-data-acquirer
…e Sensors" button actually computes the gate compensation and the fitted compensation matrix P_c is displayed in the annotation tab. This only works for simulated data, so far. Note that P_c is the unity matrix, since there is no P_c implemented in the QDarts simulator.
…ntral point plus/minus delta). Prepared for incorporating coordinate transformation into the simulated values.
…nted: a faster algorithm (align linearly) and a slower algorithm (sensor response is modelled as a sum of Gaussian basis functions).
…ass in a file config.py.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
There is a new button "Compensate sensors":
It computes and displays the fitted compensation matrix. So far, it only works for the simulated data. A ramp function was added to the simulated data acquirer.
All the parameters needed for the algorithms to compute the transformation matrix are in the config-file (folder video_mode/utils).
Note that Oswin's pull request #37 is added to the code.