コード例 #1
0
ファイル: CoTeDe_tukey53H_norm.py プロジェクト: yf1412/AutoQC
def test(p):
    '''Run the tukey53H norm QC from the CoTeDe config.'''

    config = {'TEMP': {'tukey53H_norm': {'k': 1.5, 'l': 12}}}
    testname = 'tukey53H_norm'

    return get_qc(p, config, testname)
コード例 #2
0
def test(p):
    '''Run the WOA normbias QC from the CoTeDe GTSPP config.'''

    config = 'gtspp'
    testname = 'woa_normbias'

    return get_qc(p, config, testname)
コード例 #3
0
def test(p):
    '''Run the spike QC from the CoTeDe config.'''

    config = 'cotede'
    testname = 'spike'

    return get_qc(p, config, testname)
コード例 #4
0
def test(p):
    """Run the global range QC from the CoTeDe GTSPP config."""

    config = "gtspp"
    testname = "global_range"

    return get_qc(p, config, testname)
コード例 #5
0
def test(p):
    '''Run the gradient QC from the CoTeDe config.'''

    config = 'cotede'
    testname = 'gradient'

    return get_qc(p, config, testname)
コード例 #6
0
def test(p):
    '''Run the global range QC from the CoTeDe GTSPP config.'''

    config   = {'TEMP': {'global_range':{ 'minval': -2.0, 'maxval': 40}}}
    testname = 'global_range'

    return get_qc(p, config, testname)
コード例 #7
0
def test(p):
    '''Run the digit roll over QC from the CoTeDe config.'''

    config   = 'cotede'
    testname = 'digit_roll_over'

    return get_qc(p, config, testname)
コード例 #8
0
def test(p):
    '''Run the profile_envelop QC from the CoTeDe config.'''

    config = 'cotede'
    testname = 'profile_envelop'

    return get_qc(p, config, testname)
コード例 #9
0
ファイル: CoTeDe_RoC.py プロジェクト: yf1412/AutoQC
def test(p):
    '''Run the RoC QC from the CoTeDe config.'''

    config = {'TEMP': {'RoC': 4}}
    testname = 'RoC'

    return get_qc(p, config, testname)
コード例 #10
0
def test(p):
    '''Run the WOA normbias QC from the CoTeDe config.'''

    config   = 'cotede'
    testname = 'woa_normbias'

    return get_qc(p, config, testname)
コード例 #11
0
def test(p):
    '''Run the WOA normbias QC from the CoTeDe config.'''

    config = 'cotede'
    testname = 'woa_normbias'

    return get_qc(p, config, testname)
コード例 #12
0
def test(p):
    '''Run the gradient QC from the CoTeDe GTSPP config.'''

    config   = {'TEMP': {'gradient': 10.0}}
    testname = 'gradient'

    return get_qc(p, config, testname)
コード例 #13
0
def test(p):
    '''Run the tukey53H norm QC from the CoTeDe config.'''

    config   = 'cotede'
    testname = 'tukey53H_norm'

    return get_qc(p, config, testname)
コード例 #14
0
def test(p):
    '''Run the spike QC from the CoTeDe config.'''

    config   = 'cotede'
    testname = 'spike'

    return get_qc(p, config, testname)
コード例 #15
0
ファイル: CoTeDe_fuzzy_logic.py プロジェクト: yf1412/AutoQC
def test(p):
    '''Run the CoTeDe fuzzy logic QC.'''

    config = 'fuzzy'
    testname = 'fuzzylogic'

    return get_qc(p, config, testname)
コード例 #16
0
def test(p):
    '''Run the digit roll over QC from the CoTeDe config.'''

    config   = {'TEMP': {'digit_roll_over': 10}}
    testname = 'digit_roll_over'

    return get_qc(p, config, testname)
コード例 #17
0
def test(p):
    '''Run the CoTeDe location at sea QC.'''

    config   = 'cotede'
    testname = 'location_at_sea'
    
    return get_qc(p, config, testname)
コード例 #18
0
def test(p):
    '''Run the spike QC from the CoTeDe GTSPP config.'''

    config = {'TEMP': {'spike': 2.0}}
    testname = 'spike'

    return get_qc(p, config, testname)
コード例 #19
0
def test(p):
    '''Run the density inversion QC from the CoTeDe Argo config.'''

    config = 'argo'
    testname = 'density_inversion'

    return get_qc(p, config, testname)
コード例 #20
0
def test(p):
    '''Run the CoTeDe Anomaly Detection QC.'''

    config = 'anomaly_detection'
    testname = 'anomaly_detection'

    return get_qc(p, config, testname)
コード例 #21
0
def test(p):
    '''Run the CoTeDe Anomaly Detection QC.'''

    config   = 'anomaly_detection'
    testname = 'anomaly_detection'

    return get_qc(p, config, testname)
