-
Notifications
You must be signed in to change notification settings - Fork 1
/
ndx-miniscope.extensions.yaml
46 lines (46 loc) · 1.23 KB
/
ndx-miniscope.extensions.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
groups:
- neurodata_type_def: Miniscope
neurodata_type_inc: Device
doc: The extension of Device to hold metadata specific to Miniscopes.
attributes:
- name: compression
dtype: text
doc: The type of compression CODEC. GREY is no compression. FFV1 losslessly compresses.
required: false
- name: deviceType
dtype: text
doc: A device type supported by Miniscope-DAQ Software (e.g., 'Miniscope_V4_BNO',
'Miniscope_V3').
required: false
- name: frameRate
dtype: text
doc: Frame rate (e.g., 20FPS)
required: false
- name: framesPerFile
dtype: int
doc: The number of frames stored per file.
required: false
- name: gain
dtype: text
doc: Gain settings corresponding to Low, Medium, High.
required: false
- name: led0
dtype: int
doc: Excitation LED intensity (range 0 - 100).
required: false
- name: excitation
dtype: int
doc: The magnitude of excitation.
required: false
- name: msCamExposure
dtype: int
doc: The exposure of camera (max=255).
required: false
datasets:
- name: ROI
dtype: int
shape:
- null
doc: The bounding box (height x width) of the portion of the video that is saved
to disk.
quantity: '?'