treadmill_calibration_rig¶
CalibrationRig¶
type |
object |
|
properties |
||
|
aind_behavior_services package version |
|
type |
string |
|
pattern |
^(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$ |
|
default |
0.8.7 |
|
|
Version |
|
type |
string |
|
default |
0.0.0 |
|
const |
0.0.0 |
|
|
Computer Name |
|
Computer name |
||
type |
string |
|
|
Rig Name |
|
Rig name |
||
type |
string |
|
|
Treadmill device |
|
BaseModel¶
type |
object |
properties |
Treadmill¶
type |
object |
||
properties |
|||
|
Device Type |
||
type |
string |
||
default |
treadmill |
||
const |
treadmill |
||
|
Additional settings |
||
default |
null |
||
oneOf |
|||
type |
null |
||
|
Calibration of the treadmill |
||
default |
null |
||
oneOf |
|||
type |
null |
||
|
Who Am I |
||
type |
integer |
||
default |
1402 |
||
const |
1402 |
||
|
Serial Number |
||
Device serial number |
|||
default |
null |
||
oneOf |
type |
string |
|
type |
null |
||
|
Port Name |
||
Device port name |
|||
type |
string |
TreadmillCalibration¶
Treadmill calibration class |
|||
type |
object |
||
properties |
|||
|
Device name |
||
Must match a device name in rig/instrument |
|||
type |
string |
||
default |
Treadmill |
||
|
Input of the calibration |
||
|
Output of the calibration. |
||
|
Date |
||
default |
null |
||
oneOf |
type |
string |
|
format |
date-time |
||
type |
null |
||
|
Description |
||
type |
string |
||
default |
Calibration of the treadmill system |
||
const |
Calibration of the treadmill system |
||
|
Notes |
||
default |
null |
||
oneOf |
type |
string |
|
type |
null |
TreadmillCalibrationInput¶
type |
object |
properties |
TreadmillCalibrationOutput¶
type |
object |
|||
properties |
||||
|
Wheel Diameter |
|||
Wheel diameter |
||||
type |
number |
|||
minimum |
0.0 |
|||
default |
15 |
|||
|
Pulses Per Revolution |
|||
Pulses per revolution |
||||
type |
integer |
|||
minimum |
1 |
|||
default |
28800 |
|||
|
Invert Direction |
|||
Invert direction |
||||
type |
boolean |
|||
default |
False |
|||
|
Brake Lookup Calibration |
|||
Brake lookup calibration. Each pair of values define (input [torque], output [brake set-point U16]) |
||||
type |
array |
|||
items |
type |
array |
||
items |
type |
number |
||
maxItems |
2 |
|||
minItems |
2 |
|||
minItems |
2 |