diff --git a/core/nwb.retinotopy.yaml b/core/nwb.retinotopy.yaml index e897239..1cf9845 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 b81520f..99d96d4 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)