Пример #1
0
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
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
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
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
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
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
def test(p, parameters):
    '''Run the CoTeDe Morello 2014 QC.'''

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

    return qc
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
def test(p, parameters):
    '''Run the spike QC from the CoTeDe config.'''

    config   = 'cotede'
    testname = 'spike'

    qc = get_qc(p, config, testname)

    return qc
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
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
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