<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Is it possible to do radiometric calibration on Landsat 8 using the raster calculator? in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/is-it-possible-to-do-radiometric-calibration-on/m-p/401854#M5666</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The process is quite straightforward in Raster Calculator, but if you have already committed to the Composite Bands/Mosaic Dataset/Image Analysis window, it is completely opaque.&amp;nbsp; Raster Calculator doesn't work in that context, and while there are functions for "Apparent Reflectance" and -- inexplicably -- "Sentinel 1 Radiometric Calibration," it's not at all clear how one would put together such a function for Landsat.&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Oct 2018 12:12:01 GMT</pubDate>
    <dc:creator>JillKelly</dc:creator>
    <dc:date>2018-10-05T12:12:01Z</dc:date>
    <item>
      <title>Is it possible to do radiometric calibration on Landsat 8 using the raster calculator?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/is-it-possible-to-do-radiometric-calibration-on/m-p/401851#M5663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to sort out the most convenient way to perform radiometric calibration (to TOA reflectance values) on Landsat 8 OLI imagery data. I know it is fairly easy to do this using other applications such as ENVI, however I do not have this program at my disposal, so I was hoping I could do this correction task in ArcGIS (10.1).&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am already familiar with the formulas required to do this calibration manually, but am having a hard time trying to come up with a viable expression in the Raster Calculator tool.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone have an expression "template" I could use or work from? Any advice about this issue would be most welcome!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2015 21:48:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/is-it-possible-to-do-radiometric-calibration-on/m-p/401851#M5663</guid>
      <dc:creator>GordonSeymour1</dc:creator>
      <dc:date>2015-02-17T21:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to do radiometric calibration on Landsat 8 using the raster calculator?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/is-it-possible-to-do-radiometric-calibration-on/m-p/401852#M5664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what have you got so far as an equation&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2015 21:55:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/is-it-possible-to-do-radiometric-calibration-on/m-p/401852#M5664</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-02-17T21:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to do radiometric calibration on Landsat 8 using the raster calculator?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/is-it-possible-to-do-radiometric-calibration-on/m-p/401853#M5665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since the bands are quantized and calibrated, this is very straight forward for Landsat 8.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will need a few band specific parameters from the scenes metadata. The scaling factors are standard so, once you have the band-specific values they can apply to any scene. However, this does not apply to the sun elevation, which is scene specific.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Mp = REFLECTANCE_MULT_BAND_x (band-specific multiplicative rescaling factor)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ap = REFLECTANCE_ADD_BAND_x (band-specific additive rescaling factor)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SE = SUN_ELEVATION (sun elevation angle)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then, at-sensor reflectance is just a matter of some simple raster algebra in the raster calculator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ( Mp * Qcal + Ap ) / sin(SE)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where; Qcal = digital numbers (DN) raster of band n&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2015 19:21:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/is-it-possible-to-do-radiometric-calibration-on/m-p/401853#M5665</guid>
      <dc:creator>JeffreyEvans</dc:creator>
      <dc:date>2015-03-11T19:21:51Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to do radiometric calibration on Landsat 8 using the raster calculator?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/is-it-possible-to-do-radiometric-calibration-on/m-p/401854#M5666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The process is quite straightforward in Raster Calculator, but if you have already committed to the Composite Bands/Mosaic Dataset/Image Analysis window, it is completely opaque.&amp;nbsp; Raster Calculator doesn't work in that context, and while there are functions for "Apparent Reflectance" and -- inexplicably -- "Sentinel 1 Radiometric Calibration," it's not at all clear how one would put together such a function for Landsat.&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2018 12:12:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/is-it-possible-to-do-radiometric-calibration-on/m-p/401854#M5666</guid>
      <dc:creator>JillKelly</dc:creator>
      <dc:date>2018-10-05T12:12:01Z</dc:date>
    </item>
  </channel>
</rss>

