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 924aa21 commit 2084ce5Copy full SHA for 2084ce5
src/aind_data_schema/device.py
@@ -548,7 +548,7 @@ class Detector(Device):
548
detector_type: DetectorType = Field(..., title="Detector Type")
549
data_interface: DataInterface = Field(..., title="Data interface")
550
cooling: Cooling = Field(..., title="Cooling")
551
- immersion: Optional[ImmersionMedia] = Field(None, title="Immersion")
+ immersion: Optional[ImmersionMedium] = Field(None, title="Immersion")
552
chroma: Optional[CameraChroma] = Field(None, title="Camera chroma")
553
sensor_width: Optional[int] = Field(None, title="Width of the sensor in pixels")
554
sensor_height: Optional[int] = Field(None, title="Height of the sensor in pixels")
0 commit comments