-
Notifications
You must be signed in to change notification settings - Fork 320
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
driver/Alazar Ats9360 ADC - cleaned up #491
Conversation
…into ATS9870-dev-branch
…into ATS9870-dev-branch
Generalise ATS.py and debugging. Changes to example notebook. Add specific ATS9360.py file for board settings. nb in this commit there is no use of the acquisition controller
…ith updated ATS driver
…rrectly and new eg notebook (needs cleaning up)
…TS get_sample_speed
@nataliejpg We should think about getting this into QCoDes soon |
@jenshnielsen Could we remove it returning raw first or at least make it optional? |
# endregion | ||
|
||
# handle that external clock and internal clock uses | ||
# two different ways of setting the sample rate. | ||
# We use the matching one and make the order one |
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.
mark the other one
|
||
if self.acquisition._average_records: | ||
self.records_per_buffer._save_val(value) | ||
self.buffers_per_acquisition._save_val(1) |
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.
Needs to change this to build in some heuristic that gets a sensible number of buffers
magA = np.mean(magA, axis=-1) | ||
phaseA = np.mean(phaseA, axis=-1) | ||
|
||
unpacked = [] |
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.
only if raw is wanted
these will be implemented in one controller eventually
fix: allocated_buffers and set_base_setpoints
Hi guys, what is the status of this driver? |
This is replaced by #816 |
Reverted some commits that did not belong on #400 and merged with master