i.tasscap.html 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. <h2>DESCRIPTION</h2>
  2. <em>i.tasscap</em> calculates Tasseled Cap (Kauth Thomas, TC) transformation
  3. for LANDSAT-TM data (TM4, TM5, TM7).
  4. <!-- ok, but what is Tasseled Cap ? -->
  5. The following TC components are generated:
  6. <ul>
  7. <li> tasscap.1: corresponds to brightness,
  8. <li> tasscap.2: corresponds to greenness,
  9. <li> tasscap.3: corresponds to wetness,
  10. <li> tasscap.4: corresponds to atmospheric haze.
  11. </ul>
  12. <h2>EXAMPLE</h2>
  13. Calculation of TC maps from North Carolina Landsat scene:
  14. <div class="code"><pre>
  15. g.region rast=lsat7_2002_10 -p
  16. i.tasscap -7 band1=lsat7_2002_10 band2=lsat7_2002_20 \
  17. band3=lsat7_2002_30 band4=lsat7_2002_40 \
  18. band5=lsat7_2002_50 band7=lsat7_2002_70 \
  19. outprefix=tasscap
  20. </pre></div>
  21. Results:
  22. <p><center>
  23. <table border=1>
  24. <tr>
  25. <td align=center>
  26. &nbsp;<img src="tasscap1.jpg" alt="'Brightness' Tasseled Cap component 1">
  27. <br>
  28. <font size="-1">
  29. <i>'Brightness' Tasseled Cap component 1</i>
  30. </font>
  31. </td>
  32. <td align=center>
  33. &nbsp;<img src="tasscap2.jpg" alt="'Greenness' Tasseled Cap component 2">
  34. <br>
  35. <font size="-1">
  36. <i>'Greenness' Tasseled Cap component 2</i>
  37. </font>
  38. </td>
  39. </tr>
  40. <tr>
  41. <td align=center>
  42. &nbsp;<img src="tasscap3.jpg" alt="'Wetness' Tasseled Cap component 3">
  43. <br>
  44. <font size="-1">
  45. <i>'Wetness' Tasseled Cap component 3</i>
  46. </font>
  47. </td>
  48. <td align=center>
  49. &nbsp;<img src="tasscap4.jpg" alt="'Atmospheric haze' Tasseled Cap component 4">
  50. <br>
  51. <font size="-1">
  52. <i>'Atmospheric haze' Tasseled Cap component 4</i>
  53. </font>
  54. </td>
  55. </tr>
  56. </table>
  57. </center>
  58. <br>
  59. <h2>REFERENCES</h2>
  60. <ul>
  61. <li>LANDSAT-4/LANDSAT-5: TC-factor changed to CRIST et al. 1986,
  62. Proc. IGARSS 1986, p.1467
  63. <li>LANDSAT-7: TASSCAP factors cited from:
  64. DERIVATION OF A TASSELED CAP TRANSFORMATION BASED ON LANDSAT 7 AT-SATELLITE REFLECTANCE
  65. Chengquan Huang, Bruce Wylie, Limin Yang, Collin Homer and Gregory Zylstra Raytheon ITSS,
  66. USGS EROS Data Center Sioux Falls, SD 57198, USA
  67. http://landcover.usgs.gov/pdf/tasseled.pdf
  68. <br>
  69. This is published as well in INT. J. OF RS, 2002, VOL 23, NO. 8, 1741-1748.
  70. <br>
  71. Compare discussion:
  72. http://adis.cesnet.cz/cgi-bin/lwgate/IMAGRS-L/archives/imagrs-l.log0211/date/article-14.html
  73. </ul>
  74. <h2>AUTHOR</h2>
  75. Markus Neteler, ITC-irst
  76. <p><i>Last changed: $Date$</i>