Skip to content

Corrupted data in dataset #2

@wcih

Description

@wcih

Hello,

I was trying to load the data from a dataset and I met strange values after printing histograms (attached below). Certainly, these are bad values. Data from ln200 gyros are corrupted.
Is it issue with my R code or problem with data?

Best,
Jacek

library(imudata)
data = imudata::mtig1khrz
hist(data$`Gyro. X`[[1]]$data,breaks = 200,main= 'imudata::mtig1khrz Gyro X [1]',xlab = 'Rate[?]')

obraz

data = imudata::ln200.gyro
hist(data[,1],breaks = 200,main= 'imudata::ln200.gyro Gyro X [,1]',xlab = 'Rate[?]')

obraz

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions