Giter Club home page Giter Club logo

licorify's Introduction

licorify.m converts .81x Licor files into a Matlab structure (licor), which is organized as follows:

  • licor.headers: Structure containing the 31-row header block from the .81x file; i.e., the 'TSource' data is stored in licor.headers.TSource

  • licor.footers: Structure containing the 23-row footer block, organized in the same way as licor.headers

The rest of the licor structure is the data, which is stored in two different ways, for your viewing convenience:

FIRST METHOD:

  • licor.colheaders is a cell array, where each cell contains a header for one of the columns (e.g., 'Etime' or 'Tcham')

  • licor.data is a cell array, where each cell contains a data column. licor.colheaders and licor.data are indexed in the same way, so licor.colheaders{1} is 'Type' and licor.data{1} is the corresponding column of data

SECOND METHOD:

Each column header is used as a structure name, and the corresponding column of data is the structure value. e.g., the 'Pressure' data column is stored as licor.Pressure

(c) Jack Peterson ([email protected]), 4/26/2013

licorify's People

Contributors

tinybike avatar

Stargazers

Chris Black avatar

Watchers

James Cloos avatar  avatar

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.