olfactometer_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 |
|
|
Olfactometer device |
|
|
Analog input device |
|
|
Clock generator device |
|
BaseModel¶
type |
object |
properties |
ConnectedClockOutput¶
type |
object |
||
properties |
|||
|
Target Device |
||
Optional device name to provide user additional information |
|||
default |
null |
||
oneOf |
type |
string |
|
type |
null |
||
|
Output Channel |
||
Output channel |
|||
type |
integer |
||
minimum |
0 |
HarpAnalogInput¶
type |
object |
||
properties |
|||
|
Device Type |
||
type |
string |
||
default |
analoginput |
||
const |
analoginput |
||
|
Additional settings |
||
default |
null |
||
oneOf |
|||
type |
null |
||
|
Calibration |
||
default |
null |
||
oneOf |
|||
type |
null |
||
|
Who Am I |
||
type |
integer |
||
default |
1236 |
||
const |
1236 |
||
|
Serial Number |
||
Device serial number |
|||
default |
null |
||
oneOf |
type |
string |
|
type |
null |
||
|
Port Name |
||
Device port name |
|||
type |
string |
HarpClockGenerator¶
type |
object |
||
properties |
|||
|
Device Type |
||
type |
string |
||
default |
clockgenerator |
||
const |
clockgenerator |
||
|
Additional settings |
||
default |
null |
||
oneOf |
|||
type |
null |
||
|
Calibration |
||
default |
null |
||
oneOf |
|||
type |
null |
||
|
Who Am I |
||
type |
integer |
||
default |
1158 |
||
const |
1158 |
||
|
Serial Number |
||
Device serial number |
|||
default |
null |
||
oneOf |
type |
string |
|
type |
null |
||
|
Port Name |
||
Device port name |
|||
type |
string |
||
|
Connected Clock Outputs |
||
Connected clock outputs |
|||
type |
array |
||
default |
|||
items |
Olfactometer¶
type |
object |
||
properties |
|||
|
Device Type |
||
type |
string |
||
default |
olfactometer |
||
const |
olfactometer |
||
|
Additional settings |
||
default |
null |
||
oneOf |
|||
type |
null |
||
|
Calibration of the olfactometer |
||
default |
null |
||
oneOf |
|||
type |
null |
||
|
Who Am I |
||
type |
integer |
||
default |
1140 |
||
const |
1140 |
||
|
Serial Number |
||
Device serial number |
|||
default |
null |
||
oneOf |
type |
string |
|
type |
null |
||
|
Port Name |
||
Device port name |
|||
type |
string |
OlfactometerCalibration¶
Olfactometer calibration class |
|||
type |
object |
||
properties |
|||
|
Device name |
||
Name of the device being calibrated |
|||
type |
string |
||
default |
Olfactometer |
||
|
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 harp olfactometer device |
||
const |
Calibration of the harp olfactometer device |
||
|
Notes |
||
default |
null |
||
oneOf |
type |
string |
|
type |
null |
OlfactometerCalibrationInput¶
type |
object |
|
properties |
||
|
Channel Config |
|
Configuration of olfactometer channels |
||
type |
object |
|
default |
||
additionalProperties |
OlfactometerCalibrationOutput¶
type |
object |
properties |
OlfactometerChannelConfig¶
type |
object |
||
properties |
|||
|
Channel index |
||
type |
integer |
||
|
Channel type |
||
default |
Odor |
||
|
Flow capacity. mL/min |
||
type |
integer |
||
enum |
100, 1000 |
||
default |
100 |
||
|
Target flow rate. mL/min. If channel_type == CARRIER, this value is ignored. |
||
type |
number |
||
maximum |
100.0 |
||
default |
100 |
||
|
Odorant name |
||
default |
null |
||
oneOf |
type |
string |
|
type |
null |
||
|
Odorant dilution (%v/v) |
||
default |
null |
||
oneOf |
type |
number |
|
type |
null |
OlfactometerChannelType¶
Channel type |
|
type |
string |
enum |
Odor, Carrier |