|
24 | 24 | ) |
25 | 25 | from aind_data_schema_models.modalities import Modality |
26 | 26 | from aind_data_schema_models.organizations import Organization |
27 | | -from aind_data_schema_models.units import FrequencyUnit, SizeUnit |
| 27 | +from aind_data_schema_models.units import SizeUnit |
28 | 28 |
|
29 | 29 | from aind_data_schema.components.coordinates import CoordinateSystemLibrary |
30 | 30 | from aind_data_schema.components.devices import ( |
|
43 | 43 |
|
44 | 44 | acquisition_computer = Computer( |
45 | 45 | name="Acquisition Computer", |
46 | | - notes="3U custom rackmount, Intel Xeon E5-1620v3 3.5GHz, Nvidia GT 730 2GB, Advantech PCIE-1672PC frame grabber, 240GB SSD + 2x1TB HDD. Pogo Linux quote 90846.", |
47 | 46 | ) |
48 | 47 |
|
49 | 48 | stim_computer = Computer( |
50 | 49 | name="Stim Computer", |
51 | | - notes="Intel Xeon E5-1620v3 3.5GHz, 16GB DDR4 ECC, Western Digital RE4 500GB. Pogo Linux quote 90854.", |
52 | 50 | ) |
53 | 51 |
|
54 | 52 | ni_daq = DAQDevice( |
|
213 | 211 |
|
214 | 212 | inst = Instrument( |
215 | 213 | location="", |
216 | | - instrument_id="ISI1", |
217 | | - modification_date=date(2016, 7, 18), |
| 214 | + instrument_id="ISIV.1", |
| 215 | + modification_date=date(2026, 5, 15), |
218 | 216 | modalities=[Modality.ISI], |
219 | 217 | coordinate_system=CoordinateSystemLibrary.BREGMA_ARI, |
220 | 218 | temperature_control=True, |
221 | | - notes="AIBS Intrinsic Signal Imaging full rig (0113_000-00, Rev A). ", |
| 219 | + notes="", |
222 | 220 | components=[ |
223 | 221 | acquisition_computer, |
224 | 222 | stim_computer, |
|
0 commit comments