Skip to content

Commit 4931b0d

Browse files
update ndx-ophys-devices dependency to version 0.2.0 and add OpticalLens to the namespace and extensions
1 parent 0b114ee commit 4931b0d

File tree

5 files changed

+9
-3
lines changed

5 files changed

+9
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ keywords = [
2929
dependencies = [
3030
"pynwb>=2.8.0",
3131
"hdmf>=3.14.1",
32-
"ndx-ophys-devices @ git+https://github.com/catalystneuro/ndx-ophys-devices.git@ophys-devices-inherit-from-device"
32+
"ndx-ophys-devices==0.2.0"
3333
]
3434

3535
[project.urls]

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ pytest-cov==5.0.0
1212
pytest-subtests==0.12.1
1313
python-dateutil==2.8.2
1414
ruff==0.4.10
15-
ndx-ophys-devices @ git+https://github.com/catalystneuro/ndx-ophys-devices.git@ophys-devices-inherit-from-device
15+
ndx-ophys-devices==0.2.0

requirements-min.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
# NOTE: it may be possible to relax these minimum requirements
44
pynwb==2.8.0
55
hdmf==3.14.1
6-
ndx-ophys-devices @ git+https://github.com/catalystneuro/ndx-ophys-devices.git@ophys-devices-inherit-from-device
6+
ndx-ophys-devices==0.2.0
7+
78

spec/ndx-microscopy.extensions.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ groups:
4444
target_type: OpticalFilter
4545
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).
4646
quantity: "?"
47+
- name: optical_lens
48+
target_type: OpticalLens
49+
doc: Link to OpticalLens object which contains metadata about the optical lens used in the microscopy rig.
50+
quantity: "?"
4751

4852
- neurodata_type_def: IlluminationPattern
4953
neurodata_type_inc: NWBContainer

spec/ndx-microscopy.namespace.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,6 @@ namespaces:
2828
- OpticalFilter
2929
- Photodetector
3030
- DichroicMirror
31+
- OpticalLens
3132
- source: ndx-microscopy.extensions.yaml
3233
version: 0.2.1

0 commit comments

Comments
 (0)