Code Monkey home page Code Monkey logo

mistagesstuff's Introduction

MIStagesStuff

Calibration, panel, gerbers

mistagesstuff's People

Contributors

ajupton avatar forestcaver avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

mistagesstuff's Issues

Wrong array index in settings.cc

Thank you for the stages calibration code, it helped me a lot!

I noticed a small issue in the default settings in settings.cc, which can be easily overlooked when someone overwrites the default entries with his/her calculated values- leading to wrong calibration.

persistent_data_.channel_calibration_data[3].adc_scale = -1.0f /* FIXME /;
persistent_data_.channel_calibration_data[3].adc_offset = 0.0f /
FIXME /;
persistent_data_.channel_calibration_data[3].adc_scale = -1.0f /
FIXME */;

The first index should be 2, not 3.

All the best!

Unstable calibration problem

When you tried to calibrate the voltage goes down very slowly, but goes down all the time, is this normal? should i mark the voltage anyway?

Thanks!

Type

Hey,
Thanks for the awesome work!! Really thanks.(good english over there)

There is a small type on line 81 in settings.cc
The [2].adc_scale is not correctly set.

79 persistent_data_.channel_calibration_data[1].adc_scale = -1.0f /* FIXME /;
80 persistent_data_.channel_calibration_data[2].adc_offset = 0.0f /
FIXME /;
81 persistent_data_.channel_calibration_data[3].adc_scale = -1.0f /
FIXME /;
82 persistent_data_.channel_calibration_data[3].adc_offset = 0.0f /
FIXME */;

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.