Skip to content
/ pyview Public
forked from adewes/pyview

pyview contains all reusable and generic classes and functions that I used in my qubit data acquisition setup during my PhD thesis.

Notifications You must be signed in to change notification settings

zennro/pyview

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyView

This repository contains a range of helper classes and functions to simplify scientific data acquisition and visualization using Python. I used these classes during my PhD thesis for acquiring and analyzing data in a high-frequency, low-temperature experiment involving superconducting qubits.

##Overview

The repository is organized in the following way:

  • config contains configration scripts and settings.
  • doc contains the (still incomplete) documentation of the project.
  • gui contains all GUI classes, most notably the code IDE and graphical data manager classes.
  • helpers contains various helper classes, e.g. for remote code execution as well as data & instrument management.
  • lib contains various library classes, most notably the Datacube class which acts as a universal data container.
  • scripts contains various setup and example scripts.
  • server contains server scripts that implement a fully transparent remote control scheme for measurement instruments over the network using Python.
  • test contains various test scripts.

##Terms of Usage

The code, unless otherwise indicated in the source file, can be freely reused. Feel free to include a reference to this code if you reuse it in your own project.

##Further information

This code is currently unmaintained. For further information on this code and my PhD work, check out my personal website (http://www.andreas-dewes.de/en/publications).

About

pyview contains all reusable and generic classes and functions that I used in my qubit data acquisition setup during my PhD thesis.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published