EmotiBit / ofxEmotiBit

OpenFrameworks library and examples for the EmotiBit
MIT License
33 stars 7 forks source link

Feat parser sh re parse #211

Closed produceconsumerobot closed 1 year ago

produceconsumerobot commented 1 year ago

Description

Added feature to reParse data to EmotiBitDataParser.sh

Usage

Note: The reparse will only work for sub-directories in the root folder which contain the csv file with the same same as the sub-directory.

-- user1 (root folder)
|-- 2023-04-16_11-47-34-166828 (will be reparsed)
|---|-- 2023-04-16_11-47-34-166828.csv + Parsed files
|-- 2023-04-16_11-47-48-309342  (will be reparsed)
|---|-- 2023-04-16_11-47-48-309342.csv  + Parsed files
|-- 2023-04-16_15-53-49-307046 (will be reparsed)
|---|-- 2023-04-16_15-53-49-307046.csv + Parsed files
|-- some-other-folder (will be skipped in reparse)
|---|-- contents

Requirements

Issues Referenced

Documentation update

Link to a change in documentation (if any)

Testing

Results

Feature Tests

"EmotiBit Feature Test Protocol" : DataParser shell script reParse

Steps to test

Checklist to allow merge

Screenshots:

nitin710 commented 1 year ago

Tested working.

nitin710 commented 1 year ago

Added usage notes in the PR description.

nitin710 commented 1 year ago

conformed PR to template. Added the required tests to the Feature test protocol sheet. @produceconsumerobot please do make sure to add, at minimum, a template test to the feature test protocol. The PR template has bee created to try and enforce that testing step.