diff --git a/docs/src/changelog.rst.txt b/docs/src/changelog.rst.txt index 9a1a3a8..ec5a4a6 100644 --- a/docs/src/changelog.rst.txt +++ b/docs/src/changelog.rst.txt @@ -189,6 +189,9 @@ Changelog * - ``28.4.0`` - 05/12/22 - Added additional fields to :carta:ref:`FittingRequest` and :carta:ref:`FittingResponse` for generating model and residual images. Added :carta:ref:`FittingProgress` and :carta:ref:`StopFitting` messages for updaing progress and canceling tasks. + * - ``28.5.0`` + - 10/01/23 + - Added axes numbers to :carta:ref:`FileInfoExtended` message for dealing with swapped axes image cubes. Versioning ---------- diff --git a/docs/src/defs.rst.txt b/docs/src/defs.rst.txt index abc712e..bf29253 100644 --- a/docs/src/defs.rst.txt +++ b/docs/src/defs.rst.txt @@ -27,6 +27,47 @@ Source file: `shared/defs.proto `_ + + + +.. list-table:: + :widths: 20 20 20 40 + :header-rows: 1 + :class: proto + + * - Field + - Type + - Label + - Description + * - spatial_x + - sfixed32 + - + - Spatial X axis number + * - spatial_y + - sfixed32 + - + - Spatial Y axis number + * - spectral + - sfixed32 + - + - Spectral axis number + * - stokes + - sfixed32 + - + - Stokes axis number + * - depth + - sfixed32 + - + - Depth axis is non-render axis that is not stokes (if any) + .. carta:class:: carta-sub beam .. _beam: @@ -437,6 +478,10 @@ Source file: `shared/defs.proto