Giter Club home page Giter Club logo

load_data's Introduction

UCL EIT Load Data

Software to load EIT data from the three systems into Matlab

  • ScouseTom - Developed in UCL lab, and the focus of this repository. Based around a Keithley 6221 current source and EEG recording system. This system is open source and further details are given in this repository
  • KHU Mk 2.5 - Multi-Frequency EIT system. Helpful software for using this system can be found here
  • SwissTom - Specifically the Pioneer set

Using this repository

Installation

Run the installer script load_data_installer.m, which installs the biosig library and adds the relevant directories to the matlab path. Run the command savepath afterwards to avoid having to do this again. DO NOT just add the lib folder as biosig contains lots of duplicate code.

Loading ScouseTom data

Biosig library

To load data from the ScouseTom system first requires installation of the version of the biosig library found in this repository here. This was modified to save RAM when loading huge files.

Processing

The data is then processed by calling the function ScouseTom_LoadBV.m and directing it at a .bdf or .eeg file.

Other systems

The KHU and SwissTom systems require only 'normal' Matlab.

The KHU data can be loaded using KHU_Load.m. Some extra input from the user may be required if there is information missing in the scanning directory. This can be entered manually, or is auto generated by the code here.

The SwissTom data is loaded using the file SwissTom_Load.m and should be self contained.

Example Datasets

Small datasets for all three systems can be found in /resources/data with accompanying example usage of the processing code found in /example

load_data's People

Contributors

annaww avatar gorenir avatar jimbles avatar keydawg avatar mayofaulkner avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

bailhkaok

load_data's Issues

Find way to check HDR is OK before loading

You get difficult to decipher error messages when you load an empty file, or give sopen the wrong parameters. so should find a way of validation the HDR before doing things

change folder separator character

Please use forward slash (/) to separate directories. Matlab can nicely handle ocnverting / -> \ on windows, but the contrary does not work.

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.