missionbay_calib2: Magnetometer/accelerometer calibration data.
Description
Empirical magnetometer/accelerometer calibration data from Mission Bay, CA. These data are a sequence of 2 clockwise yaw rotations, 2
pitch rotations (nose down), and 2 roll rotations (nose facing west, starboard down).
Usage
data(missionbay_calib2)
Format
A data frame with 275 observations on the following 15 variables.
date
- a Date
time
- a POSIXlt
year
- a numeric vector
month
- a numeric vector
day
- a numeric vector
hour
- a numeric vector
minute
- a numeric vector
second
- a numeric vector
mx_raw
- a numeric vector. Magnetometer x-axis value in bits
my_raw
- a numeric vector. Magnetometer y-axis value in bits
mz_raw
- a numeric vector. Magnetometer z-axis value in bits
ax_raw
- a numeric vector. Accelerometer x-axis value in bits
ay_raw
- a numeric vector. Accelerometer y-axis value in bits
az_raw
- a numeric vector. Accelerometer z-axis value in bits
rotation
- a character vector. One of
c("yaw1: clockwise",
"yaw2: clockwise","pitch1: nose down", "pitch2: nose down",
"roll1: starboard down","roll2: starboard down")
Source
These data were recorded by Bill Hagey and Randall Davis.Details
These data are raw bit values from a three-axis magnetometer and accelerometer. See the $rotation
column for
when each rotation starts and ends.