From 308c5d80d842f2e45cf25042cb12887ec8c7cbab Mon Sep 17 00:00:00 2001 From: Ryan Ly Date: Fri, 12 Jan 2024 12:42:06 -0800 Subject: [PATCH] Deprecate `ImagingRetinotopy` (#565) Co-authored-by: Oliver Ruebel --- core/nwb.retinotopy.yaml | 6 +++--- docs/format/source/format_release_notes.rst | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/core/nwb.retinotopy.yaml b/core/nwb.retinotopy.yaml index e8972395..1cf98457 100644 --- a/core/nwb.retinotopy.yaml +++ b/core/nwb.retinotopy.yaml @@ -2,9 +2,9 @@ groups: - neurodata_type_def: ImagingRetinotopy neurodata_type_inc: NWBDataInterface default_name: ImagingRetinotopy - doc: 'Intrinsic signal optical imaging or widefield imaging for measuring retinotopy. - Stores orthogonal maps (e.g., altitude/azimuth; radius/theta) of responses to - specific stimuli and a combined polarity map from which to identify visual areas. + doc: 'DEPRECATED. Intrinsic signal optical imaging or widefield imaging for measuring + retinotopy. Stores orthogonal maps (e.g., altitude/azimuth; radius/theta) of responses + to specific stimuli and a combined polarity map from which to identify visual areas. This group does not store the raw responses imaged during retinotopic mapping or the stimuli presented, but rather the resulting phase and power maps after applying a Fourier transform on the averaged responses. diff --git a/docs/format/source/format_release_notes.rst b/docs/format/source/format_release_notes.rst index b81520f4..99d96d42 100644 --- a/docs/format/source/format_release_notes.rst +++ b/docs/format/source/format_release_notes.rst @@ -9,6 +9,7 @@ Release Notes Minor changes ^^^^^^^^^^^^^ - Fixed typos in docstrings. (#560) +- Deprecated `ImagingRetinotopy` neurodata type. (#565) - Modified `OptogeneticSeries` to allow 2D data, primarily in extensions of `OptogeneticSeries`. (#564) - Added optional ``stimulus_template`` column to ``IntracellularStimuliTable`` as part of the ``IntracellularRecordingsTable``. (#545)