示例#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)
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)
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)
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)
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)
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)
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
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
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