Skip to content

Commit

Permalink
Allow for .nwb standard/file format to be used for "micr"
Browse files Browse the repository at this point in the history
See https://pynwb.readthedocs.io/en/stable/tutorials/domain/ophys.html for support
of various microscopy modalities within NWB.  As NWB is already supported for
other modalities, there is some support for microscopy in NWB in various tools,
and as there are datasets with .nwb -- it makes sense to allow for .nwb to be used
for microscopy data as well where appropriate.
  • Loading branch information
yarikoptic committed Apr 13, 2024
1 parent 943c20e commit 97bd21c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/schema/rules/files/raw/micr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ microscopy:
- .png
- .tif
- .json
- .nwb
datatypes:
- micr
entities:
Expand Down

0 comments on commit 97bd21c

Please sign in to comment.