2010-05-10T05:42:49 *** tclarke has joined #opticks 2010-05-10T05:42:51 *** ChanServ sets mode: +o tclarke 2010-05-10T06:20:52 *** kstreith has quit IRC 2010-05-10T06:22:06 *** kstreith has joined #opticks 2010-05-10T06:22:06 *** ChanServ sets mode: +o kstreith 2010-05-10T07:55:40 *** gmartin_cn has joined #opticks 2010-05-10T08:20:31 *** rforehan has joined #opticks 2010-05-10T08:40:24 *** yuguess has joined #opticks 2010-05-10T08:40:29 Hello sir 2010-05-10T08:40:54 *** dsulgrov has joined #opticks 2010-05-10T08:44:08 hello 2010-05-10T08:46:00 Hi, I have a problem about that tutorial 5 2010-05-10T08:46:19 The result of that algorithm should be a gray image 2010-05-10T08:46:34 while I find some pixel value is more than 255 2010-05-10T08:47:49 a little confused 2010-05-10T08:48:28 was the original data multi-byte? 2010-05-10T08:48:35 only 8-bit unsigned data will have a max value of 255 2010-05-10T08:50:00 Oh, the orignal data is signed short type 2010-05-10T08:50:34 also, the results of tutorial 5 are stored as floating point 2010-05-10T08:50:43 so in theory the values can be even larger...the current kernel will clamp however 2010-05-10T08:50:54 the histogram window controls how the actual data values are mapped to the 0-255 display values 2010-05-10T08:52:31 the default is to calculate a histogram for the data and set the value at the 5th percentile to 0 in the display, set the value at the 95th percentile to 255 in the display, and to linearly map the 5-95 values to the remaining display values 2010-05-10T08:52:53 sorry 2010-05-10T08:54:19 though the actual value of result may be larger than 255, it will finally mapped into range 0~255 when displaying in the Opticks 2010-05-10T08:54:27 yuguess: myself and mconsidi heading out to lunch 2010-05-10T08:56:19 Ok 2010-05-10T08:58:21 correct 2010-05-10T08:58:36 if you open the Histogram Window, the shaded region will be mapped to 0-255. Things outside that region are clamped to 0 or 255 2010-05-10T08:58:45 and the mapping can be linear (the default), logarithmic, or exponential 2010-05-10T08:58:55 finally, it's also possible to perform histogram equalization in which case you won't see a shaded region 2010-05-10T09:03:06 yeah, I tried, when I adjust the shade range shorter, the image become "brighter" 2010-05-10T09:04:49 since fewer pixels are mapped into 0~255 and more are set to 255 2010-05-10T09:05:03 correct 2010-05-10T09:10:42 Thanks, I know how to solve my problem now : ) 2010-05-10T10:33:32 back 2010-05-10T10:40:18 *** epifanio_ has joined #opticks 2010-05-10T10:41:03 *** epifanio_ is now known as epifanio 2010-05-10T13:52:31 *** tclarke has quit IRC 2010-05-10T14:14:28 *** dsulgrov has quit IRC 2010-05-10T17:24:33 *** rforehan has left #opticks 2010-05-10T19:32:55 *** gmartin_cn has quit IRC 2010-05-10T19:58:16 New news from nightlybuilds: Opticks4.4Dev-Nightly-Linux #14 (SUCCESS) 2010-05-10T20:34:48 *** yuguess has quit IRC 2010-05-10T21:44:25 *** epifanio has quit IRC