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 a466b76 commit 9370c46Copy full SHA for 9370c46
src/aind_data_schema/ophys/ophys_rig.py
@@ -20,7 +20,7 @@
20
Disc,
21
Filter,
22
HarpDevice,
23
- Immersion,
+ ImmersionMedia,
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[Immersion] = Field(None, title="Immersion")
+ immersion: Optional[ImmersionMedia] = 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