You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added support for `ViralVector` and `ViralVectorInjection` imports from ndx-ophys-devices
25
+
- Added optional `optical_path_scheme` field to `MicroscopyRig` (an `Image` group) for storing an annotated diagram or picture of the microscope's optical path layout
25
26
26
27
## Notes
27
28
- These changes improve metadata organization by centralizing all experiment-related objects in `MicroscopyExperimentMetadata`
Copy file name to clipboardExpand all lines: docs/source/format.rst
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,6 +73,15 @@ A collection of devices and metadata that make up the microscopy rig.
73
73
target_type: OpticalFilter
74
74
doc: Link to OpticalFilter object which contains metadata about the emission filter. It can be either a BandOpticalFilter (e.g., 'Bandpass', 'Bandstop', 'Longpass', 'Shortpass') or a EdgeOpticalFilter (Longpass or Shortpass).
75
75
quantity: "?"
76
+
- name: objective_lens
77
+
target_type: ObjectiveLens
78
+
doc: Link to ObjectiveLens object which contains metadata about the objective lens used in the microscopy rig.
79
+
quantity: "?"
80
+
groups:
81
+
- name: optical_path_scheme
82
+
neurodata_type_inc: Image
83
+
doc: optional link to Images object that provide an annotated scheme of the microscope and / or optical path.
84
+
quantity: "?"
76
85
77
86
For other device components (ExcitationSource, OpticalFilter, Photodetector, etc.), please refer to the `ndx-ophys-devices documentation <https://ndx-ophys-devices.readthedocs.io/>`_.
0 commit comments