GithubHelp home page GithubHelp logo

engelsen / instrument-control Goto Github PK

View Code? Open in Web Editor NEW
11.0 4.0 4.0 50.98 MB

MATLAB Instrument Control

License: GNU General Public License v3.0

MATLAB 70.59% HTML 29.23% CSS 0.14% Java 0.05%
instrument control fitting matlab

instrument-control's Introduction

Instrument-control

The repository contains various MATLAB objects for controlling instruments (from command line and from GUIs), recording and saving data traces with metadata, and for interactive data analysis.

For more detailed information please refer to the project Wiki

Dependencies

The software is tested with MATLAB 2019b. Additional toolboxes required:

instrument-control's People

Contributors

abeccari avatar alessio-zicoschi avatar amiraliarabmoheghi avatar bmoptomech avatar engelsen avatar guanhaohuang avatar safedorov avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

instrument-control's Issues

Create first version of MyFit

  • Automatically generated GUI based on fit parameters
  • Subclass for each fit? Lorentzian, Gaussian, Exponential etc? Maybe too much..
  • Plots both the fit and the fit function with initial parameters
  • Fits can be put in MyTrace objects

Make better GUI for MyNa

  • Make a full GUI similar to what exists for MyRsa, such that all properties of the NA can be seen and controlled by the user.

Error when empty trace is passed to reference

Currently in MyDaq, when an empty trace is passed from the Data trace to the Reference trace, there is an error. When MyTrace tries to plot this empty trace, it gives an error as it attempts to check if the line object is a child of the main_plot.

Save fit button for MyFit

Create a saveFit button for MyFit that allows saving of the fit parameters and maybe also xf/yf and x/y? Can save the whole thing as a .mat

Make GUI for MyNa

Make GUI following the RSA model, or maybe adapt Mohammad and Amir's GUI for automatic ringdowns, then change the plotting axis to be General Plot rather than its own window.

parseInputs default setting

The function would currently empty the x and y vectors in addition to resetting the other options. Functionality should probably be changed so that even with the default flag on it would not reset x and y.

Create arithmetic functions for MyTrace

Arithmetic should check if units are the same, and if so, allow arithmetic with the traces where x is overlapping. Can interpolate linearly to create the correct number of points, but should give warning if this happens.

Improve rendering performance of GUI

Consider:

Leonardo, I will consider this for a future release. The following changes would be made to uix.mixin.Container:

  • Define a property RedrawMode to control whether or not to redraw
  • In set.Dirty, add a condition to redraw only if RedrawMode is 'on'
  • In set.RedrawMode, when setting to 'on', redraw if dirty (see onFigureChanged)
    I see that you are using a VBox full of HBoxes. Would a Grid work for you?

These are suggestions to make it render faster from GUI layouts creator.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.