aremazeilles / eurobench_documentation

Description of some Eurobench Benchmarking Software mechanisms
5 stars 3 forks source link

insert physiological data #12

Closed aremazeilles closed 4 years ago

aremazeilles commented 4 years ago

They somehow disappear

fraBent commented 4 years ago

we acquire data from physiological sensors , obtaining 4 different parameters: heart rate, heart rate variability, respiration rate and galvanic skin response.

can these be added as data format somehow (as Pre-processed one)? We think that CSV files may work and we expect to have a structure like: timestamp; value (nx2, with n being number of samples)

ping @NevioTag

aremazeilles commented 4 years ago

Could you detail the format for each of the 4 measures you mention?

aremazeilles commented 4 years ago

Physiological Data Format.pdf

aremazeilles commented 4 years ago

In my opinion, the rationale for preferring a data per file, or a joint file with all data, is whether all these measures are usually measured by the same device. In your case I guess this is true, right? What is your opinion?

aremazeilles commented 4 years ago

Wrt the description, I would be in favour of placing more detailed information, like:

aremazeilles commented 4 years ago

Globally speaking, I think we prefer having timestamp in sec and not ms (to be confirmed).

Going one after the other...

BPM: at each instant the value recorded is the estimation of the BPM, is that correct?

alfonsotecnalia commented 4 years ago

I would say timestamp should be in seconds.

Regarding the options for the file format, we should handle both. In order to reuse the data in other PIs, we could provide utils for merging several csv with physiological data into one (we should think how to make a unique timestamp/stablish common rate) and/or split into different files from a joint one.

aremazeilles commented 4 years ago

ping @DavideGiusino

DavideGiusino commented 4 years ago

As long as physiological measures are acquired by the same device starting from the same point in time (i.e., all four parameters are captured contemporarily by only one sensor), which I guess it is the case here, I think Option 2 would provide a less dispersed format, which I would prefer even to eventually make comparisons between parameters more easily. Although Option 1 is said to be more flexible in that one can decide to add new quantities in the future, what prevents from adding new quantities in Option 2? I guess you can still add quantities in the future in Option 2, is that right?

aremazeilles commented 4 years ago

Yep we can still extend format later on if needed, and yes haring the same timestamp is mandatory for bringing it to a common file.

NevioTag commented 4 years ago

In my opinion, the rationale for preferring a data per file, or a joint file with all data, is whether all these measures are usually measured by the same device. In your case I guess this is true, right? What is your opinion?

In our case we acquire HR, HRV and RR from one device and GSR from a different device. We then synchronized them with a dedicated software.

NevioTag commented 4 years ago

Globally speaking, I think we prefer having timestamp in sec and not ms (to be confirmed).

Going one after the other...

BPM: at each instant the value recorded is the estimation of the BPM, is that correct?

We used ms because we tool as reference example other data formats. But clearly for us also s is fine.

aremazeilles commented 4 years ago

If we gather format, we should provide a common name for it I have the impression it makes sense gathering hr, hrv, rr. Do you think it makes also sense gathering with them the gsr?

Or should just gather the 4, and name the joint file physiology ?

aremazeilles commented 4 years ago

Have a look at the proposed decsrption

Could you revise the description, and propose adjustment if needed? I would need also the unit of hrv, rr and gsr.

In that version I propose to gather all in a unique file. Then I am wondering whether the term physiological could not gather other type of measures, even up to EMG ? Would this be true? In any case, I would not add in the same file EMG, but this is just to decide whether _physiological` is the appropriate term here.

aremazeilles commented 4 years ago

Guys, could you review the proposition ? Alfonso nicely mentioned the following units:

gsr- S(siemens) or uS(microsiemens) rr- bpm (breaths per minute)

Can you confirm?

fraBent commented 4 years ago

Guys, could you review the proposition ? Alfonso nicely mentioned the following units:

gsr- S(siemens) or uS(microsiemens) rr- bpm (breaths per minute)

Can you confirm?

We have the following units: -gsr in mS (milliSiemens) -rr in bpm (breaths per minute)