Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Revert the changes that were made in Refactor ImagingRetinotopy type to reduce redundancy #304 that reduced redundancy in the imaging retinotopy schema by way of introducing new neurodata types. These new types create a challenge for the APIs to read files created with an earlier version of
ImagingRetinotopy
that do not have the core spec cached. For the time being, until the API can be updated appropriately, these changes will be put on hold.Apply some of the non-breaking changes from Refactor ImagingRetinotopy type to reduce redundancy #304 in specifying shape, and clarifying docs, dtype, and dims
Make
sign_map
andfocal_depth_image
datasets optional -- see Retinotopy improvements #407