@@ -126,13 +126,11 @@ classDiagram
126126 --------------------------------------
127127 attributes
128128 --------------------------------------
129- excitation_wavelength_in_nm : numeric
130- excitation_mode : txt
131129 description : text
132130 --------------------------------------
133131 links
134132 --------------------------------------
135- excitation_source : ExcitationSource, optional
133+ excitation_source : ExcitationSource
136134 excitation_filter : OpticalFilter, optional
137135 dichroic_mirror : DichroicMirror, optional
138136 }
@@ -142,7 +140,6 @@ classDiagram
142140 --------------------------------------
143141 attributes
144142 --------------------------------------
145- emission_wavelength_in_nm : numeric
146143 description : text
147144 --------------------------------------
148145 groups
@@ -151,7 +148,7 @@ classDiagram
151148 --------------------------------------
152149 links
153150 --------------------------------------
154- photodetector : Photodetector, optional
151+ photodetector : Photodetector
155152 emission_filter : OpticalFilter, optional
156153 dichroic_mirror : DichroicMirror, optional
157154 }
@@ -163,6 +160,7 @@ classDiagram
163160 --------------------------------------
164161 illumination_type : text
165162 excitation_wavelength_in_nm : float
163+ excitation_mode: text
166164 power_in_W : float, optional
167165 intensity_in_W_per_m2 : float, optional
168166 exposure_time_in_s : float, optional
@@ -288,12 +286,12 @@ classDiagram
288286 imaging_space : PlanarImagingSpace
289287 }
290288
291- class VariableDepthMicroscopySeries {
292- <<PlanarMicroscopySeries >>
289+ class MultiPlaneMicroscopyContainer {
290+ <<NWBDataInterface >>
293291 --------------------------------------
294- datasets
292+ groups
295293 --------------------------------------
296- depth_per_frame_in_um : numeric, length of frames
294+ planar_microscopy_series : PlanarMicroscopySeries, number of depths scanned
297295 }
298296
299297 class VolumetricMicroscopySeries {
@@ -307,32 +305,7 @@ classDiagram
307305 --------------------------------------
308306 imaging_space : VolumetricImagingSpace
309307 }
310-
311- class MultiChannelMicroscopyVolume {
312- <<NWBDataInterface>>
313- --------------------------------------
314- attributes
315- --------------------------------------
316- description : text, optional
317- unit : text
318- conversion : float32, optional, default=1.0
319- offset : float32, optional, default=0.0
320- --------------------------------------
321- datasets
322- --------------------------------------
323- data : numeric, height x width x depth x emission_light_paths
324- excitation_light_paths : ExcitationLightPath[]
325- emission_light_paths : EmissionLightPath[]
326- --------------------------------------
327- groups
328- --------------------------------------
329- imaging_space : VolumetricImagingSpace
330- --------------------------------------
331- links
332- --------------------------------------
333- microscope : Microscope
334- }
335-
308+
336309 class ImagingSpace {
337310 <<NWBContainer>>
338311 --------------------------------------
@@ -416,10 +389,9 @@ classDiagram
416389
417390 PlanarMicroscopySeries *-- MicroscopySeries : extends
418391 PlanarMicroscopySeries -- PlanarImagingSpace : links
419- VariableDepthMicroscopySeries *-- PlanarMicroscopySeries : extends
392+ MultiPlaneMicroscopyContainer ..> PlanarMicroscopySeries : links
420393 VolumetricMicroscopySeries *-- MicroscopySeries : extends
421394 VolumetricMicroscopySeries -- VolumetricImagingSpace : links
422- MultiChannelMicroscopyVolume -- VolumetricImagingSpace : links
423395 PlanarImagingSpace *-- ImagingSpace : extends
424396 VolumetricImagingSpace *-- ImagingSpace : extends
425397 MicroscopySeries ..> Microscope : links
0 commit comments