コード例 #22
0
def test(p, parameters):
    '''Run the CoTeDe location at sea QC.'''

    config = 'cotede'
    testname = 'location_at_sea'

    qc = get_qc(p, config, testname)

    return qc
コード例 #23
0
def test(p, parameters):
    '''Run the CoTeDe Anomaly Detection QC.'''

    config   = 'anomaly_detection'
    testname = 'anomaly_detection'

    qc = get_qc(p, config, testname)

    return qc
コード例 #24
0
def test(p, parameters):
    '''Run the profile_envelop QC from the CoTeDe config.'''

    config   = 'cotede'
    testname = 'profile_envelop'

    qc = get_qc(p, config, testname)

    return qc
コード例 #25
0
def test(p, parameters):
    '''Run the gradient QC from the CoTeDe GTSPP config.'''

    config   = 'gtspp'
    testname = 'gradient'

    qc = get_qc(p, config, testname)

    return qc
コード例 #26
0
def test(p, parameters):
    '''Run the CoTeDe fuzzy logic QC.'''

    config = 'fuzzylogic'
    testname = 'fuzzylogic'

    qc = get_qc(p, config, testname)

    return qc
コード例 #27
0
def test(p, parameters):
    '''Run the CoTeDe Anomaly Detection QC.'''

    config = 'anomaly_detection'
    testname = 'anomaly_detection'

    qc = get_qc(p, config, testname)

    return qc
コード例 #28
0
def test(p, parameters):
    '''Run the rate_of_change QC from the CoTeDe config.'''

    config = 'cotede'
    testname = 'rate_of_change'

    qc = get_qc(p, config, testname)

    return qc
コード例 #29
0
def test(p, parameters):
    '''Run the spike QC from the CoTeDe config.'''

    config = 'cotede'
    testname = 'spike'

    qc = get_qc(p, config, testname)

    return qc
コード例 #30
0
def test(p, parameters):
    '''Run the rate_of_change QC from the CoTeDe config.'''

    config   = 'cotede'
    testname = 'rate_of_change'

    qc = get_qc(p, config, testname)

    return qc
コード例 #31
0
def test(p, parameters):
    '''Run the WOA normbias QC from the CoTeDe GTSPP config.'''

    config   = 'gtspp'
    testname = 'woa_normbias'
 
    qc = get_qc(p, config, testname)
    
    return qc
コード例 #32
0
def test(p, parameters):
    '''Run the density inversion QC from the CoTeDe Argo config.'''

    config = 'argo'
    testname = 'density_inversion'

    qc = get_qc(p, config, testname)

    return qc
コード例 #33
0
def test(p, parameters):
    '''Run the CoTeDe fuzzy logic QC.'''

    config   = 'fuzzylogic'
    testname = 'fuzzylogic'

    qc = get_qc(p, config, testname)

    return qc
コード例 #34
0
def test(p, parameters):
    '''Run the tukey53H norm QC from the CoTeDe config.'''

    config = 'cotede'
    testname = 'tukey53H_norm'

    qc = get_qc(p, config, testname)

    return qc
コード例 #35
0
def test(p, parameters):
    '''Run the CoTeDe Morello 2014 QC.'''

    config   = 'morello2014'
    testname = 'morello2014'
   
    qc = get_qc(p, config, testname)

    return qc
コード例 #36
0
def test(p, parameters):
    '''Run the digit roll over QC from the CoTeDe config.'''

    config = 'cotede'
    testname = 'digit_roll_over'

    qc = get_qc(p, config, testname)

    return qc
コード例 #37
0
ファイル: CoTeDe_spike.py プロジェクト: BillMills/AutoQC
def test(p, parameters):
    '''Run the spike QC from the CoTeDe config.'''

    config   = 'cotede'
    testname = 'spike'

    qc = get_qc(p, config, testname)

    return qc
コード例 #38
0
def test(p, parameters):
    '''Run the density inversion QC from the CoTeDe Argo config.'''

    config   = 'argo'
    testname = 'density_inversion'
    
    qc = get_qc(p, config, testname)

    return qc
コード例 #39
0
def test(p, parameters):
    '''Run the tukey53H norm QC from the CoTeDe config.'''

    config   = 'cotede'
    testname = 'tukey53H_norm'

    qc = get_qc(p, config, testname)

    return qc
コード例 #40
0
def test(p, parameters):
    '''Run the WOA normbias QC from the CoTeDe config.'''

    config = 'cotede'
    testname = 'woa_normbias'

    qc = get_qc(p, config, testname)

    return qc
コード例 #41
0
def test(p, parameters):
    '''Run the digit roll over QC from the CoTeDe config.'''

    config   = 'cotede'
    testname = 'digit_roll_over'

    qc = get_qc(p, config, testname)

    return qc
コード例 #42
0
def test(p, parameters):
    '''Run the global range QC from the CoTeDe GTSPP config.'''

    config   = 'gtspp'
    testname = 'global_range'

    qc = get_qc(p, config, testname)

    return qc