RHESSysCalibrator  2.1.0
Classes | Variables
rhessyscalibrator.calibration_parameters Namespace Reference

Classes that support generating calibration parameters. More...

Classes

class  CalibrationParameters
 Represents a set of calibration parameters for a particular run. More...
 
class  CalibrationParametersProto
 Represents whether particular calibration parameters have been specified using boolean values. More...
 

Variables

string PARAM_REGEX_TEMPLATE = lambdav:"""\s+(\$"""
 
string PARAM_INTERVAL_REGEX = '\[\d+(?:\.\d+){0,1},\s*\d+(?:\.\d+){0,1}\]\s*'
 
string PARAM_S1_KEY = 's1'
 
string PARAM_S2_KEY = 's2'
 
string PARAM_S3_KEY = 's3'
 
string PARAM_SV1_KEY = 'sv1'
 
string PARAM_SV2_KEY = 'sv2'
 
string PARAM_GW1_KEY = 'gw1'
 
string PARAM_GW2_KEY = 'gw2'
 
string PARAM_VGSEN1_KEY = 'vgsen1'
 
string PARAM_VGSEN2_KEY = 'vgsen2'
 
string PARAM_VGSEN3_KEY = 'vgsen3'
 
string PARAM_SVALT1_KEY = 'svalt1'
 
string PARAM_SVALT2_KEY = 'svalt2'
 

Detailed Description

Classes that support generating calibration parameters.

This software is provided free of charge under the New BSD License. Please see the following license information:

Copyright (c) 2013, University of North Carolina at Chapel Hill All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Author
Brian Miles brian.nosp@m._mil.nosp@m.es@un.nosp@m.c.ed.nosp@m.u

Variable Documentation

string rhessyscalibrator.calibration_parameters.PARAM_GW1_KEY = 'gw1'
string rhessyscalibrator.calibration_parameters.PARAM_GW2_KEY = 'gw2'
string rhessyscalibrator.calibration_parameters.PARAM_INTERVAL_REGEX = '\[\d+(?:\.\d+){0,1},\s*\d+(?:\.\d+){0,1}\]\s*'
string rhessyscalibrator.calibration_parameters.PARAM_REGEX_TEMPLATE = lambdav:"""\s+(\$"""
string rhessyscalibrator.calibration_parameters.PARAM_S1_KEY = 's1'
string rhessyscalibrator.calibration_parameters.PARAM_S2_KEY = 's2'
string rhessyscalibrator.calibration_parameters.PARAM_S3_KEY = 's3'
string rhessyscalibrator.calibration_parameters.PARAM_SV1_KEY = 'sv1'
string rhessyscalibrator.calibration_parameters.PARAM_SV2_KEY = 'sv2'
string rhessyscalibrator.calibration_parameters.PARAM_SVALT1_KEY = 'svalt1'
string rhessyscalibrator.calibration_parameters.PARAM_SVALT2_KEY = 'svalt2'
string rhessyscalibrator.calibration_parameters.PARAM_VGSEN1_KEY = 'vgsen1'
string rhessyscalibrator.calibration_parameters.PARAM_VGSEN2_KEY = 'vgsen2'
string rhessyscalibrator.calibration_parameters.PARAM_VGSEN3_KEY = 'vgsen3'