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

Qelec branch : for travis checks #27

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

Commits on May 23, 2014

  1. Basic structures for pulse sequence handling.

    unknown committed May 23, 2014
    Configuration menu
    Copy the full SHA
    146f75f View commit details
    Browse the repository at this point in the history

Commits on May 30, 2014

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

Commits on May 31, 2014

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

Commits on Jun 1, 2014

  1. Fixing PEP8 rules.

    MatthieuDartiailh committed Jun 1, 2014
    Configuration menu
    Copy the full SHA
    a36284f View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2014

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

Commits on Jun 4, 2014

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

Commits on Jun 5, 2014

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

Commits on Jun 6, 2014

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

Commits on Jun 25, 2014

  1. Update of pulse system.

    - Pulse loses its compute method in favor of a waveform property returning a 1d numpy array.
    - Shapes and modulation compute methods now takes a 1d numpy as time arg and return a 1d numpy array
    - Context get two news methods : len_sample and check time, and a new property sampling_time
    
    Tests have been updated.
    MatthieuDartiailh committed Jun 25, 2014
    Configuration menu
    Copy the full SHA
    a01d489 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2014

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

Commits on Jun 27, 2014

  1. Complete Pierre implementaion of the AWG Context and add tests and be…

    …nchmarks (only simple sequence for now).
    MatthieuDartiailh committed Jun 27, 2014
    Configuration menu
    Copy the full SHA
    0b3ab89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d839dfb View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2014

  1. Configuration menu
    Copy the full SHA
    20482b1 View commit details
    Browse the repository at this point in the history
  2. Finish sequence walk method.

    Pulse can recognise dotted names to access shape and modulation members. Moved walks module to hqc_meas.utils.
    MatthieuDartiailh committed Jul 1, 2014
    Configuration menu
    Copy the full SHA
    14e34bc View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2014

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

Commits on Jul 3, 2014

  1. Configuration menu
    Copy the full SHA
    7af7b84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49811db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd3dc54 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0167eb7 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2014

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

Commits on Jul 7, 2014

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

Commits on Aug 20, 2014

  1. Merge remote-tracking branch 'origin/master' into pulse-sequences

    Conflicts:
    	hqc_meas/measurement/engines/process_engine/engine.py
    	hqc_meas/measurement/workspace.py
    	hqc_meas/task_management/manager_manifest.enaml
    	hqc_meas/task_management/manager_plugin.py
    	hqc_meas/utils/atom_util.py
    	tests/task_management/test_plugin.py
    MatthieuDartiailh committed Aug 20, 2014
    Configuration menu
    Copy the full SHA
    44b1b71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    218651f View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2014

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

Commits on Aug 25, 2014

  1. Merge branch 'master' into pulse-sequences

    Conflicts:
    	hqc_meas/utils/dependencies/dependencies.py
    MatthieuDartiailh committed Aug 25, 2014
    Configuration menu
    Copy the full SHA
    9122800 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2014

  1. Merge remote-tracking branch 'origin/master' into pulse-sequences

    Conflicts:
    	hqc_meas/tasks/manager/templates.py
    MatthieuDartiailh committed Aug 26, 2014
    Configuration menu
    Copy the full SHA
    aeab404 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c098c60 View commit details
    Browse the repository at this point in the history
  3. Take into account that walks utilities function are now in utils.wals…

    … and no more in tasks.tools.walks
    MatthieuDartiailh committed Aug 26, 2014
    Configuration menu
    Copy the full SHA
    20b3ec4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bae8bef View commit details
    Browse the repository at this point in the history
  5. Fix stupid import.

    MatthieuDartiailh committed Aug 26, 2014
    Configuration menu
    Copy the full SHA
    58552da View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1f022a4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f1a522b View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2014

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

