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

Changes to doNd and plot_id #166

Open
wants to merge 25 commits into
base: master
Choose a base branch
from

Commits on Dec 28, 2018

  1. Update doNd

    - Fix a few bugs related to array parameters
    - Change save image to take dataid rather than datasaver object. This allows one to use save_image outside doNd funcitons
    ThorvaldLarsen committed Dec 28, 2018
    Configuration menu
    Copy the full SHA
    9acdcd5 View commit details
    Browse the repository at this point in the history
  2. Modify plot_by_id

    Add functionality to plot_by_id
    - Subtract average from row/column,
    - transpose data
    
    Move save_image to plotting file instead of doNd
    ThorvaldLarsen committed Dec 28, 2018
    Configuration menu
    Copy the full SHA
    5bf021d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ebaf219 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d6f07b5 View commit details
    Browse the repository at this point in the history
  5. Revert colorbar labeling

    get_label doesnt work on colorbar object.
    ThorvaldLarsen committed Dec 28, 2018
    Configuration menu
    Copy the full SHA
    b8dd89b View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2019

  1. Add new refreshtime

    ThorvaldLarsen committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    7ed6340 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a983292 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8242a8c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a33b839 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2019

  1. Configuration menu
    Copy the full SHA
    2e31369 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2019

  1. Merge pull request #26 from qdev-dk/master

    Update branch
    ThorvaldLarsen authored Jan 4, 2019
    Configuration menu
    Copy the full SHA
    588c9d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32f2123 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e1052f1 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2019

  1. Configuration menu
    Copy the full SHA
    8c591ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0765a2a View commit details
    Browse the repository at this point in the history
  3. Better error message

    ThorvaldLarsen committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    44fb5f9 View commit details
    Browse the repository at this point in the history
  4. Typo

    ThorvaldLarsen committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    594b417 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2019

  1. Configuration menu
    Copy the full SHA
    73c0595 View commit details
    Browse the repository at this point in the history
  2. Fix typo

    ThorvaldLarsen committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    c4db1dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e7f090b View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2019

  1. Merge pull request #27 from qdev-dk/master

    Update branch
    ThorvaldLarsen authored Jan 25, 2019
    Configuration menu
    Copy the full SHA
    c83652e View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2019

  1. Configuration menu
    Copy the full SHA
    b1e0252 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2019

  1. use tqdm instead of progressbar2

    tqdm is more efficient and already used in qcodes
    jenshnielsen committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    5a7aaef View commit details
    Browse the repository at this point in the history
  2. refresh notebook

    jenshnielsen committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    b99d5c4 View commit details
    Browse the repository at this point in the history
  3. remove unused variables

    jenshnielsen committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    9df2e33 View commit details
    Browse the repository at this point in the history