/usr/share/gnudatalanguage/coyote/cgstretch.pro is in gdl-coyote 2016.11.13-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 2466 2467 2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 2495 2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 2516 2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 2528 2529 2530 2531 2532 2533 2534 2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 2588 2589 2590 2591 2592 2593 2594 2595 2596 2597 2598 2599 2600 2601 2602 2603 2604 2605 2606 2607 2608 2609 2610 2611 2612 2613 2614 2615 2616 2617 2618 2619 2620 2621 2622 2623 2624 2625 2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 2636 2637 2638 2639 2640 2641 2642 2643 2644 2645 2646 2647 2648 2649 2650 2651 2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 2670 2671 2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 2682 2683 2684 2685 2686 2687 2688 2689 2690 2691 2692 2693 2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 2732 2733 2734 2735 2736 2737 2738 2739 2740 2741 2742 2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 2761 2762 2763 2764 2765 2766 2767 2768 2769 2770 2771 2772 2773 2774 2775 2776 2777 2778 2779 2780 2781 2782 2783 2784 2785 2786 2787 2788 2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 2813 2814 2815 2816 2817 2818 2819 2820 2821 2822 2823 2824 2825 2826 2827 2828 2829 2830 2831 2832 2833 2834 2835 2836 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 2849 2850 2851 2852 2853 2854 2855 2856 2857 2858 2859 2860 2861 2862 2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 2876 2877 2878 2879 2880 2881 2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 2903 2904 2905 2906 2907 2908 2909 2910 2911 2912 2913 2914 2915 2916 2917 2918 2919 2920 2921 2922 2923 2924 2925 2926 2927 2928 2929 2930 2931 2932 2933 2934 2935 2936 2937 2938 2939 2940 2941 2942 2943 2944 2945 2946 2947 2948 2949 2950 2951 2952 2953 2954 2955 2956 2957 2958 2959 2960 2961 2962 2963 2964 2965 2966 2967 2968 2969 2970 2971 2972 2973 2974 2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 3011 3012 3013 3014 3015 3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 3085 3086 3087 3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 3105 3106 3107 3108 3109 3110 3111 3112 3113 3114 3115 3116 3117 3118 3119 3120 3121 3122 3123 3124 | ; docformat = 'rst'
;
; NAME:
; cgStretch
;
; PURPOSE:
; The program implements an interactive way to stretch an image histogram and provide
; contrast for 2D image arrays.
;
;******************************************************************************************;
; ;
; Copyright (c) 2012, by Fanning Software Consulting, Inc. All rights reserved. ;
; ;
; Redistribution and use in source and binary forms, with or without ;
; modification, are permitted provided that the following conditions are met: ;
; ;
; * Redistributions of source code must retain the above copyright ;
; notice, this list of conditions and the following disclaimer. ;
; * Redistributions in binary form must reproduce the above copyright ;
; notice, this list of conditions and the following disclaimer in the ;
; documentation and/or other materials provided with the distribution. ;
; * Neither the name of Fanning Software Consulting, Inc. nor the names of its ;
; contributors may be used to endorse or promote products derived from this ;
; software without specific prior written permission. ;
; ;
; THIS SOFTWARE IS PROVIDED BY FANNING SOFTWARE CONSULTING, INC. ''AS IS'' AND ANY ;
; EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES ;
; OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT ;
; SHALL FANNING SOFTWARE CONSULTING, INC. BE LIABLE FOR ANY DIRECT, INDIRECT, ;
; INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED ;
; TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; ;
; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ;
; ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT ;
; (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS ;
; SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ;
;******************************************************************************************;
;
;+
; The program implements an interactive way to stretch an image histogram and provide
; contrast for 2D image arrays. This is commonly known as "contrast stretching."
; The program supports the following stretches::
; LINEAR Linear stretch between end points.
; CLIP Linear, except a 2% of pixels are clipped at either end of histogram.
; GAMMA An exponential function.
; LOG A natural logarithmic function, similar to gamma but with fixed shape.
; ASINH An inverse hyperbolic sine function (strong log function).
; SQUARE ROOT The square-root of the image pixels is stretched linearly.
; EQUALIZATION Image histogram is equalized before stretching.
; ADAPTIVE EQUALIZATION Image histogram is equalized with Adapt_Hist_Equal before stretching.
; GAUSSIAN A gaussian normal distribution function is applied to the stretch.
; STDDEV The image is stretched by multiples of its standard deviation from its mean value.
; COMPRESSION The mid-tones of the image are compressed by varying amounts.
;
; .. image:: cgstretch.png
;
; :Categories:
; Image Processing, Widgets
;
; :Examples:
; If you have a 2D image in the variable "image", you can run this program like this::
;
; IDL> image = cgDemoData(7)
; IDL> cgStretch, image
; IDL> cgStretch, image, TYPE='GAMMA'
; IDL> cgStretch, image, TYPE='LOG', EXPONENT=5.5
; IDL> cgStretch, image, TYPE='ASINH', BETA=0.1
;
; :Author:
; FANNING SOFTWARE CONSULTING::
; David W. Fanning
; 1645 Sheely Drive
; Fort Collins, CO 80526 USA
; Phone: 970-221-0438
; E-mail: davidf@dfanning.com
; Coyote's Guide to IDL Programming: http://www.dfanning.com
;
; :History:
; Change History::
; Written by David W. Fanning, April 1996, as XStretch.
; XStretch retired and the program was renamed cgStretch, 21 October 2012.
; Added Compression stretch and updated to Coyote Graphics stretch functions. 27 March 2015. DWF.
; Missed a couple of retire program name changes in the program. 7 April 2015. DWF.
;
; :Copyright:
; Copyright (c) 1996-2012, Fanning Software Consulting, Inc.
;-
;
;
;+
; This procedure validates a threshold value to make sure it doesn't
; get out of range.
;
; : Returns:
; A validated threshold value in the appropriate range.
;
; :Params:
; threshold: in, required
; The input threshold to check and validate.
; info: in, required
; The program's information structure.
;-
FUNCTION cgSTRETCH_VALIDATE_THRESHOLD, threshold, info
; Catch any errors.
Catch, theError
IF theError NE 0 THEN BEGIN
Catch, Cancel=1
void = cgErrorMsg(/Traceback)
RETURN, threshold
ENDIF
; Make sure threshold is inside of the plot.
threshold = info.xmin > threshold < info.xmax
; Make sure threshold doesn't exceed range of data type.
CASE info.dataType OF
'BYTE': threshold = 0B > threshold < 255B
'INT': threshold = (-2L^15+1) > threshold < (2L^15-1)
'UINT': threshold = 0 > threshold < (2L^16-1)
'LONG': threshold = (-2L^31+1) > threshold < (2L^31-1)
'ULONG': threshold = 0 > threshold < (2L^32-1)
'LONG64': threshold = (-2LL^64+1) > threshold < (2LL^64-1)
'ULONG64': threshold = 0 > threshold < (2LL^64-1)
ELSE:
ENDCASE
; Make sure threshold has the same type as the image, unless SQUARE ROOT stretch.
IF info.type NE 'SQUARE ROOT' THEN $
threshold = Convert_to_Type(threshold, Size(*info.image, /Type))
IF Size(threshold, /TNAME) EQ 'BYTE' THEN threshold = Fix(threshold)
RETURN, threshold
END ;--------------------------------------------------------------------
;+
; The function stretches the image according to the current stretch parameters.
;
; :Returns:
; The stretched image is returned.
;
; :Params:
; info: in, required
; The information structure for the program.
;-
FUNCTION cgSTRETCH_SCALEIMAGE, info
; Scales the image data appropriately, depending on scale type.
; Catch any errors.
Catch, theError
IF theError NE 0 THEN BEGIN
Catch, Cancel=1
void = cgErrorMsg(/Traceback)
RETURN, *info.image
ENDIF
; Hourglass cursor.
IF Widget_Info(info.histo_draw, /VALID_ID) THEN Widget_Control, /HOURGLASS
; Turn floating underflow warnings off.
thisExcept = !Except
!Except = 0
CASE info.type OF
'LINEAR': BEGIN
scaledImage = BytScl(*info.image, Max=info.maxThresh, Min=info.minThresh, /NAN)
IF info.negative THEN RETURN, 255B - scaledImage ELSE RETURN, scaledImage
END
'LINEAR 2%': BEGIN
scaledImage = BytScl(*info.image, Max=info.maxThresh, Min=info.minThresh, /NAN)
IF info.negative THEN RETURN, 255B - scaledImage ELSE RETURN, scaledImage
END
'ADAPTIVE EQUALIZATION': BEGIN
scaledImage = BytScl(Adapt_Hist_Equal(*info.image), Max=info.maxThresh, Min=info.minThresh, /NAN)
IF info.negative THEN RETURN, 255B - scaledImage ELSE RETURN, scaledImage
END
'EQUALIZATION': BEGIN
scaledImage = BytScl(Hist_Equal(*info.image), Max=info.maxThresh, Min=info.minThresh, /NAN)
IF info.negative THEN RETURN, 255B - scaledImage ELSE RETURN, scaledImage
END
'GAMMA': BEGIN
scaledImage = cgGmaScl(*info.image, Max=info.maxThresh, Min=info.minThresh, $
Gamma=info.gamma, Negative=info.negative)
RETURN, scaledImage
END
'GAUSSIAN': BEGIN
scaledImage = cgGaussScl(*info.image, Max=info.maxThresh, Min=info.minThresh, $
Sigma=info.sigma, Negative=info.negative)
RETURN, scaledImage
END
'SQUARE ROOT': BEGIN
scaledImage = BytScl(SQRT(*info.image), Max=info.maxThresh, Min=info.minThresh, /NAN)
IF info.negative THEN RETURN, 255B - scaledImage ELSE RETURN, scaledImage
RETURN, scaledImage
END
'COMPRESSION': BEGIN
scaledImage = cgCompressScl(*info.image, Max=info.maxThresh, Min=info.minThresh, $
Mean=info.mean, Exponent=info.exponent, Negative=info.negative)
RETURN, scaledImage
END
'LOG': BEGIN
scaledImage = cgLogScl(*info.image, Max=info.maxThresh, Min=info.minThresh, $
Constant=info.constant, Negative=info.negative)
RETURN, scaledImage
END
'ASINH' :BEGIN
scaledImage = cgASinhScl(*info.image, Max=info.maxThresh, Min=info.minThresh, $
BETA=info.beta, Negative=info.negative)
RETURN, scaledImage
END
'STDDEV': BEGIN
scaledImage = cgSDevScl(*info.image, Multiplier=info.multiplier, $
Exclude=*info.exclude, OMax=info.maxThresh, OMin=info.minThresh)
RETURN, scaledImage
END
ENDCASE
; Turn warning back on.
void = Check_Math()
!Except = thisExcept
END ;--------------------------------------------------------------------
;+
; The call-back routine responds appropriately when the image window
; is destroyed by the user.
;
; :Params:
; imagewindowid: in, required
; The identifier of the image draw widget.
;-
PRO cgSTRETCH_IMAGEWINDOWKILLED, imageWindowID
; Turn the Save As, Print, and Image Colors buttons off.
Widget_Control, imageWindowID, Get_UValue=buttonIDs
IF Widget_Info(buttonIDs[0], /Valid_ID) THEN BEGIN
Widget_Control, buttonIDs[0], Sensitive=0
Widget_Control, buttonIDs[1], Sensitive=0
Widget_Control, buttonIDs[2], Sensitive=0
ENDIF
END ;--------------------------------------------------------------------
;+
; The event handler saves the stretched image to the main program level,
; where it can be manipulated further.
;
; :Params:
; event: in, required
; The event structure.
;-
PRO cgSTRETCH_SAVETOMAIN, event
; Handle events from the SAVE to MAIN LEVEL buttons.
Catch, theError
IF theError NE 0 THEN BEGIN
Catch, /Cancel
void = cgErrorMsg()
IF N_Elements(info) NE 0 THEN Widget_Control, event.top, Set_UValue=info, /No_Copy
RETURN
ENDIF
Widget_Control, event.top, Get_UValue=info, /No_Copy
info.event_handler = 'cgSTRETCH_SAVETOMAIN'
Widget_Control, event.id, Get_UValue=buttonValue
CASE buttonValue OF
'IMAGE': BEGIN
varname = TextBox(Title='Provide Main-Level Variable Name...', Group_Leader=event.top, $
Label='Image Variable Name: ', Cancel=cancelled, XSize=200, Value='stretched_image')
; The ROUTINE_NAMES function is not documented in IDL,
; so it may not always work. This capability has been
; tested in IDL versions 5.3 through 5.6 and found to work.
; People with IDL 6.1 and higher should use SCOPE_VARFETCH to
; set main-level variables. I use the older, undocumented version
; to stay compatible with more users.
IF NOT cancelled THEN BEGIN
displayImage = cgStretch_ScaleImage(info)
dummy = Routine_Names(varname, displayImage, Store=1)
ENDIF
END
'HISTOGRAM': BEGIN
varname = TextBox(Title='Provide Main-Level Variable Name...', Group_Leader=event.top, $
Label='Histogram Variable Name: ', Cancel=cancelled, XSize=200, Value='stretched_histogram')
; The ROUTINE_NAMES function is not documented in IDL,
; so it may not always work. This capability has been
; tested in IDL versions 5.3 through 5.6 and found to work.
; People with IDL 6.1 and higher should use SCOPE_VARFETCH to
; set main-level variables. I use the older, undocumented version
; to stay compatible with more users.
IF NOT cancelled THEN BEGIN
; Calculate binsize.
displayImage = cgStretch_ScaleImage(info)
maxval = Max(displayImage, MIN=minval)
range = maxval - minval
IF Size(displayImage, /TName) EQ 'BYTE' THEN binsize = 1.0 ELSE binsize = range / 256.
; Normalized pixel density.
histdata = Histogram(/NAN, displayImage, Binsize=binsize)
dummy = Routine_Names(varname, histdata, Store=1)
ENDIF
END
'PARAMETERS': BEGIN
varname = TextBox(Title='Provide Main-Level Variable Name...', Group_Leader=event.top, $
Label='Parameter Structure Name: ', Cancel=cancelled, XSize=200, Value='stretched_params')
; The ROUTINE_NAMES function is not documented in IDL,
; so it may not always work. This capability has been
; tested in IDL versions 5.3 through 5.6 and found to work.
; People with IDL 6.1 and higher should use SCOPE_VARFETCH to
; set main-level variables. I use the older, undocumented version
; to stay compatible with more users.
IF NOT cancelled THEN BEGIN
struct = { minThresh: info.minThresh, $
maxThresh: info.maxThresh, $
gamma: info.gamma, $
beta: info.beta, $
mean: info.mean, $
exponent: info.exponent, $
multiplier: info.multiplier, $
type: info.type }
dummy = Routine_Names(varname, struct, Store=1)
ENDIF
END
'EVERYTHING': BEGIN
varname = TextBox(Title='Provide Main-Level Variable Name...', Group_Leader=event.top, $
Label='Stretched Structure Name: ', Cancel=cancelled, XSize=200, Value='stretched_struct')
; The ROUTINE_NAMES function is not documented in IDL,
; so it may not always work. This capability has been
; tested in IDL versions 5.3 through 5.6 and found to work.
; People with IDL 6.1 and higher should use SCOPE_VARFETCH to
; set main-level variables. I use the older, undocumented version
; to stay compatible with more users.
IF NOT cancelled THEN BEGIN
displayImage = cgStretch_ScaleImage(info)
; Calculate binsize.
maxval = Max(displayImage, MIN=minval)
range = maxval - minval
IF Size(displayImage, /TName) EQ 'BYTE' THEN binsize = 1.0 ELSE binsize = range / 256.
; Normalized pixel density.
histdata = Histogram(/NAN, displayImage, Binsize=binsize)
struct = { minThresh: info.minThresh, $
maxThresh: info.maxThresh, $
gamma: info.gamma, $
beta: info.beta, $
mean: info.mean, $
exponent: info.exponent, $
type: info.type, $
image: displayImage, $
multiplier: info.multiplier, $
histogram: histdata }
dummy = Routine_Names(varname, struct, Store=1)
ENDIF
END
ENDCASE
Widget_Control, event.top, Set_UValue=info, /No_Copy
END ;--------------------------------------------------------------------
;+
; This procedure draws the minimum and maximum threshold lines on the histogram
; plot.
;
; :Params:
; minthresh: in, required
; The minimum threshold value.
; maxthresh: in, required
; The maximum threshold value.
; info: in, required, type=struct
; The information structure for the program.
;-
PRO cgSTRETCH_DRAWLINES, minThresh, maxThresh, info
; Procedure to draw threshold lines and asinh function on histogram plot.
; Catch any errors.
Catch, theError
IF theError NE 0 THEN BEGIN
Catch, Cancel=1
void = cgErrorMsg(/Traceback)
RETURN
ENDIF
; Make sure you have the latest values of the parameters
CASE info.type OF
'GAMMA': BEGIN
theValue = Widget_Info(info.gamma_comboID, /Combobox_GetText)
info.gamma = Double(theValue)
END
'GAUSSIAN': BEGIN
IF N_Elements(info.sigmaObj -> Get_Value()) NE 0 THEN $
info.sigma = info.sigmaObj -> Get_Value() ELSE info.sigma = 1.0
info.sigmaObj -> Set_Value, info.sigma
END
'LOG': BEGIN
IF N_Elements(info.param1Obj -> Get_Value()) NE 0 THEN $
info.mean = info.param1Obj -> Get_Value() ELSE info.mean = 0.5
info.param1Obj -> Set_Value, info.mean
IF N_Elements(info.param2Obj -> Get_Value()) NE 0 THEN $
info.exponent = info.param2Obj -> Get_Value() ELSE info.exponent = 4.0
info.param2Obj -> Set_Value, info.exponent
END
'ASINH': BEGIN
theValue = Widget_Info(info.asinh_comboID, /Combobox_GetText)
info.beta = Double(theValue)
END
'STDDEV': BEGIN
IF N_Elements(info.multiplierObj -> Get_Value()) NE 0 THEN $
info.multiplier = info.multiplierObj -> Get_Value() ELSE info.multiplier = 1.0
info.multiplierObj -> Set_Value, info.multiplier
END
ELSE:
ENDCASE
; Make histogram window active..
IF (!D.Flags AND 256) NE 0 THEN WSet, info.histo_wid
; Draw threshold lines.
!P = info.pbang
!X = info.xbang
!Y = info.ybang
PlotS, [minThresh, minThresh], [!Y.CRange(0), !Y.CRange(1)], $
Color=cgColor(info.colors[2]), Thick=3
PlotS, [maxThresh, maxThresh], [!Y.CRange(0), !Y.CRange(1)], $
Color=cgColor(info.colors[3]), Thick=3
; Label the lines.
cmax = Convert_Coord(maxThresh, 0, /Data, /To_Normal)
cmin = Convert_Coord(minThresh, 0, /Data, /To_Normal)
minThresh = cgStretch_Validate_Threshold(minThresh, info)
maxThresh = cgStretch_Validate_Threshold(maxThresh, info)
IF info.type EQ 'SQUARE ROOT' THEN BEGIN
minThresh = Float(minThresh)
maxThresh = Float(maxThresh)
ENDIF
XYOuts, cmin[0], 0.90, /Normal, cgNumber_Formatter(minThresh, Decimals=3), $
Color=cgColor(info.colors[2]), Alignment=1.0, Font=0
XYOuts, cmax[0], 0.90, /Normal, cgNumber_Formatter(maxThresh, Decimals=3), $
Color=cgColor(info.colors[3]), Alignment=0.0, Font=0
CASE info.type OF
'LINEAR': BEGIN
line = BytScl(Findgen(101))
line = cgScaleVector(line, 0.0, !Y.CRange[1])
x = cgScaleVector(Findgen(101), minThresh, maxThresh)
OPlot, x, line, Color=cgColor(info.colors[4]), LineStyle=2, Thick=2
END
'LINEAR 2%': BEGIN
line = BytScl(Findgen(101))
line = cgScaleVector(line, 0.0, !Y.CRange[1])
x = cgScaleVector(Findgen(101), minThresh, maxThresh)
OPlot, x, line, Color=cgColor(info.colors[4]), LineStyle=2, Thick=2
END
'ADAPTIVE EQUALIZATION': BEGIN
line = BytScl(Findgen(101))
line = cgScaleVector(line, 0.0, !Y.CRange[1])
x = cgScaleVector(Findgen(101), minThresh, maxThresh)
OPlot, x, line, Color=cgColor(info.colors[4]), LineStyle=2, Thick=2
END
'EQUALIZATION': BEGIN
line = BytScl(Findgen(101))
line = cgScaleVector(line, 0.0, !Y.CRange[1])
x = cgScaleVector(Findgen(101), minThresh, maxThresh)
OPlot, x, line, Color=cgColor(info.colors[4]), LineStyle=2, Thick=2
END
'LOG': BEGIN
line = cgLogScl(Findgen(101), Constant=constant)
line = cgScaleVector(line, 0.0, !Y.CRange[1])
x = cgScaleVector(Findgen(101), minThresh, maxThresh)
OPlot, x, line, Color=cgColor(info.colors[4]), LineStyle=2, Thick=2
END
'COMPRESSION': BEGIN
line = cgCompressScl(Findgen(101), Mean=info.mean, Exponent=info.exponent)
line = cgScaleVector(line, 0.0, !Y.CRange[1])
x = cgScaleVector(Findgen(101), minThresh, maxThresh)
cgOPlot, x, line, Color=info.colors[4], LineStyle=2, Thick=2
END
'GAMMA': BEGIN
; Draw the gamma function.
line = cgScaleVector(Findgen(101), 0.0, 1.0)
line = Double(line)^info.gamma
line = cgScaleVector(line, 0.0, !Y.CRange[1])
x = cgScaleVector(Findgen(101), minThresh, maxThresh)
OPlot, x, line, Color=cgColor(info.colors[4]), LineStyle=2, Thick=2
END
'GAUSSIAN': BEGIN
; Draw the gaussian function.
line = cgScaleVector(Findgen(101), -!PI, !PI)
line = (1/(2*!PI*info.sigma^2))*EXP(-(line^2/(2*info.sigma^2)))
line = cgScaleVector(line, 0, !Y.CRange[1])
x = cgScaleVector(Findgen(101), minThresh, maxThresh)
OPlot, x, line, Color=cgColor(info.colors[4]), LineStyle=2, Thick=2
END
'SQUARE ROOT': BEGIN
line = BytScl(Findgen(101))
line = cgScaleVector(line, 0.0, !Y.CRange[1])
x = cgScaleVector(Findgen(101), minThresh, maxThresh)
OPlot, x, line, Color=cgColor(info.colors[4]), LineStyle=2, Thick=2
END
'ASINH': BEGIN
; Draw the asinh function.
line = cgASinhScl(Findgen(101), BETA=info.beta)
line = cgScaleVector(line, 0.0, !Y.CRange[1])
x = cgScaleVector(Findgen(101), minThresh, maxThresh)
OPlot, x, line, Color=cgColor(info.colors[4]), LineStyle=2, Thick=2
END
'STDDEV': BEGIN
line = BytScl(Findgen(101))
line = cgScaleVector(line, 0.0, !Y.CRange[1])
x = cgScaleVector(Findgen(101), minThresh, maxThresh)
OPlot, x, line, Color=cgColor(info.colors[4]), LineStyle=2, Thick=2
END
ENDCASE
END ;--------------------------------------------------------------------
;+
; This procedure will notify interested parties (who have signed up with
; the NotifyObj or NotifyPro keywords) about program events.
;
; :Params:
; info: in, required
; The info structure of the program.
;-
PRO cgSTRETCH_NOTIFYOTHERS, info
; This is the procedure that notifies others of an image change.
; Catch any error in the histogram display routine.
Catch, theError
IF theError NE 0 THEN BEGIN
Catch, Cancel=1
void = cgErrorMsg()
RETURN
ENDIF
stretchedImage = cgStretch_ScaleImage(info)
; The structure parameter.
struct = { image: stretchedImage, $ ; The stretched image.
r: info.r, $ ; The R color vector associated with the image
g: info.g, $ ; The G color vector associated with the image
b: info.b, $ ; The B color vector associated with the image
event_handler: info.event_handler, $ ; Where did the event come from?
type: info.type, $ ; The TYPE of stretch applied to the image.
minThresh: info.minThresh, $ ; The minimum threshold value.
maxThresh: info.maxThresh, $ ; The maximum threshold value.
beta: info.beta, $ ; The current BETA value.
gamma: info.gamma, $ ; The current GAMMA value.
mean: info.mean, $ ; The current MEAN value.
exponent: info.exponent, $ ; The current EXPONENT value.
multiplier: info.multiplier, $ ; The current MULTIPLIER value.
sigma: info.sigma } ; The current SIGMA value.
; Is there a user value?
IF N_Elements(*info.uvalue) NE 0 THEN BEGIN
struct = Create_Struct(struct, "uvalue", *info.uvalue)
ENDIF
; Notify a procedure.
IF info.notify_pro NE "" THEN Call_Procedure, info.notify_pro, struct
; Notify an object.
IF Obj_Valid(info.notify_obj.object) THEN $
Call_Method, info.notify_obj.method, info.notify_obj.object, struct
END ;--------------------------------------------------------------------
;+
; This procedure draws the histogram plot for the image.
;
; :Params:
; info: in, required
; The information structure for the program.
;
; :Keywords:
; maxvalue: in, optional
; The maximum value that the histogram plot will display.
; wid: in, optional
; The window index number of the window the histogram plot should be drawn in.
;-
PRO cgSTRETCH_HISTOPLOT, info, $
MAXVALUE=maxvalue, $
WID=wid
; This is a utility program to draw a histogram plot in a
; display window.
; Catch any error in the histogram display routine.
Catch, theError
IF theError NE 0 THEN BEGIN
Catch, Cancel=1
void = cgErrorMsg()
RETURN
ENDIF
; Hourglass cursor.
IF Widget_Info(info.histo_draw, /VALID_ID) THEN Widget_Control, /HOURGLASS
; Proper number formatting.
format = '(F0.2)'
IF N_Elements(maxvalue) THEN maxvalue = info.maxvalue
IF maxvalue LT 0.1 THEN format = '(F0.3)'
IF maxvalue LT 0.05 THEN format = '(F0.4)'
; What kind of data are we working with?
dataType = Size(*info.image, /TYPE)
; Normalized pixel density.
CASE info.type OF
'ADAPTIVE EQUALIZATION': BEGIN
goodIndices = Where(Finite(*info.image), NCOMPLEMENT=nanCount, count)
IF nanCount GT 0 THEN BEGIN
binsize = (3.5 * StdDev(ADAPT_HIST_EQUAL(*info.image), /NAN))/N_Elements((*info.image)[goodIndices])^(1./3)
IF (dataType LE 3) OR (dataType GE 12) THEN binsize = Round(binsize) > 1
binsize = Convert_To_Type(binsize, dataType)
IF binsize LT 1 THEN binsize = 1
histdata = Histogram(/NAN, ADAPT_HIST_EQUAL((*info.image)[goodIndices]), Binsize=binsize, $
OMIN=omin, OMAX=omax)/Float(count)
ENDIF ELSE BEGIN
binsize = (3.5 * StdDev(ADAPT_HIST_EQUAL(*info.image), /NAN))/N_Elements(*info.image)^(1./3)
IF (dataType LE 3) OR (dataType GE 12) THEN binsize = Round(binsize) > 1
binsize = Convert_To_Type(binsize, dataType)
IF binsize LT 1 THEN binsize = 1
histdata = Histogram(/NAN, ADAPT_HIST_EQUAL(*info.image), Binsize=binsize, $
OMIN=omin, OMAX=omax)/Float(N_Elements(*info.image))
ENDELSE
imageTitle = 'Adapted Equalization Image Value'
END
'EQUALIZATION': BEGIN
goodIndices = Where(Finite(*info.image), NCOMPLEMENT=nanCount, count)
IF nanCount GT 0 THEN BEGIN
binsize = (3.5 * StdDev(HIST_EQUAL(*info.image), /NAN))/N_Elements((*info.image)[goodIndices])^(1./3)
IF (dataType LE 3) OR (dataType GE 12) THEN binsize = Round(binsize) > 1
binsize = Convert_To_Type(binsize, dataType)
IF binsize LT 1 THEN binsize = 1
histdata = Histogram(/NAN, Hist_Equal((*info.image)[goodIndices]), Binsize=binsize, $
OMIN=omin, OMAX=omax)/Float(count)
ENDIF ELSE BEGIN
binsize = (3.5 * StdDev(HIST_EQUAL(*info.image), /NAN))/N_Elements(*info.image)^(1./3)
IF (dataType LE 3) OR (dataType GE 12) THEN binsize = Round(binsize) > 1
binsize = Convert_To_Type(binsize, dataType)
IF binsize LT 1 THEN binsize = 1
histdata = Histogram(/NAN, Hist_Equal(*info.image), Binsize=binsize, $
OMIN=omin, OMAX=omax)/Float(N_Elements(*info.image))
ENDELSE
imageTitle = 'Equalized Image Value'
END
'SQUARE ROOT': BEGIN
goodIndices = Where(Finite(*info.image), NCOMPLEMENT=nanCount, count)
IF nanCount GT 0 THEN BEGIN
binsize = (3.5 * StdDev(SQRT(*info.image), /NAN))/N_Elements((*info.image)[goodIndices])^(1./3)
IF (dataType LE 3) OR (dataType GE 12) THEN binsize = Round(binsize) > 1
binsize = Convert_To_Type(binsize, dataType)
histdata = Histogram(/NAN, SQRT((*info.image)[goodIndices]), Binsize=binsize, $
OMIN=omin, OMAX=omax)/Float(count)
ENDIF ELSE BEGIN
binsize = (3.5 * StdDev(SQRT(*info.image), /NAN))/N_Elements(*info.image)^(1./3)
IF (dataType LE 3) OR (dataType GE 12) THEN binsize = Round(binsize) > 1
binsize = Convert_To_Type(binsize, dataType)
histdata = Histogram(/NAN, SQRT(*info.image), Binsize=binsize, $
OMIN=omin, OMAX=omax)/Float(N_Elements(*info.image))
ENDELSE
imageTitle = 'Square Root of Image Value'
END
'STDDEV': BEGIN
IF N_Elements(*info.exclude) NE 0 THEN BEGIN
badIndices = Where(*info.image EQ *info.exclude, badCount)
IF badCount GT 0 THEN BEGIN
*info.image = Float(*info.image)
(*info.image)[badIndices] = !Values.F_NAN
goodIndices = Where(Finite(*info.image), NCOMPLEMENT=nanCount, count)
ENDIF
ENDIF ELSE goodIndices = Where(Finite(*info.image), NCOMPLEMENT=nanCount, count)
IF nanCount GT 0 THEN BEGIN
binsize = (3.5 * StdDev(*info.image, /NAN))/N_Elements((*info.image)[goodIndices])^(1./3)
IF (dataType LE 3) OR (dataType GE 12) THEN binsize = Round(binsize) > 1
binsize = Convert_To_Type(binsize, dataType)
histdata = Histogram(/NAN, (*info.image)[goodIndices], Binsize=binsize, $
OMIN=omin, OMAX=omax)/Float(count)
ENDIF ELSE BEGIN
binsize = (3.5 * StdDev(*info.image, /NAN))/N_Elements(*info.image)^(1./3)
IF (dataType LE 3) OR (dataType GE 12) THEN binsize = Round(binsize) > 1
binsize = Convert_To_Type(binsize, dataType)
histdata = Histogram(/NAN, *info.image, Binsize=binsize, $
OMIN=omin, OMAX=omax)/Float(N_Elements(*info.image))
ENDELSE
imageTitle = 'Image Value'
END
ELSE: BEGIN
goodIndices = Where(Finite(*info.image), NCOMPLEMENT=nanCount, count)
IF nanCount GT 0 THEN BEGIN
binsize = (3.5 * StdDev(*info.image, /NAN))/N_Elements((*info.image)[goodIndices])^(1./3)
IF (dataType LE 3) OR (dataType GE 12) THEN binsize = Round(binsize) > 1
binsize = Convert_To_Type(binsize, dataType)
histdata = Histogram(/NAN, (*info.image)[goodIndices], Binsize=binsize, $
OMIN=omin, OMAX=omax)/Float(count)
ENDIF ELSE BEGIN
binsize = (3.5 * StdDev(*info.image, /NAN))/N_Elements(*info.image)^(1./3)
IF (dataType LE 3) OR (dataType GE 12) THEN binsize = Round(binsize) > 1
binsize = Convert_To_Type(binsize, dataType)
histdata = Histogram(/NAN, *info.image, Binsize=binsize, $
OMIN=omin, OMAX=omax)/Float(N_Elements(*info.image))
ENDELSE
imageTitle = 'Image Value'
END
ENDCASE
; Save the current window index.
cWinID = !D.Window
; Calculate the range of the plot output.
ymin = 0
ymax = Max(histData) * 1.05
xmin = Double(omin) - binsize
xmax = Double(omax) + (binsize * 2)
; Plot the histogram of the display image.
IF N_Elements(wid) NE 0 THEN WSet, wid
Plot, [0,0], [1,1], $
Background=cgColor(info.colors[0]), $
Color=cgColor(info.colors[1]), $ ; The color of the axes.
NoData=1, $ ; Draw the axes only. No data.
XRange=[xmin, xmax], $ ; The X data range.
XStyle=9, $ ; Exact axis scaling. No autoscaled axes.
YMinor=1, $ ; No minor tick mark on X axis.
YRange=[ymin, ymax < maxValue], $ ; The Y data range.
YStyle=1, $ ; Exact axis scaling. No autoscaled axes.
YTitle='Relative Frequency', $ ; Y Title
XTicklen=-0.025, $
Max_Value=maxValue, $
YTickformat=format, $
Position=[0.15, 0.20, 0.85, 0.85], $
_Extra=extra ; Pass any extra PLOT keywords.
Axis, !X.CRange[0], !Y.CRange[1], XAXIS=1, XTickformat='(A1)', XMINOR=1, COLOR=cgColor(info.colors[1])
step = (!X.CRange[1] - !X.CRange[0]) / (binsize + 1)
start = !X.CRange[0] + binsize
endpt = start + binsize
FOR j=0,N_Elements(histdata)-1 DO BEGIN
x = [start, start, endpt, endpt, start]
y = [0, histdata[j], histdata[j], 0, 0]
PolyFill, x, y, COLOR=cgColor('rose'), NOCLIP=0
PlotS, x, y, COLOR=cgColor(info.colors[5]), NOCLIP=0
start = start + binsize
endpt = start + binsize
ENDFOR
; Store the plotting system variables for later recall.
info.pbang = !P
info.xbang = !X
info.ybang = !Y
info.ymin = !Y.CRange[0]
info.ymax = !Y.CRange[1]
info.xmin = !X.CRange[0]
info.xmax = !X.CRange[1]
; Validate the threshold.
info.maxThresh = cgStretch_Validate_Threshold(info.maxThresh, info)
info.minThresh = cgStretch_Validate_Threshold(info.minThresh, info)
info.minThreshObj -> Set_Value,$
cgNumber_Formatter(cgSTRETCH_VALIDATE_THRESHOLD(info.minThresh, info), Decimals=3), /FloatValue
info.maxThreshObj -> Set_Value,$
cgNumber_Formatter(cgSTRETCH_VALIDATE_THRESHOLD(info.maxThresh, info), Decimals=3), /FloatValue
; Restore previous graphics window.
IF cWinID GT 0 THEN IF (!D.Flags AND 256) NE 0 THEN WSet, cWinID
END ;--------------------------------------------------------------------------------
;+
; This event handler sets up the stretch parameters for the different stretches.
;
; :Params:
; event: in, required
; The event structure.
;-
PRO cgSTRETCH_PARAMETERS, event
; Handle events from the log parameter widgets.
Catch, theError
IF theError NE 0 THEN BEGIN
Catch, /Cancel
void = cgErrorMsg()
IF N_Elements(info) NE 0 THEN Widget_Control, event.top, Set_UValue=info, /No_Copy
RETURN
ENDIF
Widget_Control, event.top, Get_UValue=info, /No_Copy
info.event_handler = 'cgSTRETCH_PARAMETERS'
; Make sure you have the latest values for alpha and beta.
CASE info.type OF
'COMPRESSION': BEGIN
IF N_Elements(info.param1Obj -> Get_Value()) NE 0 THEN $
info.mean = info.param1Obj -> Get_Value() ELSE info.mean = 0.5
info.mean = 0.0 > info.mean < 1.0
info.param1Obj -> Set_Value, info.mean
IF N_Elements(info.param2Obj -> Get_Value()) NE 0 THEN $
info.exponent = info.param2Obj -> Get_Value() ELSE info.exponent = 4.0
info.param2Obj -> Set_Value, info.exponent
END
'LOG': BEGIN
IF N_Elements(info.logObj -> Get_Value()) NE 0 THEN $
info.constant = info.logObj -> Get_Value() ELSE info.constant = 1.0
info.logObj -> Set_Value, info.constant
END
'ASINH': BEGIN
theText = Widget_Info(info.asinh_comboID, /Combobox_GetText)
info.beta = Float(theText)
END
'GAMMA': BEGIN
theText = Widget_Info(info.gamma_comboID, /Combobox_GetText)
info.gamma = Float(theText)
END
'GAUSSIAN': BEGIN
IF N_Elements(info.sigmaObj -> Get_Value()) NE 0 THEN $
info.sigma = info.sigmaObj -> Get_Value() ELSE info.sigma = 1.0
info.sigmaObj -> Set_Value, info.sigma
END
'STDDEV': BEGIN
IF N_Elements(info.multiplierObj -> Get_Value()) NE 0 THEN $
info.multiplier = info.multiplierObj -> Get_Value() ELSE info.multiplier = 1.0
info.multiplierObj -> Set_Value, info.multiplier
mean = Mean(*info.image, /NAN)
stddev = StdDev(*info.image, /NAN)
info.minThresh = (mean - (stddev * info.multiplier)) > Min(*info.image, /NAN)
info.maxThresh = (mean + (stddev * info.multiplier)) < Max(*info.image, /NaN)
END
ELSE:
ENDCASE
; Display the image after thresholding.
displayImage = cgStretch_ScaleImage(info)
IF NOT info.no_window THEN BEGIN
WSet, info.windex
WShow, info.windex
TVLCT, info.r, info.g, info.b
cgImage, displayImage, /NoInterp
ENDIF
cgStretch_NotifyOthers, info
; Copy histogram from pixmap.
WSet, info.histo_wid
Device, Copy=[0, 0, info.pix_xsize, info.pix_ysize, 0, 0, info.pixmap]
; Draw threshold lines.
cgStretch_DrawLines, info.minThresh, info.maxThresh, info
Widget_Control, event.top, Set_UValue=info, /No_Copy
END ;--------------------------------------------------------------------
;+
; This event handler will reverse the image in the Y direction.
;
; :Params:
; event: in, required
; The event structure.
;-
PRO cgSTRETCH_FLIPIMAGE, event
; Handle events from the "Flip Image" button.
Catch, theError
IF theError NE 0 THEN BEGIN
Catch, /Cancel
void = cgErrorMsg()
IF N_Elements(info) NE 0 THEN Widget_Control, event.top, Set_UValue=info, /No_Copy
RETURN
ENDIF
Widget_Control, event.top, Get_UValue=info, /No_Copy
info.event_handler = 'cgSTRETCH_FLIPIMAGE'
; Hourglass cursor.
IF Widget_Info(info.histo_draw, /VALID_ID) THEN Widget_Control, /HOURGLASS
; Switch the value of the button.
*info.image = Reverse(*info.image, 2)
; Display the image after thresholding.
displayImage = cgStretch_ScaleImage(info)
IF NOT info.no_window THEN BEGIN
WSet, info.windex
WShow, info.windex
TVLCT, info.r, info.g, info.b
cgImage, displayImage, /NoInterp
ENDIF
cgStretch_NotifyOthers, info
Widget_Control, event.top, Set_UValue=info, /No_Copy
END ;--------------------------------------------------------------------------------
;+
; This event handler saves the Gamma pull-down menu events.
;
; :Params:
; event: in, required
; The event structure.
;-
PRO cgSTRETCH_GAMMA, event
; Handler events from the GAMMA pull-down menu.
Catch, theError
IF theError NE 0 THEN BEGIN
Catch, /Cancel
ok = cgErrorMsg(/Traceback)
IF N_Elements(info) NE 0 THEN Widget_Control, event.top, Set_UValue=info, /No_Copy
RETURN
ENDIF
Widget_Control, event.top, Get_UValue=info, /No_Copy
info.event_handler = 'cgSTRETCH_GAMMA'
Widget_Control, event.id, Get_UValue=gamma
info.gamma = gamma
Widget_Control, info.cgammaID, Set_Button=0
info.cgammaID = event.id
Widget_Control, event.id, Set_Button=1
; Display the image after thresholding.
displayImage = cgStretch_ScaleImage(info)
IF NOT info.no_window THEN BEGIN
WSet, info.windex
WShow, info.windex
TVLCT, info.r, info.g, info.b
cgImage, displayImage, /NoInterp
ENDIF
cgStretch_NotifyOthers, info
; Copy histogram from pixmap.
WSet, info.histo_wid
Device, Copy=[0, 0, info.pix_xsize, info.pix_ysize, 0, 0, info.pixmap]
; Draw threshold lines.
cgStretch_DrawLines, info.minThresh, info.maxThresh, info
Widget_Control, event.top, Set_UValue=info, /No_Copy
END ;--------------------------------------------------------------------------------
;+
; This event handler reverses the image to a negative image.
;
; :Params:
; event: in, required
; The event structure.
;-
PRO cgSTRETCH_NEGATIVE, event
; Handle events from the "Positive Image/Negative Image" button.
Catch, theError
IF theError NE 0 THEN BEGIN
Catch, /Cancel
void = cgErrorMsg()
IF N_Elements(info) NE 0 THEN Widget_Control, event.top, Set_UValue=info, /No_Copy
RETURN
ENDIF
Widget_Control, event.top, Get_UValue=info, /No_Copy
info.event_handler = 'cgSTRETCH_NEGATIVE'
; Switch the value of the button.
Widget_Control, event.id, Get_Value=buttonValue
CASE buttonValue OF
'Negative Image': Widget_Control, event.id, Set_Value='Positive Image'
'Positive Image': Widget_Control, event.id, Set_Value='Negative Image'
ENDCASE
info.negative = 1-info.negative
; Display the image after thresholding.
displayImage = cgStretch_ScaleImage(info)
IF NOT info.no_window THEN BEGIN
WSet, info.windex
WShow, info.windex
TVLCT, info.r, info.g, info.b
cgImage, displayImage, /NoInterp
ENDIF
cgStretch_NotifyOthers, info
Widget_Control, event.top, Set_UValue=info, /No_Copy
END ;--------------------------------------------------------------------------------
;+
; This event handler allows new images to be opened and displayed.
;
; :Params:
; event: in, required
; The event structure.
;-
PRO cgSTRETCH_OPENIMAGE, event
Catch, theError
IF theError NE 0 THEN BEGIN
Catch, /Cancel
ok = cgErrorMsg(/Traceback)
IF N_Elements(info) NE 0 THEN Widget_Control, event.top, Set_UValue=info, /No_Copy
RETURN
ENDIF
Widget_Control, event.ID, Get_Value=buttonValue
needcolors = 0
CASE buttonValue OF
'Raw Binary Image File...': BEGIN
newImage = GetImage(Group_Leader=event.top, Cancel=cancelled, Catch=0)
IF cancelled THEN RETURN
END
'Formatted Image File...': BEGIN
newImage = ImageSelect(Cancel=cancelled, Palette=palette, Group_Leader=event.top)
IF cancelled THEN RETURN
END
ENDCASE
Widget_Control, event.top, Get_UValue=info, /No_Copy
info.event_handler = 'cgSTRETCH_OPENIMAGE'
; Hourglass cursor.
IF Widget_Info(info.image_draw, /VALID_ID) THEN Widget_Control, /HOURGLASS
dims = Image_Dimensions(newimage, XSize=xsize, YSize=ysize, TrueIndex=true)
IF N_Elements(dims) LT 2 OR N_Elements(dims) GT 3 THEN Message, 'Must pass a 2D or 24-bit image'
IF true NE -1 THEN BEGIN
CASE true OF
0: newimage = Transpose(newimage, [1, 2, 0])
1: newimage = Transpose(newimage, [0, 2, 1])
ELSE:
ENDCASE
ENDIF
IF N_Elements(palette) NE 0 THEN BEGIN
info.r = palette[*,0]
info.g = palette[*,1]
info.b = palette[*,2]
ENDIF
; Restore the color table vectors.
TVLCT, info.r, info.g, info.b
*info.image = newImage
; Start with linear stretch on both ends.
info.maxVal = Max(Double(newImage), Min=minVal)
info.maxThresh = Float(info.maxVal)
info.minVal = minVal
info.minThresh = Float(info.minVal)
info.dataType = Size(newImage, /TNAME)
; Calculate a value to tell you if you are "close" to a threshold line.
info.close = 0.05 * (info.maxval-info.minval)
cWinID = !D.Window
WSet, info.histo_wid
cgStretch_Histoplot, info, WID=info.histo_wid, $
MaxValue=info.maxValue, _Extra=*info.extra
; Store the plotting system variables for later recall.
info.pbang = !P
info.xbang = !X
info.ybang = !Y
info.ymin = !Y.CRange[0]
info.ymax = !Y.CRange[1]
info.xmin = !X.CRange[0]
info.xmax = !X.CRange[1]
; Validitate the threshold values. Have to do this AFTER setting xmin/xmax.
info.minThresh = cgSTRETCH_VALIDATE_THRESHOLD(info.minThresh, info)
info.maxThresh = cgSTRETCH_VALIDATE_THRESHOLD(info.maxThresh, info)
info.minThreshObj -> Set_Value, cgNumber_Formatter(info.minThresh, Decimals=3), /FloatValue
info.maxThreshObj -> Set_Value, cgNumber_Formatter(info.maxThresh, Decimals=3), /FloatValue
; Put the same plot in the pixmap.
WSet, info.pixmap
Device, Copy=[0, 0, info.pix_xsize, info.pix_ysize, 0, 0, info.histo_wid]
; Update the image display by appling the threshold parameters.
; Be sure the image draw widget is still around. Make it if it isn't.
displayImage = cgStretch_ScaleImage(info)
IF NOT info.no_window THEN BEGIN
IF Widget_Info(info.image_draw, /Valid_ID) THEN BEGIN
WSet, info.windex
TVLCT, info.r, info.g, info.b
imageSize = Size(*info.image)
xsize = imageSize(1)
ysize = imageSize(2)
aspect = Float(xsize)/ysize
IF xsize GT 512 OR ysize GT 512 THEN BEGIN
IF xsize NE ysize THEN BEGIN
aspect = Float(ysize) / xsize
IF aspect LT 1 THEN BEGIN
xsize = 512
ysize = (512 * aspect) < 512
ENDIF ELSE BEGIN
ysize = 512
xsize = (512 / aspect) < 512
ENDELSE
ENDIF ELSE BEGIN
ysize = 512
xsize = 512
ENDELSE
ENDIF
Widget_Control, info.image_draw, Draw_XSize=xsize, Draw_YSize=ysize
ENDIF ELSE BEGIN
imageSize = Size(*info.image)
xsize = imageSize(1)
ysize = imageSize(2)
aspect = Float(xsize)/ysize
IF xsize GT 512 OR ysize GT 512 THEN BEGIN
IF xsize NE ysize THEN BEGIN
aspect = Float(ysize) / xsize
IF aspect LT 1 THEN BEGIN
xsize = 512
ysize = (512 * aspect) < 512
ENDIF ELSE BEGIN
ysize = 512
xsize = (512 / aspect) < 512
ENDELSE
ENDIF ELSE BEGIN
ysize = 512
xsize = 512
ENDELSE
ENDIF
Widget_Control, event.top, TLB_Get_Offset=offsets, TLB_Get_Size=sizes
xoff = offsets[0] + sizes[0] + 20
yoff = offsets[1]
image_tlb = Widget_Base(Row=1, Group=event.top, Title='cgStretch Image', $
XOffSet=xoff, YOffSet=yoff, TLB_Size_Events=1, XPad=0, YPad=0)
image_draw = Widget_Draw(image_tlb, XSize=xsize, YSize=ysize)
Widget_Control, image_tlb, /Realize, Set_UValue=event.top
Widget_Control, image_draw, Get_Value=windex
info.image_draw = image_draw
info.windex = windex
XManager, 'cgstretch_image', image_tlb, Event_Handler='cgStretch_Image_Resize', /No_Block
Widget_Control, info.saveas, Sensitive=1
Widget_Control, info.printit, Sensitive=1
Widget_Control, info.colorsID, Sensitive=1
ENDELSE
ENDIF
; Draw threshold lines.
cgStretch_DrawLines, info.minThresh, info.maxThresh, info
; Display the image after thresholding.
displayImage = cgStretch_ScaleImage(info)
IF NOT info.no_window THEN BEGIN
WSet, info.windex
WShow, info.windex
TVLCT, info.r, info.g, info.b
cgImage, displayImage, /NoInterp
ENDIF
cgStretch_NotifyOthers, info
IF cWinID GT 0 THEN WSet, cWinID
Widget_Control, event.top, Set_UValue=info, /No_Copy
END ;--------------------------------------------------------------------------------
;+
; This event handler saves the stretched image in various raster and PostScript formats.
;
; :Params:
; event: in, required
; The event structure.
;-
PRO cgSTRETCH_SAVEAS, event
; Errors caused by incorrect IDL versions or missing Coyote files.
Catch, theError
IF theError NE 0 THEN BEGIN
Catch, /Cancel
ok = cgErrorMsg(/Traceback)
IF N_Elements(thisDevice) NE 0 THEN Set_Plot, thisDevice
IF N_Elements(info) NE 0 THEN Widget_Control, event.top, Set_UValue=info, /No_Copy
RETURN
ENDIF
; Save as various file types.
Widget_Control, event.top, Get_UValue=info, /No_Copy
info.event_handler = 'cgSTRETCH_SAVEAS'
Widget_Control, event.id, Get_UValue=saveAsType
; Set the current graphics window.
cWinID = !D.Window
WSet, info.windex
TVLCT, info.r, info.g, info.b
; What kind of file do you want?
filename = 'cgstretch'
CASE saveAsType OF
'JPEG': dummy = cgSnapshot(Filename=filename, /JPEG)
'PNG': dummy = cgSnapshot(Filename=filename, /PNG)
'TIFF': dummy = cgSnapshot(Filename=filename, /TIFF)
'GIF': dummy = cgSnapshot(Filename=filename, /GIF)
'PICT': dummy = cgSnapshot(Filename=filename, /PICT)
'BMP': dummy = cgSnapshot(Filename=filename, /BMP)
'PS': BEGIN
WSet, info.windex
keys = cgPSWindow()
configureIt = cgPS_Config(Group_Leader=event.top, Cancel=cancelled, $
Color=1, Filename='cgstretch.ps', _Extra=keys)
IF NOT cancelled THEN BEGIN
thisDevice = !D.Name
Set_Plot, 'PS', /Copy
Device, _Extra=configureIt
displayImage = cgStretch_ScaleImage(info)
cgImage, displayImage, /NoInterp
Device, /Close_File
Set_Plot, thisDevice
ENDIF
ENDCASE
ENDCASE
IF cWinID GT 0 THEN WSet, cWinID
; Put the info structure back.
Widget_Control, event.top, Set_UValue=info, /No_Copy
END ;-------------------------------------------------------------------
;+
; This event handler saves the histogram in various raster and PostScript formats.
;
; :Params:
; event: in, required
; The event structure.
;-
PRO cgSTRETCH_SAVEHISTOAS, event
; Errors caused by incorrect IDL versions or missing Coyote files.
Catch, theError
IF theError NE 0 THEN BEGIN
Catch, /Cancel
ok = cgErrorMsg(/Traceback)
IF N_Elements(thisDevice) NE 0 THEN Set_Plot, thisDevice
IF N_Elements(info) NE 0 THEN Widget_Control, event.top, Set_UValue=info, /No_Copy
RETURN
ENDIF
; Save as various file types.
Widget_Control, event.top, Get_UValue=info, /No_Copy
info.event_handler = 'cgSTRETCH_SAVEHISTOAS'
Widget_Control, event.id, Get_UValue=saveAsType
; Set the current graphics window.
cWinID = !D.Window
WSet, info.histo_wid
TVLCT, info.r, info.g, info.b
; What kind of file do you want?
filename = 'cgstretch_histogram'
CASE saveAsType OF
'JPEG': dummy = cgSnapshot(Filename=filename, /JPEG)
'PNG': dummy = cgSnapshot(Filename=filename, /PNG)
'TIFF': dummy = cgSnapshot(Filename=filename, /TIFF)
'GIF': dummy = cgSnapshot(Filename=filename, /GIF)
'PICT': dummy = cgSnapshot(Filename=filename, /PICT)
'BMP': dummy = cgSnapshot(Filename=filename, /BMP)
'PS': BEGIN
keys = cgPSWindow()
configureIt = cgPS_Config(Group_Leader=event.top, Cancel=cancelled, $
Color=1, Filename='cgstretch_histrogram.ps', _Extra=keys)
IF NOT cancelled THEN BEGIN
thisDevice = !D.Name
thisFont=!P.Font
!P.Font = 0
Set_Plot, 'PS', /Copy
Device, _Extra=configureIt
cgStretch_Histoplot, info, MaxValue=info.maxValue, _Extra=*info.extra
cgStretch_DrawLines, info.minThresh, info.maxThresh, info
Device, /Close_File
!P.Font = thisFont
Set_Plot, thisDevice
ENDIF
ENDCASE
ENDCASE
IF cWinID GT 0 THEN WSet, cWinID
; Put the info structure back.
Widget_Control, event.top, Set_UValue=info, /No_Copy
END ;-------------------------------------------------------------------
;+
; This event handler sends the threshold values for the stretch.
;
; :Params:
; event: in, required
; The event structure.
;-
PRO cgSTRETCH_SETTHRESHOLD, event
Catch, theError
IF theError NE 0 THEN BEGIN
Catch, /Cancel
ok = cgErrorMsg(/Traceback)
IF N_Elements(info) NE 0 THEN Widget_Control, event.top, Set_UValue=info, /No_Copy
RETURN
ENDIF
; Get the min and max thresholds. Make sure they
; don't overlap each other.
Widget_Control, event.top, Get_UValue=info, /No_Copy
info.event_handler = 'cgSTRETCH_SETTHRESHOLD'
; Hourglass cursor.
IF Widget_Info(info.histo_draw, /VALID_ID) THEN Widget_Control, /HOURGLASS
minThresh = info.minThreshObj -> Get_Value()
info.minThresh = cgSTRETCH_VALIDATE_THRESHOLD(minThresh < (info.maxThresh - (info.range/200.)), info)
maxThresh = info.maxThreshObj -> Get_Value()
info.maxThresh = cgSTRETCH_VALIDATE_THRESHOLD((info.minThresh + (info.range/200.)) > maxThresh, info)
info.minThreshObj -> Set_Value, cgNumber_Formatter(info.minThresh, Decimals=3), /FloatValue
info.maxThreshObj -> Set_Value, cgNumber_Formatter(info.maxThresh, Decimals=3), /FloatValue
; Display the image after thresholding.
displayImage = cgStretch_ScaleImage(info)
IF NOT info.no_window THEN BEGIN
WSet, info.windex
WShow, info.windex
TVLCT, info.r, info.g, info.b
cgImage, displayImage, /NoInterp
ENDIF
cgStretch_NotifyOthers, info
; Copy histogram from pixmap.
WSet, info.histo_wid
Device, Copy=[0, 0, info.pix_xsize, info.pix_ysize, 0, 0, info.pixmap]
; Draw threshold lines.
cgStretch_DrawLines, info.minThresh, info.maxThresh, info
Widget_Control, event.top, Set_UValue=info, /No_Copy
END ;-------------------------------------------------------------------
;+
; This event handler sends the output to a printer.
;
; :Params:
; event: in, required
; The event structure.
;-
PRO cgSTRETCH_PRINT, event
; Error Handling.
Catch, theError
IF theError NE 0 THEN BEGIN
Catch, /Cancel
ok = cgErrorMsg(/Traceback)
IF N_Elements(info) NE 0 THEN Widget_Control, event.top, Set_UValue=info, /No_Copy
RETURN
ENDIF
; Printing and printer setup handled here.
Widget_Control, event.top, Get_UValue=info, /No_Copy
info.event_handler = 'cgSTRETCH_PRINT'
; Configure printer and print if user OKs.
result = Dialog_PrinterSetup()
IF result EQ 1 THEN BEGIN
; Are you printing the image or the histogram?
Widget_Control, event.id, Get_Value=TARGET
; I want the output on the page to have the same aspect ratio
; as I see in the display window.
cWinID = !D.Window
IF TARGET EQ 'IMAGE' THEN BEGIN
WSet, info.windex
TVLCT, info.r, info.g, info.b
ENDIF ELSE BEGIN
WSet, info.histo_wid
; Have to set up drawing colors *before* we go into the PRINTER device.
FOR j=0,N_Elements(info.colors)-1 DO color = cgColor(info.colors[j])
ENDELSE
configurePrinter = cgPSWindow(/Printer)
; Print the image.
thisDevice = !D.Name
Set_Plot, 'PRINTER', /Copy
Device, _Extra=configurePrinter
Widget_Control, Hourglass=1
IF TARGET EQ 'IMAGE' THEN BEGIN
displayImage = cgStretch_ScaleImage(info)
cgImage, displayImage, /NoInterp
ENDIF ELSE BEGIN
cgStretch_Histoplot, info, MaxValue=info.maxValue, _Extra=*info.extra
cgStretch_DrawLines, info.minThresh, info.maxThresh, info
ENDELSE
Widget_Control, Hourglass=0
Device, /Close_Document
Set_Plot, thisDevice
IF cWinID GT 0 THEN WSet, cWinID
ENDIF
; Put the info structure back.
Widget_Control, event.top, Set_UValue=info, /No_Copy
END ;-------------------------------------------------------------------
;+
; This event handler ONLY responds to button down events from the
; draw widget. If it gets a DOWN event, it does two things: (1) finds
; out which threshold line is to be moved, and (2) changes the
; event handler for the draw widget to cgSTRETCH_MOVELINE.
;
; :Params:
; event: in, required
; The event structure.
;-
PRO cgSTRETCH_PROCESS_EVENTS, event
; Error Handling.
Catch, theError
IF theError NE 0 THEN BEGIN
Catch, /Cancel
ok = cgErrorMsg(/Traceback)
IF N_Elements(info) NE 0 THEN Widget_Control, event.top, Set_UValue=info, /No_Copy
RETURN
ENDIF
possibleEventTypes = [ 'DOWN', 'UP', 'MOTION', 'SCROLL' ]
thisEvent = possibleEventTypes[event.type]
IF thisEvent NE 'DOWN' THEN RETURN
; Must be DOWN event to get here, so get info structure.
Widget_Control, event.top, Get_UValue=info, /No_Copy
info.event_handler = 'cgSTRETCH_PROCESS_EVENTS'
; Make sure you have the correct plotting environment.
current_bangp = !P
current_bangx = !X
current_bangy = !Y
!P = info.pbang
!X = info.xbang
!Y = info.ybang
; Convert the device coordinates to data coordinates.
; Have to have scaling factors for conversion.
cWinID = !D.Window
Wset, info.histo_wid
TVLCT, info.r, info.g, info.b
coords = Convert_Coord(event.x, event.y, 0, /Device, /To_Data)
; Is this event close to a line? If not, ignore it.
; Click has to be inside the graph in the y direction.
IF coords[1] LT info.ymin OR coords[1] GT info.ymax THEN BEGIN
Widget_Control, event.top, Set_UValue=info, /No_Copy
; Put the info structure back into its storage location.; Set things back.
!P = current_bangp
!X = current_bangx
!Y = current_bangy
IF cWinID GT 0 THEN WSet, cWinID
RETURN
ENDIF
; How close to either line are you?
closemin = Abs(info.minthresh - coords[0])
closemax = Abs(info.maxthresh - coords[0])
IF closemin LE closemax THEN info.lineby = 'MIN' ELSE info.lineby = 'MAX'
; If you are not close to a line, goodbye!
CASE info.lineby OF
'MIN': BEGIN
IF closemin GT info.close THEN BEGIN
Widget_Control, event.top, Set_UValue=info, /No_Copy
; Put the info structure back into its storage location.; Set things back.
!P = current_bangp
!X = current_bangx
!Y = current_bangy
IF cWinID GT 0 THEN WSet, cWinID
RETURN
ENDIF
END
'MAX': BEGIN
IF closemax GT info.close THEN BEGIN
Widget_Control, event.top, Set_UValue=info, /No_Copy
; Put the info structure back into its storage location.; Set things back.
!P = current_bangp
!X = current_bangx
!Y = current_bangy
IF cWinID GT 0 THEN WSet, cWinID
RETURN
ENDIF
END
ENDCASE
; Change the event handler for the draw widget and turn MOTION
; events ON.
Widget_Control, event.id, Event_Pro='cgSTRETCH_MOVELINE', Draw_Motion_Events=1
; Put the info structure back into its storage location.; Set things back.
!P = current_bangp
!X = current_bangx
!Y = current_bangy
IF cWinID GT 0 THEN WSet, cWinID
Widget_Control, event.top, Set_UValue=info, /No_Copy
END ; of cgSTRETCH_PROCESS_EVENTS *********************************************
;+
; This event handler continuously draws and erases a threshold line
; until it receives an UP event from the draw widget. Then it turns
; draw widget motion events OFF and changes the event handler for the
; draw widget back to cgSTRETCH_PROCESS_EVENTS.
;
; :Params:
; event: in, required
; The event structure.
;-
PRO cgSTRETCH_MOVELINE, event
; Error Handling.
Catch, theError
IF theError NE 0 THEN BEGIN
Catch, /Cancel
ok = cgErrorMsg(/Traceback)
IF N_Elements(info) NE 0 THEN Widget_Control, event.top, Set_UValue=info, /No_Copy
RETURN
ENDIF
; Get the info structure out of the top-level base.
Widget_Control, event.top, Get_UValue=info, /No_Copy
info.event_handler = 'cgSTRETCH_MOVELINE'
; Learn the type of the image data for later testing.
imageType = Size(*info.image, /TYPE)
; Make sure you have the correct plotting environment.
IF Size(*info.image, /Type) LE 3 THEN format = '(I0)' ELSE format='(F0)'
current_bangp = !P
current_bangx = !X
current_bangy = !Y
!P = info.pbang
!X = info.xbang
!Y = info.ybang
cWinID = !D.Window
; Load image colors.
TVLCT, info.r, info.g, info.b
; What type of an event is this?
possibleEventTypes = [ 'DOWN', 'UP', 'MOTION', 'SCROLL' ]
thisEvent = possibleEventTypes[event.type]
IF thisEvent EQ 'UP' THEN BEGIN
; If this is an UP event, set the draw widget's event handler back
; to cgSTRETCH_PROCESS_EVENTS, turn MOTION events OFF, and apply the
; new threshold parameters to the image.
; Erase the last theshold line drawn.
cWinID = !D.Window
WSet, info.histo_wid
TVLCT, info.r, info.g, info.b
Device, Copy = [0, 0, info.pix_xsize, info.pix_ysize, 0, 0, info.pixmap]
; Turn motion events off and redirect the events to cgSTRETCH_PROCESS_EVENTS.
Widget_Control, event.id, Draw_Motion_Events=0, $
Event_Pro='cgStretch_Process_Events'
; Convert the event device coordinates to data coordinates.
coord = Convert_Coord(event.x, event.y, /Device, /To_Data)
coord = cgStretch_Validate_Threshold(coord, info)
; Make sure the coordinate is between the other line and
; still inside the plot.
range = info.xmax - info.xmin
closest = range * 0.005
CASE info.lineby OF
'MIN': BEGIN
coord[0] = coord[0] > info.xmin
coord[0] = coord[0] < (info.maxThresh - closest)
END
'MAX': BEGIN
coord[0] = coord[0] > (info.minThresh + closest)
coord[0] = coord[0] < info.xmax
END
ENDCASE
; You can get into trouble is this value goes beyond certain bounds and
; is of different type from the data.
IF (imageType EQ 1) THEN coord[0] = 0 > coord[0] < 255
IF (imageType EQ 2) THEN coord[0] = Round(coord[0])
IF (imageType EQ 3) THEN coord[0] = Round(coord[0])
IF (imageType GE 12) THEN coord[0] = Round(coord[0])
; Draw both of the threshold lines again.
CASE info.lineby OF
'MIN': BEGIN
cgStretch_DrawLines, coord[0], info.maxThresh, info
info.minThresh = coord[0]
info.minThreshObj -> Set_Value, $
cgNumber_Formatter(cgSTRETCH_VALIDATE_THRESHOLD(info.minThresh, info), Decimals=3), /FloatValue
END
'MAX': BEGIN
cgStretch_DrawLines, info.minThresh, coord[0], info
info.maxThresh = coord[0]
info.maxThreshObj -> Set_Value, $
cgNumber_Formatter(cgSTRETCH_VALIDATE_THRESHOLD(info.maxThresh, info), Decimals=3), /FloatValue
END
ENDCASE
; Update the image display by appling the threshold parameters.
; Be sure the image draw widget is still around. Make it if it isn't.
displayImage = cgStretch_ScaleImage(info)
cgStretch_NotifyOthers, info
IF NOT info.no_window THEN BEGIN
IF Widget_Info(info.image_draw, /Valid_ID) THEN BEGIN
WSet, info.windex
WShow, info.windex
TVLCT, info.r, info.g, info.b
cgImage, displayImage, /NoInterp
ENDIF ELSE BEGIN
imageSize = Size(*info.image)
xsize = imageSize(1)
ysize = imageSize(2)
aspect = Float(xsize)/ysize
IF xsize GT 512 OR ysize GT 512 THEN BEGIN
IF xsize NE ysize THEN BEGIN
aspect = Float(ysize) / xsize
IF aspect LT 1 THEN BEGIN
xsize = 512
ysize = (512 * aspect) < 512
ENDIF ELSE BEGIN
ysize = 512
xsize = (512 / aspect) < 512
ENDELSE
ENDIF
ENDIF
Widget_Control, event.top, TLB_Get_Offset=offsets, TLB_Get_Size=sizes
xoff = offsets[0] + sizes[0] + 20
yoff = offsets[1]
image_tlb = Widget_Base(Row=1, Group=event.top, Title='cgStretch Image', $
XOffSet=xoff, YOffSet=yoff, TLB_Size_Events=1, XPad=0, YPad=0)
image_draw = Widget_Draw(image_tlb, XSize=xsize, YSize=ysize)
Widget_Control, image_tlb, /Realize, Set_UValue=event.top
Widget_Control, image_draw, Get_Value=windex
info.image_draw = image_draw
info.windex = windex
cgImage, displayImage, /NoInterp
XManager, 'cgstretch_image', image_tlb, Event_Handler='cgStretch_Image_Resize', /No_Block
Widget_Control, info.saveas, Sensitive=1
Widget_Control, info.printit, Sensitive=1
Widget_Control, info.colorsID, Sensitive=1
ENDELSE
ENDIF
; Update the pixmap with histogram with no threshold lines.
cgStretch_Histoplot, info, WID=info.pixmap, $
MaxValue=info.maxValue, _Extra=*info.extra
; Put the info structure back into its storage location and then,
; out of here!
Widget_Control, event.top, Set_UValue=info, /No_Copy
IF cWinID GT 0 THEN WSet, cWinID
RETURN
ENDIF ; thisEvent = UP
; Most of the action in this event handler occurs here while we are waiting
; for an UP event to occur. As long as we don't get it, keep erasing the
; old threshold line and drawing a new one.
; Get current window and scaling parameters in order.
WSet, info.histo_wid
TVLCT, info.r, info.g, info.b
!P = info.pbang
!X = info.xbang
!Y = info.ybang
coord = Convert_Coord(event.x, event.y, /Device, /To_Data)
coord[0] = cgStretch_Validate_Threshold(coord[0], info)
; Draw the "other" line on the pixmap (so you don't have to draw
; it all the time).
WSet, info.pixmap
CASE info.lineby OF
'MIN': BEGIN
cmax = Convert_Coord(info.maxThresh, 0, /Data, /To_Normal)
PlotS, [info.maxthresh, info.maxthresh],[info.ymin, info.ymax], $
Color=cgColor(info.colors[3]), Thick=2
XYOuts, cmax[0], 0.90, /Normal, cgNumber_Formatter(cgStretch_Validate_Threshold(info.maxThresh, info), Decimals=3), $
Color=cgColor(info.colors[3]), Alignment=0.0, Font=0
END
'MAX': BEGIN
cmin = Convert_Coord(info.minThresh, 0, /Data, /To_Normal)
PlotS, [info.minthresh, info.minthresh],[info.ymin, info.ymax], $
Color=cgColor(info.colors[2]), Thick=2
XYOuts, cmin[0], 0.90, /Normal, cgNumber_Formatter(cgStretch_Validate_Threshold(info.minThresh, info), Decimals=3), $
Color=cgColor(info.colors[2]), Alignment=1.0, Font=0
END
ENDCASE
; Erase the old threshold line.
WSet, info.histo_wid
TVLCT, info.r, info.g, info.b
Device, Copy = [0, 0, info.pix_xsize, info.pix_ysize, 0, 0, info.pixmap]
; You can get into trouble is this value goes beyond certain bounds and
; is of different type from the data.
IF (imageType EQ 1) THEN coord[0] = 0 > coord[0] < 255
IF (imageType EQ 2) THEN coord[0] = Round(coord[0])
IF (imageType EQ 3) THEN coord[0] = Round(coord[0])
IF (imageType GE 12) THEN coord[0] = Round(coord[0])
; Draw the new line at the new coordinate. Make sure the coordinate
; is inside the plot and doesn't go over the other line.
CASE info.lineby OF
'MIN': BEGIN
coord[0] = coord[0] > (info.xmin)
coord[0] = coord[0] < (info.maxThresh)
info.minThreshObj -> Set_Value, cgNumber_Formatter(cgSTRETCH_VALIDATE_THRESHOLD(coord[0], info), Decimals=3), /FloatValue
END
'MAX': BEGIN
coord[0] = coord[0] > (info.minThresh)
coord[0] = coord[0] < (info.xmax )
info.maxThreshObj -> Set_Value, cgNumber_Formatter(cgSTRETCH_VALIDATE_THRESHOLD(coord[0], info), Decimals=3), /FloatValue
END
ENDCASE
cmax = Convert_Coord(info.maxThresh, 0, /Data, /To_Normal)
cmin = Convert_Coord(info.minThresh, 0, /Data, /To_Normal)
theCoord = cgStretch_Validate_Threshold(coord[0], info)
CASE info.lineby OF
'MIN': BEGIN
PlotS, [coord[0], coord[0]],[info.ymin, info.ymax], Color=cgColor(info.colors[2]), Thick=2
XYOuts, Float(event.x)/!D.X_Size, 0.90, /Normal, cgNumber_Formatter(thecoord, Decimals=3), $
Color=cgColor(info.colors[2]), Alignment=1.0, Font=0
END
'MAX': BEGIN
PlotS, [coord[0], coord[0]],[info.ymin, info.ymax], Color=cgColor(info.colors[3]), Thick=2
XYOuts, Float(event.x)/!D.X_Size, 0.90, /Normal, cgNumber_Formatter(thecoord, Decimals=3), $
Color=cgColor(info.colors[3]), Alignment=0.0, Font=0
END
ENDCASE
; Set things back.
!P = current_bangp
!X = current_bangx
!Y = current_bangy
IF cWinID GT 0 THEN WSet, cWinID
; Put the info structure back into its storage location.
Widget_Control, event.top, Set_UValue=info, /No_Copy
END ; of cgSTRETCH_MOVELINE **************************************************
;+
; The event handler restores the original stretch parameters.
;
; :Params:
; event: in, required
; The event structure.
;-
PRO cgSTRETCH_RESTORE, event
; Error Handling.
Catch, theError
IF theError NE 0 THEN BEGIN
Catch, /Cancel
ok = cgErrorMsg(/Traceback)
IF N_Elements(info) NE 0 THEN Widget_Control, event.top, Set_UValue=info, /No_Copy
RETURN
ENDIF
; Get the info structure out of the top-level base.
Widget_Control, event.top, Get_UValue=info, /No_Copy
info.event_handler = 'cgSTRETCH_RESTORE'
; Get the current mapped base.
currentMappedBase = info.currentMappedBase
IF Widget_Info(currentMappedBase, /VALID_ID) THEN Widget_Control, info.currentMappedBase, Map=0
; Get the originalSetup pointer
originalSetup = info.originalSetup
info = *info.originalSetup
info = Create_Struct(info, 'OriginalSetup', originalSetup)
; Validitate the threshold values. Have to do this AFTER setting xmin/xmax.
info.minThresh = cgSTRETCH_VALIDATE_THRESHOLD(info.minThresh, info)
info.maxThresh = cgSTRETCH_VALIDATE_THRESHOLD(info.maxThresh, info)
info.minThreshObj -> Set_Value, cgNumber_Formatter(info.minThresh, Decimals=3), /FloatValue
info.maxThreshObj -> Set_Value, cgNumber_Formatter(info.maxThresh, Decimals=3), /FloatValue
; Determine scaling type.
type = info.type
possibleTypes = ['LINEAR', 'GAMMA', 'LOG', 'ASINH', 'LINEAR 2%', 'SQUARE ROOT', 'EQUALIZATION', 'GAUSSIAN', 'STDDEV']
IF N_Elements(type) EQ 0 THEN type = 'LINEAR'
IF Size(type, /TName) EQ 'STRING' THEN BEGIN
type = StrUpCase(type)
index = WHERE(possibleTypes EQ type, count)
IF count EQ 0 THEN Message, 'Cannot find specified stretch type: ' + type
ENDIF ELSE BEGIN
type = 0 > Fix(type) < 8
type = possibleTypes[type]
ENDELSE
; Realize the proper controls.
CASE type OF
'LOG': BEGIN
Widget_Control, info.logBaseID, Map=1
info.currentMappedBase = info.logBaseID
info.param1Obj -> Set_Value, info.mean
info.param2Obj -> Set_Value, info.exponent
END
'GAMMA': BEGIN
Widget_Control, info.gammaBaseID, Map=1
info.currentMappedBase = info.gammaBaseID
Widget_Control, info.gamma_comboID, Set_Value=StrTrim(info.gamma,2)
END
'ASINH': BEGIN
Widget_Control, info.asinhBaseID, Map=1
info.currentMappedBase = info.asinhBaseID
Widget_Control, info.asinh_comboID, Set_Value=StrTrim(info.beta,2)
END
'GAUSSIAN': BEGIN
Widget_Control, info.gaussBaseID, Map=1
info.currentMappedBase = info.gaussBaseID
info.sigmaObj -> Set_Value, info.sigma
END
'STDDEV': BEGIN
Widget_Control, info.stddevBaseID, Map=1
info.currentMappedBase = info.stddevBaseID
info.multiplierObj -> Set_Value, info.multipler
END
ELSE: info.currentMappedBase = -1L
ENDCASE
types = StrUpCase(['Linear', 'Linear 2%', 'Gamma', 'Log', 'Square Root', 'Asinh', 'Equalization', 'Gaussian', 'StdDev'])
index = Where(types EQ type) ; Necessary for backward compatibility and for my ordering in pull-down.
info.scaleID -> SetIndex, index[0] > 0
; Draw histogram.
cgStretch_Histoplot, info, WID=info.histo_wid, $
MaxValue=info.maxValue, _Extra=*info.extra
; Draw histogram in pixmap
cgStretch_Histoplot, info, WID=info.pixmap, $
MaxValue=info.maxValue, _Extra=*info.extra
; Draw threshold lines.
cgStretch_DrawLines, info.minThresh, info.maxThresh, info
; Display the image after thresholding.
displayImage = cgStretch_ScaleImage(info)
IF NOT Keyword_Set(info.no_window) THEN BEGIN
WSet, info.windex
TVLCT, info.r, info.g, info.b
WShow, info.windex
cgImage, displayImage, /NoInterp, _Extra=*info.extra
ENDIF
; Notify others.
cgStretch_NotifyOthers, info
; Put the info structure back.
Widget_Control, event.top, Set_UValue=info, /No_Copy
END
;+
; The event handler handles events from the Stretch Type buttons.
;
; :Params:
; event: in, required
; The event structure.
;-
PRO cgSTRETCH_STRETCHTYPE, event
; Error Handling.
Catch, theError
IF theError NE 0 THEN BEGIN
Catch, /Cancel
ok = cgErrorMsg(/Traceback)
IF N_Elements(info) NE 0 THEN Widget_Control, event.top, Set_UValue=info, /No_Copy
RETURN
ENDIF
; Get the info structure out of the top-level base.
Widget_Control, event.top, Get_UValue=info, /No_Copy
info.event_handler = 'cgSTRETCH_STRETCHTYPE'
; Hourglass cursor.
IF Widget_Info(info.histo_draw, /VALID_ID) THEN Widget_Control, /HOURGLASS
; What is the new type?
selection = event.self -> GetSelection()
; Always start min and max thresholds fresh when moving from one stretch to another.
IF info.type NE selection THEN BEGIN
CASE StrUpCase(selection) OF
'SQUARE ROOT': info.minThresh = MIN(SQRT(*info.image), MAX=maxthresh)
'EQUALIZATION': info.minThresh = MIN(HIST_EQUAL(*info.image), MAX=maxthresh)
'STDDEV': BEGIN
mean = Mean(*info.image, /NAN)
stddev = StdDev(*info.image, /NAN)
info.minThresh = mean - (stddev * info.multiplier)
maxThresh = mean + (stddev * info.multiplier)
END
'LINEAR 2%': BEGIN
; Calculate binsize.
maxr = Max(Double(*info.image), MIN=minr, /NAN)
range = maxr - minr
CASE Size(*info.image, /TName) OF
'BYTE': binsize = 1
'INT': binsize = 1 > Round(range / 300.)
'LONG': binsize = 1 > Round(range / 300.)
'UINT': binsize = 1 > Round(range / 300.)
'ULONG': binsize = 1 > Round(range / 300.)
'LONG64': binsize = 1 > Round(range / 300.)
'ULONG64': binsize = 1 > Round(range / 300.)
ELSE: binsize = range / 300.
ENDCASE
h = Histogram(/NAN, *info.image, BINSIZE=binsize, OMIN=omin, OMAX=omax)
n = N_Elements(*info.image)
cumTotal = Total(h, /CUMULATIVE)
minIndex = Value_Locate(cumTotal, n * 0.02)
IF minIndex EQ -1 THEN minIndex = 0
WHILE cumTotal[minIndex] EQ cumTotal[minIndex + 1] DO BEGIN
minIndex = minIndex + 1
ENDWHILE
info.minThresh = minIndex * binsize + omin
maxIndex = Value_Locate(cumTotal, n * 0.98)
WHILE cumTotal[maxIndex] EQ cumTotal[maxIndex - 1] DO BEGIN
maxIndex = maxIndex - 1
ENDWHILE
maxThresh = maxIndex * binsize + omin
END
ELSE: info.minThresh = MIN(*info.image, MAX=maxthresh)
ENDCASE
info.maxThresh = maxthresh
ENDIF
; Store the selection type.
info.type = StrUpCase(selection)
CASE info.type OF
'LINEAR': BEGIN
IF Widget_Info(info.currentMappedBase, /Valid_ID) THEN $
Widget_Control, info.currentMappedBase, Map=0
END
'LINEAR 2%': BEGIN
IF Widget_Info(info.currentMappedBase, /Valid_ID) THEN $
Widget_Control, info.currentMappedBase, Map=0
END
'ADAPTIVE EQUALIZATION': BEGIN
IF Widget_Info(info.currentMappedBase, /Valid_ID) THEN $
Widget_Control, info.currentMappedBase, Map=0
END
'EQUALIZATION': BEGIN
IF Widget_Info(info.currentMappedBase, /Valid_ID) THEN $
Widget_Control, info.currentMappedBase, Map=0
END
'SQUARE ROOT': BEGIN
IF Widget_Info(info.currentMappedBase, /Valid_ID) THEN $
Widget_Control, info.currentMappedBase, Map=0
END
'GAMMA': BEGIN
IF Widget_Info(info.currentMappedBase, /Valid_ID) THEN $
Widget_Control, info.currentMappedBase, Map=0
Widget_Control, info.gammaBaseID, Map=1
info.currentMappedBase = info.gammaBaseID
END
'GAUSSIAN': BEGIN
IF Widget_Info(info.currentMappedBase, /Valid_ID) THEN $
Widget_Control, info.currentMappedBase, Map=0
Widget_Control, info.gaussBaseID, Map=1
info.currentMappedBase = info.gaussBaseID
END
'LOG': BEGIN
IF Widget_Info(info.currentMappedBase, /Valid_ID) THEN $
Widget_Control, info.currentMappedBase, Map=0
Widget_Control, info.logBaseID, Map=1
info.currentMappedBase = info.logBaseID
END
'COMPRESSION': BEGIN
IF Widget_Info(info.currentMappedBase, /Valid_ID) THEN $
Widget_Control, info.currentMappedBase, Map=0
Widget_Control, info.compressBaseID, Map=1
info.currentMappedBase = info.compressBaseID
END
'ASINH': BEGIN
IF Widget_Info(info.currentMappedBase, /Valid_ID) THEN $
Widget_Control, info.currentMappedBase, Map=0
Widget_Control, info.asinhBaseID, Map=1
info.currentMappedBase = info.asinhBaseID
END
'STDDEV': BEGIN
IF Widget_Info(info.currentMappedBase, /Valid_ID) THEN $
Widget_Control, info.currentMappedBase, Map=0
Widget_Control, info.stddevBaseID, Map=1
info.currentMappedBase = info.stddevBaseID
END
ENDCASE
; Draw histogram.
cgStretch_Histoplot, info, WID=info.histo_wid, $
MaxValue=info.maxValue, _Extra=*info.extra
; Draw histogram in pixmap
cgStretch_Histoplot, info, WID=info.pixmap, $
MaxValue=info.maxValue, _Extra=*info.extra
; Draw threshold lines.
cgStretch_DrawLines, info.minThresh, info.maxThresh, info
; Display the image after thresholding.
displayImage = cgStretch_ScaleImage(info)
IF NOT Keyword_Set(info.no_window) THEN BEGIN
WSet, info.windex
TVLCT, info.r, info.g, info.b
WShow, info.windex
cgImage, displayImage, /NoInterp, _Extra=*info.extra
ENDIF
; Notify others of image change.
cgStretch_NotifyOthers, info
; Put the info structure back into the top-level base.
Widget_Control, event.top, Set_UValue=info, /No_Copy
END ;-------------------------------------------------------------------
;+
; The event handler that deals with the QUIT button.
;
; :Params:
; event: in, required
; The event structure.
;-
PRO cgSTRETCH_QUIT, event
Widget_Control, event.top, /Destroy
END ; of cgSTRETCH_QUIT ******************************************************
;+
; The event handler that deals setting image colors
;
; :Params:
; event: in, required
; The event structure.
;-
PRO cgSTRETCH_COLORS, event
; Error Handling.
Catch, theError
IF theError NE 0 THEN BEGIN
Catch, /Cancel
ok = cgErrorMsg(/Traceback)
IF N_Elements(info) NE 0 THEN Widget_Control, event.top, Set_UValue=info, /No_Copy
RETURN
ENDIF
Widget_Control, event.top, Get_UValue=info, /No_Copy
info.event_handler = 'cgSTRETCH_COLORS'
cWinID = !D.Window
thisEvent = Tag_Names(event, /Structure_Name)
CASE thisEvent OF
'WIDGET_BUTTON': BEGIN
TVLCT, info.r, info.g, info.b
XColors, Group=event.top, NotifyID=[event.id, event.top], BREWER=info.brewer
END
'XCOLORS_LOAD': BEGIN
Device, Get_Visual_Depth=thisDepth
IF thisDepth GT 8 THEN BEGIN
displayImage = cgStretch_ScaleImage(info)
IF info.no_window EQ 0 THEN BEGIN
info.r = event.r
info.g = event.g
info.b = event.b
TVLCT, info.r, info.g, info.b
WShow, info.windex
WSet, info.windex
cgImage, displayImage, /NoInterp
ENDIF
cgStretch_NotifyOthers, info
ENDIF
END
ENDCASE
IF cWinID GT 0 THEN WSet, cWinID
Widget_Control, event.top, Set_UValue=info, /No_Copy
END ; of cgSTRETCH_COLORS ****************************************************
;+
; The event handler that deals with the setting of the Max Value widget.
;
; :Params:
; event: in, required
; The event structure.
;-
PRO cgSTRETCH_MAXVALUE, event
; Error Handling.
Catch, theError
IF theError NE 0 THEN BEGIN
Catch, /Cancel
ok = cgErrorMsg(/Traceback)
IF N_Elements(info) NE 0 THEN Widget_Control, event.top, Set_UValue=info, /No_Copy
RETURN
ENDIF
Widget_Control, event.top, Get_UValue=info, /No_Copy
info.event_handler = 'cgSTRETCH_MAXVALUE'
cWinID = !D.Window
; Get the new max value.
Widget_Control, info.pixelDensityID, SET_BUTTON=0
Widget_Control, event.id, Get_UValue=maxValue, SET_BUTTON=1
info.maxValue = maxValue
info.pixelDensityID = event.id
; Update the histogram plot.
cgStretch_Histoplot, info, WID=info.histo_wid, $
MaxValue=info.maxValue, _Extra=*info.extra
; Draw threshold lines on the histogram plot.
cgStretch_DrawLines, info.minthresh, info.maxthresh, info
; Update the pixmap with histogram with no threshold lines.
cgStretch_Histoplot, info, WID=info.pixmap, $
MaxValue=info.maxValue, _Extra=*info.extra
IF cWinID GT 0 THEN WSet, cWinID
Widget_Control, event.top, Set_UValue=info, /No_Copy
END ;-------------------------------------------------------------------------
;+
; The event handler that deals with resizing the image window.
;
; :Params:
; event: in, required
; The event structure.
;-
PRO cgSTRETCH_IMAGE_RESIZE, event
; Error Handling.
Catch, theError
IF theError NE 0 THEN BEGIN
Catch, /Cancel
ok = cgErrorMsg(/Traceback)
IF N_Elements(info) NE 0 THEN Widget_Control, event.top, Set_UValue=info, /No_Copy
RETURN
ENDIF
cWinID = !D.Window
Widget_Control, event.top, Get_UValue=histoTLB
Widget_Control, histoTLB, Get_UValue=info, /No_Copy
info.event_handler = 'cgSTRETCH_IMAGE_RESIZE'
; Hourglass cursor.
IF Widget_Info(info.histo_draw, /VALID_ID) THEN Widget_Control, /HOURGLASS
; I would like to maintain the window aspect ratio the same as the
; image aspect ratio.
dims = Size(*info.image, /Dimensions)
xsize = dims[0]
ysize = dims[1]
maxWindowSize = Max([event.x, event.y])
IF xsize NE ysize THEN BEGIN
aspect = Float(ysize) / xsize
IF aspect LT 1 THEN BEGIN
xsize = maxWindowSize
ysize = (maxWindowSize * aspect) < maxWindowSize
ENDIF ELSE BEGIN
ysize = maxWindowSize
xsize = (maxWindowSize / aspect) < maxWindowSize
ENDELSE
ENDIF ELSE BEGIN
ysize = maxWindowSize
xsize = maxWindowSize
ENDELSE
Widget_Control, info.image_draw, Draw_XSize=xsize, Draw_YSize=ysize
WSet, info.windex
displayImage = cgStretch_ScaleImage(info)
TVLCT, info.r, info.g, info.b
cgImage, displayImage, /NoInterp
cgStretch_NotifyOthers, info
Widget_Control, histoTLB, Set_UValue=info, /No_Copy
IF cWinID GT 0 THEN WSet, cWinID
END ; of cgSTRETCH_IMAGE_RESIZE **********************************************
;+
; The event handler that deals with resizing the histogram window.
;
; :Params:
; event: in, required
; The event structure.
;-
PRO cgSTRETCH_HISTOGRAM_RESIZE, event
; Error Handling.
Catch, theError
IF theError NE 0 THEN BEGIN
Catch, /Cancel
void = cgErrorMsg()
IF N_Elements(info) NE 0 THEN Widget_Control, event.top, Set_UValue=info, /No_Copy
RETURN
ENDIF
Widget_Control, event.top, Get_UValue=info, /No_Copy
info.event_handler = 'cgSTRETCH_HISTOGRAM_RESIZE'
cWinID = !D.Window
Widget_Control, info.histo_draw, Draw_XSize=event.x > info.min_xsize, Draw_YSize=(event.y - info.pbase_ysize) > 150
; Draw the plot.
cgStretch_Histoplot, info, WID=info.histo_wid, $
MaxValue=info.maxValue, _Extra=*info.extra
; Put the same plot in the pixmap.
WDelete, info.pixmap
Window, /Free, XSize=event.x > info.min_xsize, YSize=(event.y - info.pbase_ysize) > 150, /Pixmap
info.pixmap = !D.Window
info.pix_xsize = event.x > info.min_xsize
info.pix_ysize = (event.y - info.pbase_ysize) > 150
Device, Copy=[0, 0, info.pix_xsize, info.pix_ysize, 0, 0, info.histo_wid]
; Save the scaling factors for calculating data coordinates.
info.pbang = !P
info.xbang = !X
info.ybang = !Y
info.ymin = !Y.CRange[0]
info.ymax = !Y.CRange[1]
info.xmin = !X.CRange[0]
info.xmax = !X.CRange[1]
; Draw threshold lines on the histogram plot.
cgStretch_DrawLines, info.minThresh, info.maxThresh, info
IF cWinID GT 0 THEN WSet, cWinID
Widget_Control, event.top, Set_UValue=info, /No_Copy
END ; of cgSTRETCH_COLORS ****************************************************
;+
; The widget clean-up routine.
;
; :Params:
; tlb: in, required
; The identifier of the widget that died.
;-
PRO cgSTRETCH_CLEANUP, tlb
Widget_Control, tlb, Get_UValue=info
IF N_Elements(info) NE 0 THEN BEGIN
IF info.newPointer THEN Ptr_Free, info.image
Ptr_Free, info.uvalue
Ptr_Free, info.originalSetup
Ptr_Free, info.extra
Ptr_Free, info.exclude
WDelete, info.pixmap
ENDIF
END ;---------------------------------------------------------------------
;+
; The widget definition module for this interative contrast stretching program.
;
; :Params:
; theimage: in, required
; The image data to be stretched. It must be 2D array or a pointer to a 2D array.
;
; :Keywords:
; beta: in, optional, type=float, default=3.0
; The beta factor in a Hyperpolic Sine stretch.
; block: in, optional, type=boolean, default=0
; Set this keyword if you wish the program to be a blocking widget.
; brewer: in, optional, type=boolean, default=0
; Set this keyword if you wish to use the Brewer color tables.
; colors: in, optional, type=string
; A five element string array, listing the colors for drawing the
; histogram plot. If a particular color is represented as a null string, then the
; default for that color is used. The colors are used as follows::
; colors[0] : Background color. Default: "white".
; colors[1] : Axis color. Default: "black".
; colors[2] : Min threshold color. Default: "firebrick".
; colors[3] : Max threshold color. Default: "steel blue".
; colors[4] : ASinh color. Default: "grn6".
; colors[5] : Histogram color. Default: "charcoal".
; colortable: in, optional, type=integer, default=0
; The color table to display the image in. By default, gray-scale colors.
; constant: in, optional, type=float, default = 1.0
; The constant value in a logarithmic stretch.
; exclude: in, optional, type=numeric
; The value to exclude in a standard deviation stretch.
; exponent: in, optional, type=float, default=4.0
; The logarithm exponent in a logarithmic stretch.
; filename: in, optional, type=string
; If no image is supplied as a positional parameter, this keyword can be
; used to specify the name of an image file to read with ImageSelect.
; gamma: in, optional, type=float, default=1.5
; The gamma factor in a gamma stretch.
; group_leader: in, optional, type=integer
; The identifier of the widget group leader is this program is called from within
; a widget program.
; max_value: in, optional, type=varies
; Use this keyword to assign a maximun value for the normalized Histogram Plot.
; Images with lots of pixels of one color (e.g. black) skew the histogram. This
; helps make a better looking plot. Set by default to the maximum value of the
; histogram data.
; maxthresh: in, optional
; The initial maximum threshold value for the stretch.
; mean: in, optional, type=float, default=0.5
; The mean factor in a logarithmic stretch.
; minthresh: in, optional
; The initial minimun threshold value for the stretch.
; multiplier: in, optional, type=float
; The multiplication factor in a standard deviation stretch. The standard deviation
; is multiplied by this factor to produce the thresholds for a linear stretch.
; negative: in, optional, type=boolean, default=0
; Set this keyword if you want to display the image with a negative or reverse stretch.
; no_window: in, optional, type=boolean, default=0
; Set this keyword if you do no want the program to display an image window. This would
; be the case, for example, if you are displaying the image in your own window and your program
; is being notified of images changes via the `NOTIFY_PRO` or `NOTIFY_OBJ` keywords.
; notify_obj: in, optional, type=struct
; Set this keyword to a structure containing the fields OBJECT and METHOD. When the image is changed,
; the object identified in the OBJECT field will have the method identified in the METHOD
; field called. The method should be written to accept one positional parameter. The parameter passed
; to the method is a structure defined as below::
; struct = { image: stretchedImage, $ ; The stretched image.
; r: info.r, $ ; The R color vector associated with the image
; g: info.g, $ ; The G color vector associated with the image
; b: info.b, $ ; The B color vector associated with the image
; type: info.type, $ ; The TYPE of stretch applied to the image.
; minThresh: info.minThresh, $ ; The minimum threshold value.
; maxThresh: info.maxThresh, $ ; The maximum threshold value.
; beta: info.beta, $ ; The current BETA value.
; gamma: info.gamma, $ ; The current GAMMA value.
; mean: info.mean, $ ; The current MEAN value.
; exponent: info.exponent, $ ; The current EXPONENT value.
; multiplier: info.multiplier, $ ; The current MULTIPLIER value.
; sigma: info.sigma } ; The current SIGMA value.
; notify_pro: in, optional, type=string
; Set this keyword to the name of a procedure that should be notified when the image is changed.
; The procedure should be defined with one positional parameter. The parameter passed
; to the procedure is a structure defined in the `Notify_Obj` keyword..
; sigma: in, optional, type=float, default=1.0
; The sigma scale factor in a Gaussian stretch.
; title: in, optional, type=string
; The title of the histogram window. By default: 'Drag Vertical Lines to STRETCH Image Contrast'.
; type: in, optional, type=integer
; The type of stretch to be applied. May be either a string (e.g, 'GAMMA') or a number from the table below::
; Number Type of Stretch
;
; 0 Linear scaled = BytScl(image, MIN=minThresh, MAX=maxThresh)
; 1 Gamma scaled = cgGmaScl(image, MIN=minThresh, MAX=maxThresh, Gamma=gamma)
; 2 Log scaled = cgLogScl(image, MIN=minThresh, MAX=maxThresh, Constant=constant)
; 3 Asinh scaled = cgAsinhScl(image, MIN=minThresh, MAX=maxThresh, Beta=beta)
; 4 Linear 2% A linear stretch, with 2 percent of pixels clipped at both the top and bottom
; 5 Square Root A linear stretch of the square root histogram of the image values.
; 6 Equalization A linear stretch of the histogram equalized image histogram.
; 7 Gaussian A Gaussian normal function is applied to the image histogram.
; 8 StdDev The image is stretched linearly based on its mean and a multiple of its standard deviation.
; 9 Compression scaled = cgCompressScl(image, MIN=minThresh, MAX=maxThresh, Mean=mean, Exponent=exponent)
; uvalue: in, optional
; Any IDL variable can be stored in this keyword.
; xpos: in, optional, type=integer, default=100
; The X position of the histogram window in pixels from upper-left of display.
; ypos: in, optional, type=integer, default=100
; The Y position of the histogram window in pixels from upper-left of display.
;
;-
PRO cgSTRETCH, theImage, $
Beta=beta, $
Block=block, $
Brewer=brewer, $
Colors=colors, $
Colortable=ctable, $
Constant=constant, $
Exclude=exclude, $
Exponent=exponent, $
Filename=filename, $
Gamma=gamma, $
Group_Leader=group, $
MinThresh=minThresh, $
MaxThresh=maxThresh, $
Max_Value=maxvalue, $
Multiplier=multiplier, $
Mean=mean, $
Negative=negative, $
No_Window=no_window, $
Notify_Obj=notify_obj, $
Notify_Pro=notify_pro, $
Sigma=sigma, $
Title=title, $
Type=type, $
UValue=uvalue, $
XPos=xpos, $
YPos=ypos, $
_EXTRA=extra
; Error Handling.
Catch, theError
IF theError NE 0 THEN BEGIN
Catch, /Cancel
ok = cgErrorMsg(/Traceback)
RETURN
ENDIF
; Set up environment.
Compile_Opt idl2
; Initial values of some variables.
cWinID = !D.Window
histXsize = 400
histYsize = 220
; Did you specify a filename?
IF N_Elements(filename) NE 0 AND N_Elements(theImage) EQ 0 THEN BEGIN
IF filename NE "" THEN BEGIN
theImage = ImageSelect(Filename=filename, Cancel=cancelled, Palette=palette, /Silent)
IF cancelled THEN RETURN
ENDIF
ENDIF
; Need an image?
IF N_Elements(theImage) EQ 0 THEN BEGIN
file = Filepath(SubDir=['examples', 'data'], 'ctscan.dat')
theImage = BytArr(256, 256)
OpenR, lun, file, /GET_LUN
ReadU, lun, theImage
Free_LUN, lun
ENDIF
; Is image a pointer? If not, make it one.
IF Size(theImage, /TName) NE 'POINTER' THEN BEGIN
image = Ptr_New(theImage)
newPointer = 1
datatype = Size(theImage, /TNAME)
ENDIF ELSE BEGIN
image = theImage
newPointer = 0
datatype = Size(*theImage, /TNAME)
ENDELSE
; All kinds of havoc if I work with BYTE data, so do conversion here.
IF datatype EQ 'BYTE' THEN *image = Temporary(Fix(*image))
; Check for underflow of values near 0. Yuck! Necessary with gnarly data.
curExcept = !Except
!Except = 0
i = Where(*image GT -1e-35 AND *image LT 1e-35, count)
IF count GT 0 THEN (*image)[i] = 0.0
void = Check_Math()
!Except = curExcept
dims = Image_Dimensions(*image, XSize=xsize, YSize=ysize, TrueIndex=true)
IF N_Elements(dims) LT 2 OR N_Elements(dims) GT 3 THEN Message, 'Must pass a 2D or 24-bit image'
IF true NE -1 THEN BEGIN
CASE true OF
0: *image = Transpose(*image, [1, 2, 0])
1: *image = Transpose(*image, [0, 2, 1])
ELSE:
ENDCASE
ENDIF
; Default values for keywords.
IF N_Elements(beta) EQ 0 THEN beta = 3 ELSE beta = beta > 0.0
brewer = Keyword_Set(brewer)
IF N_Elements(colors) EQ 0 THEN BEGIN
colors = ['white', 'black', 'firebrick', 'steel blue', 'grn6', 'black']
ENDIF ELSE BEGIN
IF N_Elements(colors) NE 6 THEN Message, 'Incorrect number of colors in COLORS vector.'
defcolors = ['white', 'black', 'firebrick', 'steel blue', 'grn6', 'black']
i = Where(colors EQ "", count)
IF count GT 0 THEN colors[i] = defcolors[i]
ENDELSE
IF N_Elements(constant) EQ 0 THEN constant = 1.0
IF N_Elements(ctable) EQ 0 THEN ctable = 0
IF N_Elements(exponent) EQ 0 THEN exponent = 4.0
IF N_Elements(extra) EQ 0 THEN extra = Ptr_New(/Allocate_Heap) ELSE extra = Ptr_New(extra)
IF N_Elements(gamma) EQ 0 THEN gamma = 1.5
IF N_Elements(maxvalue) EQ 0 THEN maxvalue = 0.70
IF N_Elements(mean) EQ 0 THEN mean = 0.5
mean = 0.0 > mean < 1.0
IF N_Elements(minThresh) EQ 0 THEN minThresh = Min(*image)
IF N_Elements(maxThresh) EQ 0 THEN maxThresh = Max(*image)
IF N_Elements(multiplier) EQ 0 THEN multiplier = 2.0
IF N_Elements(notify_pro) EQ 0 THEN notify_pro = ""
IF N_Elements(negative) EQ 0 THEN negative = 0
IF N_Elements(notify_obj) EQ 0 THEN notify_obj = {object:Obj_New(), method:""} ELSE BEGIN
IF Size(notify_obj, /TNAME) NE 'STRUCT' THEN $
Message, 'NOTIFY_OBJ keyword requires structure variable'
names = Tag_Names(notify_obj)
index = Where(names EQ "METHOD", count)
IF count EQ 0 THEN Message, 'NOTIFY_OBJ structure requires METHOD field.'
index = Where(names EQ "OBJECT", count)
IF count EQ 0 THEN Message, 'NOTIFY_OBJ structure requires OBJECT field.'
IF Obj_Valid(notify_obj.object) EQ 0 THEN Message, 'NOTIFY_OBJ object is invalid.'
ENDELSE
no_window = Keyword_Set(no_window)
IF N_Elements(sigma) EQ 0 THEN sigma = 1.0 ELSE sigma = sigma > 0.1
IF N_Elements(uvalue) EQ 0 THEN uvalueptr = Ptr_New(/Allocate_Heap) ELSE uvalueptr = Ptr_New(uvalue)
IF N_Elements(xpos) EQ 0 THEN xpos = 100
IF N_Elements(ypos) EQ 0 THEN ypos = 100
IF N_Elements(title) EQ 0 THEN title = 'Drag Vertical Lines to STRETCH Image Contrast'
; Determine scaling type.
possibleTypes = ['LINEAR', 'GAMMA', 'LOG', 'ASINH', 'LINEAR 2%', 'SQUARE ROOT', $
'EQUALIZATION', 'ADAPTIVE EQUALIZATION', 'GAUSSIAN', 'STDDEV', 'COMPRESSION']
IF N_Elements(type) EQ 0 THEN type = 'LINEAR'
IF Size(type, /TName) EQ 'STRING' THEN BEGIN
type = StrUpCase(type)
index = WHERE(possibleTypes EQ type, count)
IF count EQ 0 THEN Message, 'Cannot find specified stretch type: ' + type
ENDIF ELSE BEGIN
type = 0 > Fix(type) < 9
type = possibleTypes[type]
ENDELSE
; Check for availability of GIF files.
thisVersion = Float(!Version.Release)
IF ((thisVersion LT 5.4) OR (thisVersion GE 6.2)) THEN haveGif = 1 ELSE haveGIF = 0
; Create the histogram widget.
histo_tlb = Widget_Base(Column=1, Title=title, XPad=0, YPad=0, $
MBar=menubaseID, TLB_Size_Events=1, XOffset=xpos, YOffset=ypos, Base_Align_Center=1)
; Create draw widget. UNIX versions of IDL have a bug in which creating
; a draw widget as the very first window in an IDL session causes both
; !P.Background and !P.Color to be set to white. I know, it's odd. But
; doing this little trick fixes the problem.
tempBackground = !P.Background
tempColor = !P.Color
retain = (StrUpCase(!Version.OS_Family) EQ 'UNIX') ? 2 : 1
histo_draw = Widget_Draw(histo_tlb, XSize=histXsize, YSize=histYsize, $
Button_Events=1, Event_Pro='cgStretch_Process_Events', RETAIN=retain)
!P.Background = Temporary(tempBackground)
!P.Color = Temporary(tempColor)
controlID = Widget_Button(menubaseID, Value='Controls', Event_Pro='cgStretch_MaxValue')
openit = Widget_Button(controlID, Value='Open', /MENU)
dummy = Widget_Button(openit, Value='Formatted Image File...', Event_Pro='cgStretch_OpenImage')
dummy = Widget_Button(openit, Value='Raw Binary Image File...', Event_Pro='cgStretch_OpenImage')
mainsaveID = Widget_Button(controlID, Value='Save as Main IDL Variable', /Menu, Event_Pro='cgSTRETCH_SAVETOMAIN')
dummy = Widget_Button(mainsaveID, Value='Stretched Image', UValue='IMAGE')
dummy = Widget_Button(mainsaveID, Value='Stretched Histogram', UValue='HISTOGRAM')
dummy = Widget_Button(mainsaveID, Value='Current Stretch Parameters (structure)', UValue='PARAMETERS')
dummy = Widget_Button(mainsaveID, Value='All Stretch Information (structure)', UValue='EVERYTHING')
saveAs = Widget_Button(controlID, Value='Save Image As', Event_Pro="cgStretch_SaveAs", /Menu)
dummy = Widget_Button(saveAs, Value='BMP File', UValue='BMP')
dummy = Widget_Button(saveAs, Value='JPEG File', UValue='JPEG')
dummy = Widget_Button(saveAs, Value='PNG File', UValue='PNG')
dummy = Widget_Button(saveAs, Value='PICT File', UValue='PICT')
dummy = Widget_Button(saveAs, Value='TIFF File', UValue='TIFF')
IF havegif THEN dummy = Widget_Button(saveAs, Value='GIF File', UValue='GIF')
dummy = Widget_Button(saveAs, Value='PostScript File', UValue='PS')
saveHistoAs = Widget_Button(controlID, Value='Save Histogram As', Event_Pro="cgStretch_SaveHistoAs", /Menu)
dummy = Widget_Button(saveHistoAs, Value='BMP File', UValue='BMP')
dummy = Widget_Button(saveHistoAs, Value='JPEG File', UValue='JPEG')
dummy = Widget_Button(saveHistoAs, Value='PNG File', UValue='PNG')
dummy = Widget_Button(saveHistoAs, Value='PICT File', UValue='PICT')
dummy = Widget_Button(saveHistoAs, Value='TIFF File', UValue='TIFF')
IF havegif THEN dummy = Widget_Button(saveHistoAs, Value='GIF File', UValue='GIF')
dummy = Widget_Button(saveHistoAs, Value='PostScript File', UValue='PS')
printit = Widget_Button(controlID, Value='Print...', Event_Pro='cgStretch_Print', /MENU)
dummy = Widget_Button(printit, Value='Image', UValue='IMAGE')
dummy = Widget_Button(printit, Value='Histogram', UValue='HISTOGRAM')
maxID = Widget_Button(controlID, Value='Max Pixel Density', /Menu, /Separator)
dummy = Widget_Button(maxID, Value='0.005', UValue=0.005, /CHECKED_MENU)
dummy = Widget_Button(maxID, Value='0.010', UValue=0.010, /CHECKED_MENU)
dummy = Widget_Button(maxID, Value='0.025', UValue=0.025, /CHECKED_MENU)
dummy = Widget_Button(maxID, Value='0.050', UValue=0.050, /CHECKED_MENU)
dummy = Widget_Button(maxID, Value='0.075', UValue=0.075, /CHECKED_MENU)
dummy = Widget_Button(maxID, Value='0.100', UValue=0.1, /CHECKED_MENU)
dummy = Widget_Button(maxID, Value='0.200', UValue=0.2, /CHECKED_MENU)
dummy = Widget_Button(maxID, Value='0.300', UValue=0.3, /CHECKED_MENU)
dummy = Widget_Button(maxID, Value='0.400', UValue=0.4, /CHECKED_MENU)
dummy = Widget_Button(maxID, Value='0.500', UValue=0.5, /CHECKED_MENU)
dummy = Widget_Button(maxID, Value='0.600', UValue=0.6, /CHECKED_MENU)
pixelDensityID = Widget_Button(maxID, Value='0.700', UValue=0.7, /CHECKED_MENU)
dummy = Widget_Button(maxID, Value='0.800', UValue=0.8, /CHECKED_MENU)
dummy = Widget_Button(maxID, Value='0.900', UValue=0.9, /CHECKED_MENU)
dummy = Widget_Button(maxID, Value='1.000', UValue=1.0, /CHECKED_MENU)
Widget_Control, pixelDensityID, Set_Button=1
colorsID = Widget_Button(controlID, Value='Image Colors...', $
Event_Pro='cgStretch_Colors', /Separator)
button = Widget_Button(controlID, Value='Negative Image', Dynamic_Resize=1, Event_Pro='cgStretch_Negative')
button = Widget_Button(controlID, Value='Flip Image', Event_Pro='cgStretch_FlipImage')
button = Widget_Button(controlID, Value='Restore Original Stretch', Event_Pro='cgStretch_Restore', /Separator)
quitter = Widget_Button(controlID, Value='Quit', $
Event_Pro='cgStretch_Quit', /Separator)
; Stretch TYPE buttons.
paramBaseID = Widget_Base(histo_tlb, XPAD=0, YPAD=0, Column=1, Base_Align_Left=1)
rowID = Widget_Base(paramBaseID, XPAD=0, YPAD=0, ROW=1, SPACE=10)
types = StrUpCase(['Linear', 'Linear 2%', 'Gamma', 'Log', 'Square Root', 'Asinh', $
'Equalization', 'Adaptive Equalization', 'Gaussian', 'StdDev', 'Compression'])
index = Where(types EQ type) ; Necessary for backward compatibility and for my ordering in pull-down.
scaleID = FSC_Droplist(rowID, Title='Scaling: ', Spaces=1, $
Value=['Linear', 'Linear 2%', 'Gamma', 'Log', 'Square Root', 'Asinh', $
'Equalization', 'Adaptive Equalization','Gaussian', 'StdDev', 'Compression'], $
Event_Pro='cgStretch_StretchType')
scaleID -> SetIndex, index[0] > 0
minthreshObj = FSC_InputField(rowID, Title='Min: ', Value=Float(minThresh), $
/FloatValue, Event_Pro='cgStretch_SetThreshold', UValue='MINTHRESH', $
XSize=10, /CR_Only)
maxthreshObj = FSC_InputField(rowID, Title='Max: ', Value=Float(maxThresh) , $
/FloatValue, Event_Pro='cgStretch_SetThreshold', UValue='MAXTHRESH', $
XSize=10, /CR_Only)
; Create the control base widgets.
controlBaseID = Widget_Base(paramBaseID, XPAD=0, YPAD=0)
; COMPRESSION controls.
compressBaseID = Widget_Base(controlBaseID, XPAD=0, YPAD=0, ROW=1, SPACE=10, Map=0)
param1Obj = FSC_InputField(compressBaseID, Title='Mean: ', Value=mean, /Positive, $
/FoatValue, Event_Pro='cgStretch_Parameters', /CR_Only, XSize=10)
param2Obj = FSC_InputField(compressBaseID, Title='Exponent: ', Value=exponent, /Positive, $
/FloatValue, Event_Pro='cgStretch_Parameters', /CR_Only, XSize=10)
; LOG controls.
logBaseID = Widget_Base(controlBaseID, XPAD=0, YPAD=0, ROW=1, SPACE=10, Map=0)
logObj = FSC_InputField(logBaseID, Title='Constant: ', Value=constant, $
/FoatValue, Event_Pro='cgStretch_Parameters', /CR_Only, XSize=10)
; GAMMA controls.
gammaBaseID = Widget_Base(controlBaseID, XPAD=0, YPAD=0, ROW=1, SPACE=10, Map=0)
label = Widget_Label(gammaBaseID, Value='Gamma: ', /Dynamic_Resize)
gammas = ['0.040', '0.100', '0.200', '0.400', '0.667', '1.00', '1.500', '2.500', '5.000', '10.00', '25.00']
gamma_comboID = Widget_Combobox(gammaBaseID, /Editable, Value=gammas, UVALUE='GAMMA', $
Event_Pro='cgStretch_Parameters')
index = Where(gammas EQ gamma, count)
IF count EQ 0 THEN BEGIN
Widget_Control, gamma_comboID, Combobox_AddItem=StrTrim(gamma,2), ComboBox_Index=0
ENDIF ELSE Widget_Control, gamma_comboID, Set_Combobox_Select=index[0]
; ASINH controls.
asinhBaseID = Widget_Base(controlBaseID, XPAD=0, YPAD=0, ROW=1, SPACE=10, Map=0)
label = Widget_Label(asinhBaseID, Value='Beta: ', /Dynamic_Resize)
betas = ['0.0', '0.1', '0.5', '1.0', '3.0', '5.0', '10.0', '50.0', '100.0']
asinh_comboID = Widget_Combobox(asinhBaseID, /Editable, Value=betas, $
UVALUE='ASINH', Event_Pro='cgStretch_Parameters')
index = Where(betas EQ beta, count)
IF count EQ 0 THEN BEGIN
Widget_Control, asinh_comboID, Combobox_AddItem=cgNumber_Formatter(beta,Decimals=2), ComboBox_Index=0
ENDIF ELSE Widget_Control, asinh_comboID, Set_Combobox_Select=index[0]
; GAUSSIAN controls.
gaussBaseID = Widget_Base(controlBaseID, XPAD=0, YPAD=0, ROW=1, SPACE=10, Map=0)
sigmaObj = FSC_InputField(gaussBaseID, Title='Sigma: ', Value=sigma, /Positive, $
/FoatValue, Event_Pro='cgStretch_Parameters', /CR_Only, XSize=10)
; STDDEV controls.
stddevBaseID = Widget_Base(controlBaseID, XPAD=0, YPAD=0, ROW=1, SPACE=10, Map=0)
multiplierObj = FSC_InputField(stddevBaseID, Title='Multiplier: ', Value=multiplier, /Positive, $
/FoatValue, Event_Pro='cgStretch_Parameters', /CR_Only, XSize=10)
; Realize the proper controls.
CASE type OF
'COMPRESSION': BEGIN
Widget_Control, compressBaseID, Map=1
currentMappedBase = compressBaseID
END
'LOG': BEGIN
Widget_Control, logBaseID, Map=1
currentMappedBase = logBaseID
END
'GAMMA': BEGIN
Widget_Control, gammaBaseID, Map=1
currentMappedBase = gammaBaseID
END
'ASINH': BEGIN
Widget_Control, asinhBaseID, Map=1
currentMappedBase = asinhBaseID
END
'GAUSSIAN': BEGIN
Widget_Control, gaussBaseID, Map=1
currentMappedBase = gaussBaseID
END
'STDDEV': BEGIN
Widget_Control, stddevBaseID, Map=1
currentMappedBase = stddevBaseID
END
ELSE: currentMappedBase = -1L
ENDCASE
Widget_Control, histo_tlb, /Realize
; Create a pixmap window for moving and erasing the histogram
; threshold bars.
Window, XSize=histXsize, YSize=histYsize, /Free, /Pixmap
pixmap = !D.Window
; Create an image window for displaying the image.
IF NOT Keyword_Set(no_window) THEN BEGIN
Widget_Control, histo_tlb, TLB_Get_Offset=offsets, TLB_Get_Size=sizes
xoff = offsets[0] + sizes[0] + 20
yoff = offsets[1]
aspect = Float(xsize)/ysize
IF xsize GT 512 OR ysize GT 512 THEN BEGIN
IF xsize NE ysize THEN BEGIN
aspect = Float(ysize) / xsize
IF aspect LT 1 THEN BEGIN
xsize = 512
ysize = (512 * aspect) < 512
ENDIF ELSE BEGIN
ysize = 512
xsize = (512 / aspect) < 512
ENDELSE
ENDIF ELSE BEGIN
ysize = 512
xsize = 512
ENDELSE
ENDIF
image_tlb = Widget_Base(Row=1, Group_Leader=histo_tlb, Title='cgStretch Image', $
XOffSet=xoff, YOffSet=yoff, TLB_Size_Events=1, XPad=0, YPad=0)
; Create draw widget. UNIX versions of IDL have a bug in which creating
; a draw widget as the very first window in an IDL session causes both
; !P.Background and !P.Color to be set to white. I know, it's odd. But
; doing this little trick fixes the problem.
tempBackground = !P.Background
tempColor = !P.Color
retain = (StrUpCase(!Version.OS_Family) EQ 'UNIX') ? 2 : 1
image_draw = Widget_Draw(image_tlb, XSize=xsize, YSize=ysize, RETAIN=retain, $
Kill_Notify='cgStretch_ImageWindowKilled', UValue=[saveAs, printit, colorsID])
!P.Background = Temporary(tempBackground)
!P.Color = Temporary(tempColor)
Widget_Control, image_tlb, /Realize
; Get window index numbers for the draw widgets.
Widget_Control, image_draw, Get_Value=windex
; If this window closes, the whole application exits.
Widget_Control, histo_tlb, Group_Leader=image_tlb
ENDIF ELSE BEGIN
; Must have values for info structure.
image_tlb = -1L
image_draw = -1L
windex = -1L
ENDELSE
; Need identifier of histogram window.
Widget_Control, histo_draw, Get_Value=histo_wid
; Load the color table.
IF N_Elements(palette) EQ 0 THEN $
cgLoadCT, 0 > ctable < 40, Brewer=brewer ELSE $
TVLCT, palette
TVLCT, r, g, b, /Get
; Start with no stretch on both ends.
maxVal = Max(Double(*image)) > maxthresh
minVal = Min(Double(*image)) < minthresh
range = maxVal - minVal
; Calculate a value to tell you if you are "close" to a threshold line.
close = 0.05 * (maxval-minval)
; How big is the parameter base.
geo = Widget_Info(paramBaseID, /Geometry)
pbase_ysize = geo.scr_ysize + 2
min_xsize = geo.scr_xsize
IF N_Elements(exclude) NE 0 THEN exclude=Ptr_New(exclude) ELSE exclude=Ptr_New(/ALLOCATE_HEAP)
; Make an info structure with all info to run the program.
info = {image:image, $ ; A pointer to the image data
minThresh:minThresh, $ ; The minimum threshold
maxThresh:maxThresh, $ ; The maximum threshold
maxValue:maxValue, $ ; The MAX_VALUE for the Histogram Plot.
colors: colors, $ ; The histogram plot drawing colors.
exclude: exclude, $ ; The value to exclude in a STDDEV stretch.
histo_wid:histo_wid, $ ; The histogram window index number
histo_draw:histo_draw, $ ; The histogram draw widget ID.
image_draw:image_draw, $ ; The image draw widget ID.
windex:windex, $ ; The image window index
ymin:!Y.CRange[0], $ ; The ymin in data coordinates
ymax:!Y.CRange[1], $ ; The ymax in data coordinates
xmin:!X.CRange[0], $ ; The xmin in data coordinates
xmax:!X.CRange[1], $ ; The xmax in data coordinates
r:r, $ ; The R color vector for the image
g:g, $ ; The G color vector for the image
b:b, $ ; The B color vector for the image
pbang:!P, $ ; The !P system variable.
xbang:!X, $ ; The !X system variable.
ybang:!Y, $ ; The !Y system variable.
lineby:'MIN', $ ; The line you are close to.
linex:minThresh, $ ; The x coordinate of line (data coords).
pixmap:pixmap, $ ; The pixmap window index
minval:minval, $ ; The minimum intensity value of the data
maxval:maxval, $ ; The maximum intensity value of the data
multiplier:multiplier, $ ; The multiplier for a STDDEV stretch.
notify_pro:notify_pro, $ ; The name of a procedure to notify when the image is stretched.
notify_obj:notify_obj, $ ; The object reference and method to notify when image is stretched.
no_window:no_window, $ ; A flag that, if set, means no image window.
extra:extra, $ ; The extra keywords for the Plot command.
pix_xsize:histXsize, $ ; The X size of the pixmap.
pix_ysize:histYsize, $ ; The Y size of the pixmap.
pixelDensityID:pixelDensityID, $ ; The ID of the current pixel density button.
newPointer:newPointer, $ ; A flag that indicates if we made a pointer or not.
saveAs:saveAs, $ ; The SaveAs button widget identifier.
printIt:printIt, $ ; The Print button widget identifier.
gamma: gamma, $ ; The gamma value.
beta: beta, $ ; The "softenting parameter" for ASINH scaling.
logBaseID: logBaseID, $ ; The base widget ID of the LOG parameters.
compressBaseID: compressBaseID, $; The base widget ID of the COMPRESSION parameters.
gammaBaseID: gammaBaseID, $ ; The base widget ID of the GAMMA parameters.
asinhBaseID: asinhBaseID, $ ; The base widget ID of the ASINH parameters.
gaussBaseID: gaussBaseID, $ ; The base widget ID of the GAUSSIAN parameters.
stddevBaseID: stddevBaseID, $ ; The base widget ID of the STDEV parameters.
currentMappedBase: currentMappedBase, $ The current base mapped into the control base.
constant: constant, $ ; The constant value in the LOG stretch.
exponent: exponent, $ ; The exponent value.
mean: mean, $ ; The mean value.
param1Obj: param1Obj, $ ; The first parameter widget.
param2Obj: param2Obj, $ ; The second parameter widget.
logObj: logObj, $ ; The constant object for the LOG stretch.
gamma_comboID: gamma_comboID, $ ; The gamma control combobox widget ID.
asinh_comboID: asinh_comboID, $ ; The asinh control combobox widget ID.
pbase_ysize: pbase_ysize, $ ; The y size of the parameter base.
min_xsize: min_xsize, $ ; The minimum X size for the draw widget.
negative: negative, $ ; Want a negative image.
type: type, $ ; The type of scaling requested.
datatype: datatype, $ ; The data type of the input image.
minthreshObj: minthreshObj, $ ; The minThresh object widget.
maxthreshObj: maxthreshObj, $ ; The maxThresh object widget.
sigmaObj: sigmaObj, $ ; The sigma object widget.
multiplierObj: multiplierObj, $ ; The multiplier object widget.
sigma: sigma, $ ; The sigma value for Gaussian stretch.
event_handler: "", $ ; The name of the event handler processing the event
colorsID:colorsID, $ ; The Image Colors button widget identifier.
range: range, $ ; The image data range.
scaleID:scaleID, $ ; The droplist that display scale type.
brewer:brewer, $ ; A flag that indicates the Brewer color tables should be used.
uvalue:uvalueptr, $ ; A pointer to the user value (may be undefined variable).
close:close} ; A value to indicate closeness to line
; Scale the image. Special processing for linear 2%.
CASE type OF
'LINEAR 2%': BEGIN
; Calculate binsize.
maxr = Max(Double(*info.image), MIN=minr, /NAN)
range = maxr - minr
CASE Size(*info.image, /TName) OF
'BYTE': binsize = 1
'INT': binsize = 1 > Round(range / 300.)
'LONG': binsize = 1 > Round(range / 300.)
'UINT': binsize = 1 > Round(range / 300.)
'ULONG': binsize = 1 > Round(range / 300.)
'LONG64': binsize = 1 > Round(range / 300.)
'ULONG64': binsize = 1 > Round(range / 300.)
ELSE: binsize = range / 300.
ENDCASE
h = Histogram(/NAN, *info.image, BINSIZE=binsize, OMIN=omin, OMAX=omax)
n = N_Elements(*info.image)
cumTotal = Total(h, /CUMULATIVE)
minIndex = Value_Locate(cumTotal, n * 0.02)
IF minIndex EQ -1 THEN minIndex = 0
WHILE cumTotal[minIndex] EQ cumTotal[minIndex + 1] DO BEGIN
minIndex = minIndex + 1
ENDWHILE
info.minThresh = minIndex * binsize + omin
maxIndex = Value_Locate(cumTotal, n * 0.98)
WHILE cumTotal[maxIndex] EQ cumTotal[maxIndex - 1] DO BEGIN
maxIndex = maxIndex - 1
ENDWHILE
info.maxThresh = maxIndex * binsize + omin
END
'SQUARE ROOT': BEGIN
min = Min(SQRT(*info.image), MAX=max)
info.minThresh = min
info.maxThresh = max
END
ELSE:
ENDCASE
displayImage = cgStretch_ScaleImage(info)
minThresh = info.minThresh
maxThresh = info.maxThresh
; Draw the histogram. Keep this in FRONT of storing plotting system variables!
WSet, histo_wid
cgStretch_Histoplot, info, WID=histo_wid, $
MaxValue=maxValue, _Extra=*extra
; Put the same plot in the pixmap.
WSet, pixmap
Device, Copy=[0, 0, histXsize, histYsize, 0, 0, histo_wid]
; Store the plotting system variables for later recall.
info.pbang = !P
info.xbang = !X
info.ybang = !Y
info.ymin = !Y.CRange[0]
info.ymax = !Y.CRange[1]
info.xmin = !X.CRange[0]
info.xmax = !X.CRange[1]
; Display the image.
IF NOT Keyword_Set(no_window) THEN BEGIN
WSet, windex
cgLoadCT, ctable, Brewer=brewer
WShow, windex
cgImage, displayImage, /NoInterp, _Extra=*extra
ENDIF
; Set proper threshold values.
minThreshObj -> Set_Value, cgSTRETCH_VALIDATE_THRESHOLD(minThresh, info), /FloatValue
maxThreshObj -> Set_Value, cgSTRETCH_VALIDATE_THRESHOLD(maxThresh, info), /FloatValue
; Draw threshold lines.
cgStretch_DrawLines, minThresh, maxThresh, info
; Notify others of image change.
info.event_handler = 'cgSTRETCH_STRETCHTYPE'
cgStretch_NotifyOthers, info
; Save a pointer to the current set up, so you can restore it, if necessary.
originalSetup = Ptr_New(info)
info = Create_Struct(info, 'originalSetup', originalSetup)
; Save the info structure and bring the histogram window forward with SHOW.
Widget_Control, histo_tlb, Set_UValue=info, /No_Copy, /Show
IF cWinID GE 0 THEN WSet, cWinID
IF NOT no_window THEN BEGIN
Widget_Control, image_tlb, Set_UValue=histo_tlb
XManager, 'cgstretch_image', image_tlb, Event_Handler='cgStretch_Image_Resize', $
No_Block=1
ENDIF
XManager, 'cgstretch', histo_tlb, Group=group, No_Block=1-Keyword_Set(block), $
Event_Handler='cgStretch_Histogram_Resize', Cleanup='cgStretch_Cleanup'
END
|