coloriz / Tadley

Muse / GSR / PPG Reader and Extractor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tadley : Muse / GSR / PPG Reader and Extractor

by Jungwoo Nam. InsLab

Build

1. Clone this repo

New-Item -Name projects -ItemType directory
cd projects
git clone https://github.com/coloriz/Tadley.git

2. Clone other dependencies

cd ..
git clone https://github.com/coloriz/GsrPpgSampler.git
git clone https://github.com/coloriz/MuseLibrary.git

3. Install NuGet packages

4. Open Tadley.sln and Build Solution

Usage

> ./Tadley help
Tadley 1.0.0.0
Copyright © 2019. InS Lab. Dept. of C.E. SKUniv. All rights reserved.

  record     Record data coming from muse.

  extract    Extract data from recorded file.

  help       Display more information on a specific command.

  version    Display version information.
> ./Tadley record --help
Tadley 1.0.0.0
Copyright © 2019. InS Lab. Dept. of C.E. SKUniv. All rights reserved.

  -d, --data      (Default: EEG) Data to be read from Muse (Default : EEG)

  -p, --port      Required. GSR/PPG Sampler COM port

  -o, --output    Required. Output file to be written

  --help          Display this help screen.

  --version       Display version information.
> ./Tadley extract --help
Tadley 1.0.0.0
Copyright © 2019. InS Lab. Dept. of C.E. SKUniv. All rights reserved.

  -i, --input       Required. Input file to be processed

  -s, --timeoff     Required. Set the start time offset

  -t, --duration    Required. Set the duration (end time = start time + duration)

  -o, --output      Required. Output file to be written

  --help            Display this help screen.

  --version         Display version information.

Example

Record

./Tadley record -d EEG:DeltaAbsolute:ThetaAbsolute:AlphaAbsolute:BetaAbsolute:GammaAbsolute:DeltaRelative:ThetaRelative:AlphaRelative:BetaRelative:GammaRelative -p COM3 -o 190527.json

Extract

./Tadley extract -i 190527.json -s 0:00:00 -t 0:00:30 -o 190527.xlsx

Sample data

About

Muse / GSR / PPG Reader and Extractor


Languages

Language:C# 100.0%