-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add Widefield segmentation data for blue and violet channels #13
Conversation
for more information, see https://pre-commit.ci
Stub file on s3 is at |
Everything looks good except for the processed 1P series (in discussion, not sure why this was getting set in this way) is currently float64 but should be uint16? Possibly something to do with how the numpy array is pre-allocated? |
@CodyCBakerPhD self._video = DatasetView(file[expected_struct_name]) But I also checked for the raw 1P, and that should be |
@weiglszonja OK let me know when there's a new file to check and this should be good |
@CodyCBakerPhD Thanks, this change should be reflected at new_stub_DrChicken_20230419_20hz.nwb |
@weiglszonja It looks like the same neurodata objects still have the same |
For the raw they show up as updated: stub_DrChicken_20230419_20hz.nwb |
@weiglszonja Sorry for not being clear with which data set I'm talking about |
TODO: |
updated file: DrChicken_20230419_20hz.nwb |
Yep, that looks great now! |
Add segmentation data for the Widefield imaging session
PlaneSegmentationProcessedBlue
contains the ROIs (centroids and labels) and the image_masks for the downsampled imaging (blue channel) links toImagingPlaneBlue
SegmentationImagesBlue
contains the manual mask and the contrast based vasculature mask for the blue channel in the full size session image. (1024 x 1024)SegmentationImagesProcessedBlue
contains the contrast based vasculature and the pca mask for the blue channel in the binned image. (128 x 128)SegmentationImagesProcessedViolet
contains the pca mask for the violet channel in the binned image. (128 x 128)