@c_joerg Thanks; I’ll have a look.
self.white_level=rawop.get_white_level() -- histo limits in shot histo units -- lowest value to count as over exp, as shot histo value -- = raw(ev(whitelevel) - margin_ev)/(2^(bpp - histo_bpp)) self.over_histo_min = bitshru(rawop.ev_to_raw(rawop.raw_to_ev(self.white_level)-self.over_margin_ev),rawop.get_bits_per_pixel() - 10) -- highest value to count as under exp, as shot histo value -- = raw(-margin_ev)/(2^(bpp - histo_bpp)) self.under_histo_max = bitshru(rawop.ev_to_raw(-self.under_margin_ev),rawop.get_bits_per_pixel() - 10)
Started by Hiker General Help and Assistance on using CHDK stable releases
Started by pmilosev « 1 2 » General Help and Assistance on using CHDK stable releases
Started by acseven « 1 2 ... 8 9 » Hello, I'm a NEWBIE - HELP!! (Newbies assistance, User Guides and thank you notes)
Started by Monkey_@@ Script Writing
Started by Hernan General Help and Assistance on using CHDK stable releases