@@ -57,7 +57,7 @@ Camera Detector
5757| Field | Type | Title (Description) |
5858| -------| ------| -------------|
5959| ` detector_type ` | [ DetectorType] ( ../aind_data_schema_models/devices.md#detectortype ) | |
60- | ` manufacturer ` | [ Organization] ( ../aind_data_schema_models/organizations.md#organization ) | |
60+ | ` manufacturer ` | [ Organization] ( ../aind_data_schema_models/organizations.md#organization ) | Manufacturer |
6161| ` data_interface ` | [ DataInterface] ( ../aind_data_schema_models/devices.md#datainterface ) | Data interface |
6262| ` cooling ` | [ Cooling] ( ../aind_data_schema_models/devices.md#cooling ) | Cooling |
6363| ` frame_rate ` | ` Optional[decimal.Decimal] ` | Frame rate (Hz) (Frame rate being used) |
@@ -192,7 +192,7 @@ Data acquisition device containing multiple I/O channels
192192| Field | Type | Title (Description) |
193193| -------| ------| -------------|
194194| ` data_interface ` | [ DataInterface] ( ../aind_data_schema_models/devices.md#datainterface ) | Type of connection to PC |
195- | ` manufacturer ` | [ Organization] ( ../aind_data_schema_models/organizations.md#organization ) | |
195+ | ` manufacturer ` | [ Organization] ( ../aind_data_schema_models/organizations.md#organization ) | Manufacturer |
196196| ` channels ` | List[[ DAQChannel] ( #daqchannel )] | DAQ channels |
197197| ` firmware_version ` | ` Optional[str] ` | Firmware version |
198198| ` hardware_version ` | ` Optional[str] ` | Hardware version |
@@ -210,7 +210,7 @@ Description of a generic detector
210210| Field | Type | Title (Description) |
211211| -------| ------| -------------|
212212| ` detector_type ` | [ DetectorType] ( ../aind_data_schema_models/devices.md#detectortype ) | Detector Type |
213- | ` manufacturer ` | [ Organization] ( ../aind_data_schema_models/organizations.md#organization ) | |
213+ | ` manufacturer ` | [ Organization] ( ../aind_data_schema_models/organizations.md#organization ) | Manufacturer |
214214| ` data_interface ` | [ DataInterface] ( ../aind_data_schema_models/devices.md#datainterface ) | Data interface |
215215| ` cooling ` | [ Cooling] ( ../aind_data_schema_models/devices.md#cooling ) | Cooling |
216216| ` frame_rate ` | ` Optional[decimal.Decimal] ` | Frame rate (Hz) (Frame rate being used) |
@@ -417,7 +417,7 @@ Filter used in a light path
417417| Field | Type | Title (Description) |
418418| -------| ------| -------------|
419419| ` filter_type ` | [ FilterType] ( ../aind_data_schema_models/devices.md#filtertype ) | Type of filter |
420- | ` manufacturer ` | [ Organization] ( ../aind_data_schema_models/organizations.md#organization ) | |
420+ | ` manufacturer ` | [ Organization] ( ../aind_data_schema_models/organizations.md#organization ) | Manufacturer |
421421| ` cut_off_wavelength ` | ` Optional[int] ` | Cut-off wavelength (nm) |
422422| ` cut_on_wavelength ` | ` Optional[int] ` | Cut-on wavelength (nm) |
423423| ` center_wavelength ` | ` int or List[int] or NoneType ` | Center wavelength (nm) (Single wavelength or list of wavelengths for MULTIBAND or MULTI_NOTCH filters) |
@@ -435,7 +435,7 @@ DAQ that uses the Harp protocol for synchronization and data transmission
435435
436436| Field | Type | Title (Description) |
437437| -------| ------| -------------|
438- | ` manufacturer ` | [ Organization] ( ../aind_data_schema_models/organizations.md#organization ) | |
438+ | ` manufacturer ` | [ Organization] ( ../aind_data_schema_models/organizations.md#organization ) | Manufacturer |
439439| ` harp_device_type ` | [ HarpDeviceType] ( ../aind_data_schema_models/harp_types.md#harpdevicetype ) | Type of Harp device |
440440| ` core_version ` | ` Optional[str] ` | Core version |
441441| ` tag_version ` | ` Optional[str] ` | Tag version |
@@ -476,7 +476,7 @@ Laser module with a specific wavelength (may be a sub-component of a larger asse
476476
477477| Field | Type | Title (Description) |
478478| -------| ------| -------------|
479- | ` manufacturer ` | [ Organization] ( ../aind_data_schema_models/organizations.md#organization ) | |
479+ | ` manufacturer ` | [ Organization] ( ../aind_data_schema_models/organizations.md#organization ) | Manufacturer |
480480| ` wavelength ` | ` int ` | Wavelength (nm) |
481481| ` wavelength_unit ` | [ SizeUnit] ( ../aind_data_schema_models/units.md#sizeunit ) | Wavelength unit |
482482| ` coupling ` | Optional[[ Coupling] ( ../aind_data_schema_models/devices.md#coupling )] | Coupling |
508508
509509| Field | Type | Title (Description) |
510510| -------| ------| -------------|
511- | ` manufacturer ` | [ Organization] ( ../aind_data_schema_models/organizations.md#organization ) | |
511+ | ` manufacturer ` | [ Organization] ( ../aind_data_schema_models/organizations.md#organization ) | Manufacturer |
512512| ` name ` | ` str ` | Device name |
513513| ` serial_number ` | ` Optional[str] ` | Serial number |
514514| ` model ` | ` Optional[str] ` | Model |
@@ -564,7 +564,7 @@ Description of a Light Emitting Diode (LED) device
564564
565565| Field | Type | Title (Description) |
566566| -------| ------| -------------|
567- | ` manufacturer ` | [ Organization] ( ../aind_data_schema_models/organizations.md#organization ) | |
567+ | ` manufacturer ` | [ Organization] ( ../aind_data_schema_models/organizations.md#organization ) | Manufacturer |
568568| ` wavelength ` | ` int ` | Wavelength (nm) |
569569| ` wavelength_unit ` | [ SizeUnit] ( ../aind_data_schema_models/units.md#sizeunit ) | Wavelength unit |
570570| ` bandwidth ` | ` Optional[int] ` | Bandwidth (FWHM) |
@@ -582,7 +582,7 @@ Manipulator used on a dome module
582582
583583| Field | Type | Title (Description) |
584584| -------| ------| -------------|
585- | ` manufacturer ` | [ Organization] ( ../aind_data_schema_models/organizations.md#organization ) | |
585+ | ` manufacturer ` | [ Organization] ( ../aind_data_schema_models/organizations.md#organization ) | Manufacturer |
586586| ` name ` | ` str ` | Device name |
587587| ` serial_number ` | ` Optional[str] ` | Serial number |
588588| ` model ` | ` Optional[str] ` | Model |
@@ -610,7 +610,7 @@ Description of visual display for visual stimuli
610610
611611| Field | Type | Title (Description) |
612612| -------| ------| -------------|
613- | ` manufacturer ` | [ Organization] ( ../aind_data_schema_models/organizations.md#organization ) | |
613+ | ` manufacturer ` | [ Organization] ( ../aind_data_schema_models/organizations.md#organization ) | Manufacturer |
614614| ` refresh_rate ` | ` int ` | Refresh rate (Hz) |
615615| ` width ` | ` int ` | Width (pixels) |
616616| ` height ` | ` int ` | Height (pixels) |
@@ -732,7 +732,7 @@ Description of an olfactometer for odor stimuli
732732
733733| Field | Type | Title (Description) |
734734| -------| ------| -------------|
735- | ` manufacturer ` | [ Organization] ( ../aind_data_schema_models/organizations.md#organization ) | |
735+ | ` manufacturer ` | [ Organization] ( ../aind_data_schema_models/organizations.md#organization ) | Manufacturer |
736736| ` harp_device_type ` | [ HarpDeviceType] ( ../aind_data_schema_models/harp_types.md#harpdevicetype ) | Type of Harp device |
737737| ` channels ` | List[[ OlfactometerChannel] ( #olfactometerchannel )] | |
738738| ` core_version ` | ` Optional[str] ` | Core version |
@@ -888,7 +888,7 @@ Description of a speaker for auditory stimuli
888888
889889| Field | Type | Title (Description) |
890890| -------| ------| -------------|
891- | ` manufacturer ` | [ Organization] ( ../aind_data_schema_models/organizations.md#organization ) | |
891+ | ` manufacturer ` | [ Organization] ( ../aind_data_schema_models/organizations.md#organization ) | Manufacturer |
892892| ` name ` | ` str ` | Device name |
893893| ` serial_number ` | ` Optional[str] ` | Serial number |
894894| ` model ` | ` Optional[str] ` | Model |
0 commit comments