Giter Club home page Giter Club logo

cest-la-vie's Introduction

CEST-LA-vie

CSV Error Analysis Significant figure TabuLAtor (vie to finish the pun)

Usage:

python ErrorPlusSigFig.py [ExperimentData.csv]

The program will ask for the Systematic Error type. Just select one of the keys to the dictionary it prints before hand. If you need to add one, the dictionary is at the top of ErrorAnalysis.py. Feel free to make a pull request.

ExperimentData.csv should be formatted with the first line being column headers, with either

  1. No tag : These columns will be copied as is into the output tables
  2. "[ColumnName]_T[N]" Where ColumnName is the name of the column, with no spaces, and N is a natural number: These columns represent trial data, and columns with the same ColumnName will be combined into a ColumnName_BST and ColumnName_ERR in the error analysis output, and into a single column ColumnName in the SigFig output.
  3. CALC_[ColumnName]: These columns will be populated with calculated values, based on the expression in the second row. They will generate an "ColumnName_BST" and "ColumnName_ERR" in the error analysis output, and a combined "ColumnName" in the SigFig output.

(NOTE: CALC_[ColumnTitle] columns can only do calculations based on columns to their left, and must be space delimited:

Imagine Dataset "R_T1,R_T2,R_T3,I_T1,I_T2,I_T3,CALC_V"

In the second line of CALC_V,

WORKS: I * R

FAILS: I*R

)

cest-la-vie's People

Contributors

namesareapain avatar mlow2 avatar

Watchers

 avatar

Forkers

mlow2

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.