Skip to content

Commit

Permalink
changes output for data in the return object of readMatrix to match G…
Browse files Browse the repository at this point in the history
…GIR expectations
  • Loading branch information
jhmigueles committed Jan 23, 2025
1 parent 608d1ce commit 86014c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/readMatrix.R
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ readMatrix = function(bin_file, return = c("all", "sf", "dynrange")[1],
# Return full output
return(list(
QClog = QClog,
output = data.frame(
data = data.frame(
time = required_timepoints,
acc_x = acc_resampled[,1], acc_y = acc_resampled[,2], acc_z = acc_resampled[,3],
gyro_x = gyro_resampled[,1], gyro_y = gyro_resampled[,2], gyro_z = gyro_resampled[,3],
Expand Down

0 comments on commit 86014c7

Please sign in to comment.