Commits on Aug 29, 2014

  1. Adding what's needed to insert new pulses in sequences.

    - pulses now supports filters and configs just like tasks
    - pulses manager plugin is now tested.
    MatthieuDartiailh committed Aug 29, 2014
    Configuration menu
    Copy the full SHA
    e356995 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2014

  1. Fix issue in pulse evaluation : last computed parameters was not corr…

    …ectly added to the local_vars
    MatthieuDartiailh committed Sep 5, 2014
    Configuration menu
    Copy the full SHA
    16736f6 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2014

  1. WIP making sequences have optional time constraints (Moved a lot of c…

    …ode from Pulse to Item). Optimisation of eval-entry (minor)
    MatthieuDartiailh committed Sep 8, 2014
    Configuration menu
    Copy the full SHA
    777ec0d View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2014

  1. Configuration menu
    Copy the full SHA
    f70fa09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6013141 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    559578a View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2014

  1. Configuration menu
    Copy the full SHA
    7eb7b5c View commit details
    Browse the repository at this point in the history
  2. Add back the external_vars member in root sequence. Split Sequence in…

    … two to make easier the implementation of TemplateSequence.
    MatthieuDartiailh committed Sep 10, 2014
    Configuration menu
    Copy the full SHA
    7663c30 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e071150 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    196b307 View commit details
    Browse the repository at this point in the history
  5. WIP on template sequences. Test are missing. Config is also missing.

    Need to rework the TemplateSequence reference to the template file. And collect dependencies also.
    MatthieuDartiailh committed Sep 10, 2014
    Configuration menu
    Copy the full SHA
    bde3501 View commit details
    Browse the repository at this point in the history
  6. Fix issue in sequence re-indexing (Pulse are not the only one which d…

    …on't re-index), release the constraints on the root of an item to allow TemplateSequence and fix issue when rebuilding RootSequence (context not set).
    MatthieuDartiailh committed Sep 10, 2014
    Configuration menu
    Copy the full SHA
    7688550 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    14b30cd View commit details
    Browse the repository at this point in the history
  8. Fix issue in PulsesManagerPlugin : import errors where not correctly …

    …reported. Fix some views (just import).
    MatthieuDartiailh committed Sep 10, 2014
    Configuration menu
    Copy the full SHA
    ddeff06 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2014

  1. Configuration menu
    Copy the full SHA
    8c588ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    308bb70 View commit details
    Browse the repository at this point in the history
  3. Make sure that loading a template cannot corrupt the template vars (c…

    …lash between versions ...), tests updated.
    MatthieuDartiailh committed Sep 11, 2014
    Configuration menu
    Copy the full SHA
    307ecb0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b520ee1 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2014

  1. Fix how the pulse sequences dependencies are collected.

    Dotted are not used anymore as they cannot be understood when collecting from config. Also updated Collect_build_from_config to return the Exception leading to the error in case of issue (useful to display an error message when instantiating contexts).
    MatthieuDartiailh committed Sep 16, 2014
    Configuration menu
    Copy the full SHA
    a3d1a65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5bcc7e4 View commit details
    Browse the repository at this point in the history
  3. Fix broken tests.

    MatthieuDartiailh committed Sep 16, 2014
    Configuration menu
    Copy the full SHA
    6713525 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2014

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

Commits on Sep 23, 2014

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

Commits on Sep 24, 2014

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

Commits on Sep 25, 2014

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

Commits on Sep 29, 2014

  1. Configuration menu
    Copy the full SHA
    38d48a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71d8b93 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2014

  1. Modify state handling to avoid starting all plugins registering a sta…

    …te at startup of state plugin. Fix measurement app_closing : avoid starting the plugin when shuting down.
    MatthieuDartiailh committed Oct 4, 2014
    Configuration menu
    Copy the full SHA
    5cea319 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83ae121 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2015

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

Commits on Jan 31, 2015

  1. Configuration menu
    Copy the full SHA
    82c9d9c View commit details
    Browse the repository at this point in the history
  2. WIP (close to an end) adding the PulseSequenceTransfer.

    - finish the PulseSequenceTransferTask.
    - add new editor for task having a sequence attribute.
    - add capability to handle sequence_path as a dependence.
    
    More tests needed and some rework of AWG driver.
    MatthieuDartiailh committed Jan 31, 2015
    Configuration menu
    Copy the full SHA
    145ef9c View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2015

  1. Merge remote-tracking branch 'origin/master' into pulse-sequences

    (Cannot do a rebase as a merge was already done sooner in history)
    
    Conflicts:
    	hqc_meas/utils/widgets/errors_display.enaml
    	hqc_meas/utils/widgets/qt_list_str_widget.py
    MatthieuDartiailh committed Feb 1, 2015
    Configuration menu
    Copy the full SHA
    2d96be8 View commit details
    Browse the repository at this point in the history
  2. Fix failing test.

    MatthieuDartiailh committed Feb 1, 2015
    Configuration menu
    Copy the full SHA
    cf85e2a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5214fb0 View commit details
    Browse the repository at this point in the history
  4. Fix minors UI bugs in TransferPulseSequenceTask. Specific editor is n…

    …ow restricted to merged sequences. One minor sync issue persist but it is minor.
    MatthieuDartiailh committed Feb 1, 2015
    Configuration menu
    Copy the full SHA
    ec9355e View commit details
    Browse the repository at this point in the history
  5. Add the missing select_sequence in the AWG channel driver and move to…

    …_send to main instrument as it is decoralated from the channel. Update tests in consequence.
    MatthieuDartiailh committed Feb 1, 2015
    Configuration menu
    Copy the full SHA
    b44b06d View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2015

  1. Configuration menu
    Copy the full SHA
    8acc00c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fee063d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    21ca76e View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2015

  1. Make the dict editor observe the underlying dict to avoid missing upd…

    …ates to it when there are external to the editor.
    MatthieuDartiailh committed Feb 4, 2015
    Configuration menu
    Copy the full SHA
    78998fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f57a28 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    25253da View commit details
    Browse the repository at this point in the history
  4. Override answer in TransferPulseSequenceTask as otherwise the sequenc…

    …e is never enquired about. (caused crashing when enqueuing)
    MatthieuDartiailh committed Feb 4, 2015
    Configuration menu
    Copy the full SHA
    e8f5d5d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f9d0520 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9c4208e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6396775 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2015

  1. Configuration menu
    Copy the full SHA
    6accaa5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29a21e5 View commit details
    Browse the repository at this point in the history
  3. Fix AWG byte strings building and add the possibilty to reverse the m…

    …eaning of a logical channel (miss a UI)
    MatthieuDartiailh committed Feb 5, 2015
    Configuration menu
    Copy the full SHA
    e466843 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2015

  1. Add reopen connection to tektro awg channel and fix order of transfer…

    …/output activation to avoid issue.
    MatthieuDartiailh committed Feb 6, 2015
    Configuration menu
    Copy the full SHA
    0c1445b View commit details
    Browse the repository at this point in the history
  2. ws

    MatthieuDartiailh committed Feb 6, 2015
    Configuration menu
    Copy the full SHA
    49b71ca View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2015

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

Commits on Feb 20, 2015

  1. Configuration menu
    Copy the full SHA
    6a68dcd View commit details
    Browse the repository at this point in the history
  2. Fix bug when transferring a sequence (the ieee block was malformed, d…

    …ue to a comma and lead to issues in some corner cases), and force the AWG to wait being done downloading a sequence before attempting to do anything else (was causing problems when selecting a sequence right after transfer).
    MatthieuDartiailh committed Feb 20, 2015
    Configuration menu
    Copy the full SHA
    7987595 View commit details
    Browse the repository at this point in the history
  3. Permute byte order as the spurious comma was leading to that kind of …

    …confusion too, fix also the tests.
    MatthieuDartiailh committed Feb 20, 2015
    Configuration menu
    Copy the full SHA
    d3bdb92 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2015

  1. Configuration menu
    Copy the full SHA
    268b3f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c5cba3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f09eec4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    649f17e View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2015

  1. Configuration menu
    Copy the full SHA
    060362b View commit details
    Browse the repository at this point in the history
  2. Override _insert_interface_views in transfer_pulse_sequences_views to…

    … avoid duplacating the interface selection logic.
    MatthieuDartiailh committed Feb 24, 2015
    Configuration menu
    Copy the full SHA
    1b68dc0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be60883 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    401b575 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2015

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

Commits on Feb 27, 2015

  1. Fix test : allow non list args for InstrHelper which in this case sim…

    …ply always return the given value or set it without any buffering.
    MatthieuDartiailh committed Feb 27, 2015
    Configuration menu
    Copy the full SHA
    bb732e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c344e91 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2015

  1. Merge branch 'pulse-sequences' of https://github.com/MatthieuDartiail…

    …h/HQCMeas into qelec
    unknown authored and unknown committed Jun 5, 2015
    Configuration menu
    Copy the full SHA
    618e205 View commit details
    Browse the repository at this point in the history
  2. wip on Tabor and Alazar

    unknown authored and unknown committed Jun 5, 2015
    Configuration menu
    Copy the full SHA
    f12274e View commit details
    Browse the repository at this point in the history
  3. wip on Alazar

    unknown authored and unknown committed Jun 5, 2015
    Configuration menu
    Copy the full SHA
    8adb08c View commit details
    Browse the repository at this point in the history
  4. Add view for Alazar Task

    unknown authored and unknown committed Jun 5, 2015
    Configuration menu
    Copy the full SHA
    bf3b8ec View commit details
    Browse the repository at this point in the history
  5. Finalisation driver Alazar

    unknown authored and unknown committed Jun 5, 2015
    Configuration menu
    Copy the full SHA
    e6e0cb9 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2015

  1. Reshape of the data for demod

    Factor 2 in demod
    unknown authored and unknown committed Sep 4, 2015
    Configuration menu
    Copy the full SHA
    b5c1cfd View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2015

  1. bug resolved in demod_alazar

    unknown authored and unknown committed Sep 16, 2015
    Configuration menu
    Copy the full SHA
    f52037f View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2015

  1. bug solved in pulse sequence manager

    unknown authored and unknown committed Oct 28, 2015
    Configuration menu
    Copy the full SHA
    82d1838 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2015

  1. Configuration menu
    Copy the full SHA
    0d9b8f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7ea347 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c02c7d View commit details
    Browse the repository at this point in the history
  4. AWG bugs fixed by SJ

    bhuard committed Oct 30, 2015
    Configuration menu
    Copy the full SHA
    c14a76e View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2015

  1. Change in Alazar : same phase reference for multiple IQ demod

    Change in tektro : output ON only at initialization
    Other instrumental stuff in progress
    bhuard committed Nov 4, 2015
    Configuration menu
    Copy the full SHA
    112cc62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c7dcf7 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2015

  1. Configuration menu
    Copy the full SHA
    0eb2ba3 View commit details
    Browse the repository at this point in the history
  2. Modification of DemodAlazarTask in order to be able to record raw tra…

    …ces in addition to the demodulated values
    bhuard committed Nov 10, 2015
    Configuration menu
    Copy the full SHA
    38642e2 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2015

  1. Modification of the PNA get trace so that it works even when SDATA (c…

    …omplex number acquisition) does not. In that case, it records the data in the format that is currently displayed
    unknown committed Dec 4, 2015
    Configuration menu
    Copy the full SHA
    9269463 View commit details
    Browse the repository at this point in the history
  2. Old commits already in other branches that we think are necessary to …

    …commit in order to merge branches... ?
    bhuard committed Dec 4, 2015
    Configuration menu
    Copy the full SHA
    c9f79ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ec5295 View commit details
    Browse the repository at this point in the history
  4. solves a bug on AWG

    bhuard committed Dec 4, 2015
    Configuration menu
    Copy the full SHA
    f3f7bd3 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'qelec' of https://github.com/bhuard/HQCMeas into qelec

    Conflicts:
    	hqc_meas/instruments/dll/alazar935x.py
    	hqc_meas/tasks/tasks_instr/alazar_tasks.py
    	hqc_meas/tasks/tasks_instr/views/alazar_views.enaml
    bhuard committed Dec 4, 2015
    Configuration menu
    Copy the full SHA
    dd7c38a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    886fb97 View commit details
    Browse the repository at this point in the history
  7. Alazar IQ trace in progress

    bhuard committed Dec 4, 2015
    Configuration menu
    Copy the full SHA
    43ed76e View commit details
    Browse the repository at this point in the history
  8. Alazar IQ trace debugged

    unknown committed Dec 4, 2015
    Configuration menu
    Copy the full SHA
    45677d2 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2016

  1. IQ measurement ok, version global ok

    unknown authored and unknown committed Jun 10, 2016
    Configuration menu
    Copy the full SHA
    12aa173 View commit details
    Browse the repository at this point in the history
  2. gaussian + arbitrary shapes ok

    unknown authored and unknown committed Jun 10, 2016
    Configuration menu
    Copy the full SHA
    ccdb42a View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2016

  1. debug pulse transfer Tabor AWG

    unknown authored and unknown committed Jun 14, 2016
    Configuration menu
    Copy the full SHA
    5f0d439 View commit details
    Browse the repository at this point in the history