Skip to content
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

Closed
wants to merge 209 commits into from

Conversation

jenshnielsen
Copy link
Collaborator

Reverted some commits that did not belong on #400 and merged with master

nataliejpg and others added 30 commits July 26, 2016 11:00
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
…rrectly and new eg notebook (needs cleaning up)
@jenshnielsen
Copy link
Collaborator Author

@nataliejpg We should think about getting this into QCoDes soon

@nataliejpg
Copy link
Contributor

@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
Copy link
Collaborator Author

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)
Copy link
Collaborator Author

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 = []
Copy link
Collaborator Author

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

@Dominik-Vogel Dominik-Vogel changed the title Ats9360 cleaned up driver/Alazar Ats9360 ADC - cleaned up Oct 3, 2017
@sohailc
Copy link
Member

sohailc commented Nov 7, 2017

Hi guys, what is the status of this driver?

@jenshnielsen
Copy link
Collaborator Author

This is replaced by #816

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

9 participants