Skip to content

Commit

Permalink
Merge pull request #20 from jread-usgs/master
Browse files Browse the repository at this point in the history
updated build
  • Loading branch information
Jordan S Read committed Sep 3, 2015
2 parents 0746e58 + 3593c66 commit ee8a249
Show file tree
Hide file tree
Showing 9 changed files with 58 additions and 7 deletions.
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by roxygen2 (4.0.2): do not edit by hand
# Generated by roxygen2 (4.1.1): do not edit by hand

export(MAD)
export(block_stats)
Expand Down
44 changes: 44 additions & 0 deletions inst/extdata/pellerin_repeat.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
outlier_removal:
- expression: x < 0.01
description: obs below detection
type: threshold

- expression: x > 99
description: obs above range
type: threshold

- expression: n > 10
description: questionable persistent value
type: persistent

- expression: x = 999999
description: logger error code
type: error_code

- expression: missing(x)
description: missing value
type: error_code

- expression: x = -999
description: logger missing value code
type: error_code

- expression: MAD(x) > 3
description: median absolute deviation exceeded
type: stat_window

block_stats:
- expression: MAD(CV) > 3
description: median absolute deviation of the windowed CVs exceeded
type: threshold

- expression: flags > 30%
description: total number of values within block too low
type: threshold

data_source:
- file_name: test_data_repeat.txt
folder_name: ./
format: wide_burst
window: auto
date_type: mm/dd/YYYY HH:MM
1 change: 1 addition & 0 deletions inst/extdata/test_data_repeat.txt

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion man/MAD.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/flag_functions.R
\name{MAD}
\alias{MAD}
\title{median absolute deviation outlier test}
Expand Down
3 changes: 2 additions & 1 deletion man/build_flags.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/build_flags.R
\name{build_flags}
\alias{build_flags}
\title{Creates flag vector based on input data}
Expand Down
3 changes: 2 additions & 1 deletion man/clean_data.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/clean_data.R
\name{clean_data}
\alias{clean_data}
\title{cleans sensor data with user-specified routines}
Expand Down
3 changes: 2 additions & 1 deletion man/load_sensor.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/load_sensor.R
\name{load_sensor}
\alias{load_sensor}
\title{Loads sensor data into data.frame}
Expand Down
3 changes: 2 additions & 1 deletion man/load_sqc.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/load_sqc.R
\name{load_sqc}
\alias{load_sqc}
\title{load in configuration file for sensorQC}
Expand Down
3 changes: 2 additions & 1 deletion man/window_data.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.2): do not edit by hand
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/window_data.R
\name{window_data}
\alias{window_data}
\title{window sensorQC data}
Expand Down

0 comments on commit ee8a249

Please sign in to comment.