med-material / r-shiny-js-data-capture

Data Capture System in Javascript, integrated into R Shiny
MIT License
1 stars 1 forks source link

Meta Data: Create Meta Data file #9

Closed bastianilso closed 1 year ago

bastianilso commented 1 year ago

The purpose of the Meta Data CSV file is to log information on a "meta" level about the data thats currently being logged. The meta data file only contains 1 row.

Some columns

In addition, it should follow the standards defined in issue #4 (have SessionID, Timestamp etc.)

bastianilso commented 1 year ago

image

Kingjames52-bot commented 1 year ago

Yes I believe that is the best recommendation timestamp with ID

bastianilso commented 1 year ago
  1. SessionDuration: how many seconds have passed since logging started. (TimestampEnd - TimestampStart)
  2. How many rows of data, was collected.

Rows of data / Session Duration = SampleRate

bilal-62210 commented 1 year ago

@bastianilso it's ok for the meta file as you can see image

bastianilso commented 1 year ago

Cool, let's close this for now then.