paulhibbing / AGread

Read Accelerometer Files from ActiGraph Accelerometers
Other
15 stars 4 forks source link

Add triaxial export option for raw acceleration files #3

Closed srlamunion closed 5 years ago

srlamunion commented 5 years ago

In certain cases, when working with raw data from the primary accelerometer, it's useful to have access to the triaxial data, whereas the current form of read_AG_raw gives only ENMO. The return_raw argument allows data to be returned prior to the reduction steps.

paulhibbing commented 5 years ago

I agree with this solution for now. In the future, we should make this an argument for the data collapsing function, so that you can get reduced triaxial data as well.