We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2084ce5 commit ea50f40Copy full SHA for ea50f40
src/aind_data_schema/ophys/ophys_rig.py
@@ -20,7 +20,7 @@
20
Disc,
21
Filter,
22
HarpDevice,
23
- ImmersionMedia,
+ ImmersionMedium,
24
Laser,
25
Lens,
26
LightEmittingDiode,
@@ -63,7 +63,7 @@ class Detector(Device):
63
detector_type: DetectorType = Field(..., title="Detector Type")
64
data_interface: DataInterface = Field(..., title="Data interface")
65
cooling: Cooling = Field(..., title="Cooling")
66
- immersion: Optional[ImmersionMedia] = Field(None, title="Immersion")
+ immersion: Optional[ImmersionMedium] = Field(None, title="Immersion")
67
68
chroma: Optional[CameraChroma] = Field(None, title="Camera chroma")
69
bit_depth: Optional[int] = Field(None, title="Bit depth")
0 commit comments