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 442c8cf commit 88d9a43Copy full SHA for 88d9a43
src/aind_data_schema/components/configs.py
@@ -108,7 +108,7 @@ class DeviceConfig(DataModel):
108
class DetectorConfig(DeviceConfig):
109
"""Configuration of detector settings"""
110
111
- exposure_time: float = Field(..., title="Exposure time (ms)")
+ exposure_time: float = Field(..., title="Exposure time")
112
exposure_time_unit: TimeUnit = Field(default=TimeUnit.MS, title="Exposure time unit")
113
trigger_type: TriggerType = Field(..., title="Trigger type")
114
0 commit comments