| IVALab Python Libraries
    Collection of code for computer vision and robotics with specific API. | 
Class containing the trial settings for Quality Control experiments. More...
| Public Member Functions | |
| def | trialSetting (self, trialSpec) | 
| Convert a raw trial specification to actual trial settings.  More... | |
| def | trialValue (self, varName, varVal) | 
| From the trial settings recover the trial specification values as provided in the study CSV file.  More... | |
| Static Public Member Functions | |
| def | setting (theStudy, field, trial) | 
| Lookup a setting associated to the trial information.  More... | |
| Static Public Attributes | |
| dictionary | Pilot | 
| Quality control pilot study settings.  More... | |
Class containing the trial settings for Quality Control experiments.
| 
 | static | 
Lookup a setting associated to the trial information.
Mostly for a setting that is indirectly recovered from trial state. Not for values actually stored in the trial state.
| [in] | The | study dictionary. | 
| [in] | The | extra setting field to recover from trial info list. | 
| [in] | The | trial info list. | 
| def trialSetting | ( | self, | |
| trialSpec | |||
| ) | 
Convert a raw trial specification to actual trial settings.
| [in] | varName | Study variable name to query. | 
| [in] | valVal | Study variable value. | 
| def trialValue | ( | self, | |
| varName, | |||
| varVal | |||
| ) | 
From the trial settings recover the trial specification values as provided in the study CSV file.
| [in] | varName | Study variable name to query. | 
| [in] | valVal | Study variable value. | 
| 
 | static | 
Quality control pilot study settings.