Re: [Gwyddion-users] pygwy - process function

2011-09-21 Thread Otto Master
Hi Lennart, thanks a lot. These were very helpful suggestions. There is only one issue left, I cannot set the color range. I tried to set the parameters: c.set_int32_by_name("/0/data/base/range-type", 1) c.set_double_by_name("/0/data/base/min", 0.0) c.set_double_by_name("/0/data/base/m

Re: [Gwyddion-users] pygwy - process function

2011-09-21 Thread Lennart Fricke
Hi Otto, Oh sorry, I gave you the wrong keys. Its c.set_int32_by_name("/0/base/range-type", 1) c.set_double_by_name("/0/base/min", 0.0) c.set_double_by_name("/0/base/max", 5.0) I tested it here and it works. And the min max values are in the SI base unit without prefix. So a micrometer is 1

Re: [Gwyddion-users] pygwy - process function

2011-09-21 Thread Otto Master
Hi Lennart, very good, it works. Thanks a lot. Have a nice day Otto On Wed, Sep 21, 2011 at 2:36 PM, Lennart Fricke < pge08...@studserv.uni-leipzig.de> wrote: > Hi Otto, > Oh sorry, I gave you the wrong keys. > Its > c.set_int32_by_name("/0/base/range-type", 1) > c.set_double_by_name("/0/base/