Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-use estimated longitudinal axis for hip data by part2 in part3 #1024

Closed
vincentvanhees opened this issue Jan 29, 2024 · 1 comment · Fixed by #1025
Closed

Re-use estimated longitudinal axis for hip data by part2 in part3 #1024

vincentvanhees opened this issue Jan 29, 2024 · 1 comment · Fixed by #1025
Assignees

Comments

@vincentvanhees
Copy link
Member

In part 3 we make a new estimate of longitudinal axis when wear location is hip, which is not consistent with part 2.
The approach in part 2 has been best evaluated, so it seems best to re-use that classification in part 3.

The classification from part 2 is stored in output value SUM$summary$if_hip_long_axis_id.

@vincentvanhees
Copy link
Member Author

Additionally, if sensor.location == "hip" then store the longitudinal axis instead of anglez in part5 time series.

vincentvanhees added a commit that referenced this issue Jan 29, 2024
- When working with hip data only estimate longitudinal axis once (in part 2) and then consistently use it in following parts
- Store angle in part 5 time series where the longitudinal axis will be assigned as default angle while other angles (if available) will be stored with their axis letter attached to it #1024
vincentvanhees added a commit that referenced this issue Jan 29, 2024
- ensure correct axis is passed on to HASPT when sensorlocation = hip for daysleepers
- correct axis is stored in time series #1024
vincentvanhees added a commit that referenced this issue Jan 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant