From 102386a913ea7cabca768b7b6ea7f9386e0137ff Mon Sep 17 00:00:00 2001 From: David Gault Date: Thu, 19 Aug 2021 12:42:09 +0100 Subject: [PATCH 1/3] Reader Options: Add 2 new Zeiss options --- sphinx/formats/options.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/sphinx/formats/options.rst b/sphinx/formats/options.rst index 8450e9e5c..6adee2b30 100644 --- a/sphinx/formats/options.rst +++ b/sphinx/formats/options.rst @@ -46,6 +46,14 @@ Reader options - ``zeissczi.autostitch`` - true - Automatically stitch tiled images + * - :doc:`zeiss-czi` + - ``zeissczi.trim_dimensions`` + - false + - trim XY dimensions to match those in ZEN + * - :doc:`zeiss-czi` + - ``zeissczi.relative_positions`` + - false + - use pixel position instead of the physical stage position Usage ^^^^^ From 185207e5c4e1779801a66a51cbb2cceb99abdc06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Besson?= Date: Fri, 20 Aug 2021 08:58:32 +0100 Subject: [PATCH 2/3] Update sphinx/formats/options.rst --- sphinx/formats/options.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphinx/formats/options.rst b/sphinx/formats/options.rst index 6adee2b30..0a5354c0e 100644 --- a/sphinx/formats/options.rst +++ b/sphinx/formats/options.rst @@ -49,7 +49,7 @@ Reader options * - :doc:`zeiss-czi` - ``zeissczi.trim_dimensions`` - false - - trim XY dimensions to match those in ZEN + - Trim XY dimensions to match those in ZEN * - :doc:`zeiss-czi` - ``zeissczi.relative_positions`` - false From 7155bff25d1b13d1dfb895cb995ecc86f1ba81a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Besson?= Date: Fri, 20 Aug 2021 08:58:36 +0100 Subject: [PATCH 3/3] Update sphinx/formats/options.rst --- sphinx/formats/options.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphinx/formats/options.rst b/sphinx/formats/options.rst index 0a5354c0e..80e634f24 100644 --- a/sphinx/formats/options.rst +++ b/sphinx/formats/options.rst @@ -53,7 +53,7 @@ Reader options * - :doc:`zeiss-czi` - ``zeissczi.relative_positions`` - false - - use pixel position instead of the physical stage position + - Use pixel position instead of the physical stage position Usage ^^^^^