Changes between Version 3 and Version 4 of asinh_compression
- Timestamp:
- Mar 28, 2016, 5:22:53 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
asinh_compression
v3 v4 1 1 = Short version = 2 2 3 If you have a asinh compressed stack (C) :3 If you have a asinh compressed stack (C) and want the linear version of it (L): 4 4 {{{ 5 5 L = BOFFSET + BSOFTEN * (exp(C / alpha) - exp(-C / alpha)) … … 7 7 where BOFFSET and BSOFTEN are supplied in the header, and alpha = log10(exp(2.5)) = 1.0857362. 8 8 9 If you want to compress something (L)with asinh compression:9 If you want to compress something with asinh compression: 10 10 {{{ 11 11 BOFFSET = mean(L)
