From 48b868c5208816b007ec1d9c7940e75b4c64e5ce Mon Sep 17 00:00:00 2001 From: MariaMatveeva Date: Fri, 26 Aug 2016 14:29:03 +0200 Subject: Update documentation --- docs/file.rst | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) (limited to 'docs/file.rst') diff --git a/docs/file.rst b/docs/file.rst index f698d78..4162eeb 100644 --- a/docs/file.rst +++ b/docs/file.rst @@ -10,13 +10,13 @@ string **name** unsigned int **sensor-width** Width of the sensor in pixels - | *Default:* 1 + | *Default:* 512 | *Range:* [1, 4294967295] unsigned int **sensor-height** Height of the sensor in pixels - | *Default:* 1 + | *Default:* 512 | *Range:* [1, 4294967295] double **sensor-pixel-width** @@ -34,7 +34,7 @@ double **sensor-pixel-height** unsigned int **sensor-bitdepth** Number of bits per pixel - | *Default:* 1 + | *Default:* 8 | *Range:* [1, 32] unsigned int **sensor-horizontal-binning** @@ -43,22 +43,12 @@ unsigned int **sensor-horizontal-binning** | *Default:* 1 | *Range:* [1, 4294967295] -None **sensor-horizontal-binnings** - Array of possible binnings in horizontal direction - - | *Default:* None - unsigned int **sensor-vertical-binning** Number of sensor ADCs that are combined to one pixel in vertical direction | *Default:* 1 | *Range:* [1, 4294967295] -None **sensor-vertical-binnings** - Array of possible binnings in vertical direction - - | *Default:* None - None **trigger-source** Trigger source @@ -162,4 +152,4 @@ unsigned int **num-buffers** string **path** Path to directory containing TIFF files - | *Default:* . \ No newline at end of file + | *Default:* . -- cgit v1.2.3