Skip to content

Commit b368f9f

Browse files
committed
chore: some more cleanup
1 parent b88a8fd commit b368f9f

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

examples/isi_instrument.py

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
)
2525
from aind_data_schema_models.modalities import Modality
2626
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
2828

2929
from aind_data_schema.components.coordinates import CoordinateSystemLibrary
3030
from aind_data_schema.components.devices import (
@@ -43,12 +43,10 @@
4343

4444
acquisition_computer = Computer(
4545
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.",
4746
)
4847

4948
stim_computer = Computer(
5049
name="Stim Computer",
51-
notes="Intel Xeon E5-1620v3 3.5GHz, 16GB DDR4 ECC, Western Digital RE4 500GB. Pogo Linux quote 90854.",
5250
)
5351

5452
ni_daq = DAQDevice(
@@ -213,12 +211,12 @@
213211

214212
inst = Instrument(
215213
location="",
216-
instrument_id="ISI1",
217-
modification_date=date(2016, 7, 18),
214+
instrument_id="ISIV.1",
215+
modification_date=date(2026, 5, 15),
218216
modalities=[Modality.ISI],
219217
coordinate_system=CoordinateSystemLibrary.BREGMA_ARI,
220218
temperature_control=True,
221-
notes="AIBS Intrinsic Signal Imaging full rig (0113_000-00, Rev A). ",
219+
notes="",
222220
components=[
223221
acquisition_computer,
224222
stim_computer,

0 commit comments

Comments
 (0)