-
Notifications
You must be signed in to change notification settings - Fork 23
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
Refactor add_two_photon_series
to add_photon_series
and add support for OnePhotonSeries
#462
Conversation
…nePhotonSeries to nwbfile
…one_photon_series
add_two_photon_series
to add_photon_series
and add support for OnePhotonSeries
add_two_photon_series
to add_photon_series
and add support for OnePhotonSeries
@@ -5,8 +5,7 @@ PyYAML>=5.4 | |||
scipy>=1.4.1 | |||
h5py>=2.10.0 | |||
hdmf>=3.4.7 | |||
pynwb>=1.4.0;python_version>='3.8' | |||
pynwb>=1.4.0,<2.3.2;python_version>='3.11' | |||
pynwb==2.3.2;python_version>='3.8' |
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.
But what about numpy?
numpy>=1.22.0,<1.24;python_version<'3.11'
numpy>=1.22.0;python_version>='3.11'
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.
Do w/e you need to while attempting to loosen all versions
The numpy bounds might have been because of the same ROI test issue
@weiglszonja Thanks for getting this capability integrated! |
(the OpenEphys failure is unrelated to the numpy thing; I'll re-trigger it when the other runs complete) |
Codecov Report
@@ Coverage Diff @@
## main #462 +/- ##
=======================================
Coverage 92.23% 92.23%
=======================================
Files 93 93
Lines 4338 4341 +3
=======================================
+ Hits 4001 4004 +3
Misses 337 337
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Add support for adding data from
ImagingExtractor
asOnePhotonSeries
to NWB fileadd_two_photon_series
toadd_photon_series
get_default_ophys_metadata
to add Device and ImagingPlane metadata which are both used by imaging and segmentationphoton_series_type
toget_nwb_imaging_metadata
which can be either "OnePhotonSeries" or "TwoPhotonSeries"get_default_segmentation_metadata
to fill default additional metadata for segmentation