Measurements¶
Model definitions¶
Calibration¶
Generic calibration class
Field |
Type |
Title (Description) |
|---|---|---|
|
|
Date and time of calibration |
|
|
Description (Brief description of what is being calibrated) |
|
|
Measurement location |
|
|
Inputs (Calibration input) |
|
SizeUnit or MassUnit or FrequencyUnit or SpeedUnit or VolumeUnit or AngleUnit or TimeUnit or PowerUnit or CurrentUnit or ConcentrationUnit or TemperatureUnit or SoundIntensityUnit or VoltageUnit or MemoryUnit or UnitlessUnit or MagneticFieldUnit or PressureUnit or {TorqueUnit} |
Input unit |
|
|
Number of repeats (If each input was repeated multiple times, provide the number of repeats) |
|
|
Outputs (Calibration output (provide the average if repeated)) |
|
SizeUnit or MassUnit or FrequencyUnit or SpeedUnit or VolumeUnit or AngleUnit or TimeUnit or PowerUnit or CurrentUnit or ConcentrationUnit or TemperatureUnit or SoundIntensityUnit or VoltageUnit or MemoryUnit or UnitlessUnit or MagneticFieldUnit or PressureUnit or {TorqueUnit} |
Output unit |
|
Optional[CalibrationFit] |
Fit (Fit equation for the calibration data used during data acquisition) |
|
|
Notes |
|
|
Protocol ID (DOI for protocols.io) |
|
|
Device name (Must match a device defined in the instrument.json) |
CalibrationFit¶
Fit equation for calibration data
Field |
Type |
Title (Description) |
|---|---|---|
|
Fit type |
|
|
|
Fit parameters (Parameters of the fit equation, e.g. slope and intercept for linear fit) |
FitType¶
Type of fit for calibration data
Name |
Value |
|---|---|
|
|
|
|
|
|
Maintenance¶
Generic maintenance class
Field |
Type |
Title (Description) |
|---|---|---|
|
|
Date and time of maintenance |
|
|
Description (Description on maintenance procedure) |
|
Optional[List[Reagent]] |
Reagents |
|
|
Notes |
|
|
Protocol ID (DOI for protocols.io) |
|
|
Device name (Must match a device defined in the instrument.json) |
PowerCalibration¶
Calibration of a device that outputs power based on input strength
Field |
Type |
Title (Description) |
|---|---|---|
|
|
Input (Power, voltage, or percentage input strength) |
|
|
Input unit |
|
|
Output (Power output (provide the average if repeated)) |
|
Output unit |
|
|
|
|
|
|
Date and time of calibration |
|
|
Measurement location |
|
|
Number of repeats (If each input was repeated multiple times, provide the number of repeats) |
|
Optional[CalibrationFit] |
Fit (Fit equation for the calibration data used during data acquisition) |
|
|
Notes |
|
|
Protocol ID (DOI for protocols.io) |
|
|
Device name (Must match a device defined in the instrument.json) |
VolumeCalibration¶
Calibration of a liquid delivery device based on solenoid/valve opening times
Field |
Type |
Title (Description) |
|---|---|---|
|
|
Input times (Length of time solenoid/valve is open) |
|
Input unit |
|
|
|
Number of repeats (If each input was repeated multiple times, provide the number of repeats) |
|
|
Output (Volume output (provide the average if repeated)) |
|
Output unit |
|
|
|
|
|
|
Date and time of calibration |
|
|
Measurement location |
|
Optional[CalibrationFit] |
Fit (Fit equation for the calibration data used during data acquisition) |
|
|
Notes |
|
|
Protocol ID (DOI for protocols.io) |
|
|
Device name (Must match a device defined in the instrument.json) |