Skip to content

Commit

Permalink
Remove resolution_in_pixels from CameraDevice
Browse files Browse the repository at this point in the history
  • Loading branch information
rly committed Sep 25, 2024
1 parent 8d661b7 commit 457e044
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 32 deletions.
8 changes: 0 additions & 8 deletions spec/ndx-franklab-novela.extensions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,6 @@ groups:
dtype: float
doc: Frame rate of the camera, in frames per second.
required: false
- name: resolution_in_pixels
dtype: int
dims:
- w h
shape:
- 2
doc: Width and height of the camera video in pixels, e.g., (1292, 964).
required: false
- neurodata_type_def: HeaderDevice
neurodata_type_inc: Device
doc: metadata from global configuration from header
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,22 +83,10 @@ groups:
- name: lens
dtype: text
doc: lens info
- name: serial_number
dtype: text
doc: Serial number of the camera.
required: false
- name: frame_rate
dtype: float
doc: Frame rate of the camera, in frames per second.
required: false
- name: resolution_in_pixels
dtype: int
dims:
- w h
shape:
- 2
doc: Width and height of the camera video in pixels, e.g., (1292, 964).
required: false
- neurodata_type_def: HeaderDevice
neurodata_type_inc: Device
doc: metadata from global configuration from header
Expand Down Expand Up @@ -208,10 +196,6 @@ groups:
enters the rectangle, then every time the particular theta phase is detected,
immediately apply one stimulation bout (accounting for the lockout period).
datasets:
- name: experimenter
neurodata_type_inc: VectorData
dtype: text
doc: Name of the experimenter.
- name: epoch_name
neurodata_type_inc: VectorData
dtype: text
Expand Down
8 changes: 0 additions & 8 deletions src/spec/create_extension_spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,14 +169,6 @@ def main():
dtype="float",
required=False,
),
NWBAttributeSpec(
name="resolution_in_pixels",
doc=("Width and height of the camera video in pixels, e.g., (1292, 964)."),
dtype="int",
shape=(2, ),
dims=("w h", ),
required=False,
),
]
)

Expand Down

0 comments on commit 457e044

Please sign in to comment.