Skip to content

Commit a9eda09

Browse files
committed
chore: fix modality issue
1 parent 96ab5c7 commit a9eda09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/aind_data_schema/core/acquisition.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
Modality.POPHYS: [[ImagingConfig]],
5151
Modality.MRI: [[MRIScan]],
5252
Modality.SPIM: [[ImagingConfig], [SampleChamberConfig]],
53-
Modality.SLAP2: [[ImagingConfig], [SlapPlane]],
53+
Modality.SLAP: [[ImagingConfig], [SlapPlane]],
5454
}
5555

5656
SPECIMEN_MODALITIES = [Modality.SPIM.abbreviation, Modality.CONFOCAL.abbreviation]

src/aind_data_schema/core/instrument.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
DEVICES_REQUIRED = {
6363
Modality.FIB.abbreviation: [[Laser, LightEmittingDiode, Lamp], [Detector], [FiberPatchCord]],
6464
Modality.POPHYS.abbreviation: [[Laser], [Detector], [Objective]],
65-
Modality.SLAP2.abbreviation: [[Laser], [Detector], [Objective], [DigitalMicromirrorDevice], [Microscope]],
65+
Modality.SLAP.abbreviation: [[Laser], [Detector], [Objective], [DigitalMicromirrorDevice], [Microscope]],
6666
Modality.BEHAVIOR_VIDEOS.abbreviation: [CameraAssembly],
6767
Modality.BEHAVIOR.abbreviation: [[LickSpoutAssembly]],
6868
Modality.SPIM.abbreviation: [[Laser], [Objective], [ScanningStage]],

0 commit comments

Comments
 (0)