-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update extension with optional columns #1
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,6 +58,7 @@ groups: | |
shape: | ||
- null | ||
doc: peak wavelength of photodetector | ||
quantity: '?' | ||
attributes: | ||
- name: unit | ||
dtype: text | ||
|
@@ -75,6 +76,7 @@ groups: | |
shape: | ||
- null | ||
doc: gain on the photodetector | ||
quantity: '?' | ||
- name: model_number | ||
neurodata_type_inc: VectorData | ||
dtype: text | ||
|
@@ -112,6 +114,7 @@ groups: | |
shape: | ||
- null | ||
doc: references CommandedVoltageSeries | ||
quantity: '?' | ||
- name: output | ||
neurodata_type_inc: VectorData | ||
dtype: float | ||
|
@@ -143,6 +146,7 @@ groups: | |
- name: frequency | ||
dtype: float | ||
doc: voltage frequency in unit hertz | ||
quantity: '?' | ||
Comment on lines
146
to
+149
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I left this optional for now, but feels a duplication with There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think this might be referring to the frequency of the alternating current, e.g. 60 Hz in the US and 50 Hz in Europe There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. but maybe not, I don't really remember There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I see, is it okay to leave it optional or rollback? |
||
attributes: | ||
- name: unit | ||
dtype: text | ||
|
@@ -202,6 +206,7 @@ groups: | |
- name: commanded_voltages | ||
neurodata_type_inc: MultiCommandedVoltage | ||
doc: multiple commanded voltage container | ||
quantity: '?' | ||
- neurodata_type_def: FluorophoresTable | ||
neurodata_type_inc: DynamicTable | ||
name: fluorophores | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bendichter
I couldn't install
ndx-photometry
withh5py<3
, hadlegacy-install-failure
error for it.The version that this installs with is
3.8.0
.