From a97a35258dabfed124a922c4620a517117974a4c Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Fri, 16 Sep 2011 23:21:23 -0700 Subject: [PATCH] DOC: Note that data type document is still preliminary. --- doc/source/user_guide/data_types.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/source/user_guide/data_types.txt b/doc/source/user_guide/data_types.txt index 98ecf9bb..7b94a8c9 100644 --- a/doc/source/user_guide/data_types.txt +++ b/doc/source/user_guide/data_types.txt @@ -1,6 +1,10 @@ Image data types and what they mean =================================== +.. note:: + + This is a preliminary design document. + In ``scikits.image``, we assume the following dtype ranges: =========== ================ @@ -29,7 +33,7 @@ users: =============== ======================================= Function name Description =============== ======================================= -img_as_float Convert to 64-bit floating pt repre. +img_as_float Convert to 64-bit floating point repr. Scaled to 0/1. img_as_uint Convert to 16-bit uint repr. Scaled to 0-65535.