<?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: Calculate MSAVI2 in Raster Calculator in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/calculate-msavi2-in-raster-calculator/m-p/81754#M1149</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks; this also helps: Max value is now at 1.0&lt;/P&gt;&lt;P&gt;The minimum value, however, is still at 202.015.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Aug 2016 14:39:41 GMT</pubDate>
    <dc:creator>HarmenHuigens</dc:creator>
    <dc:date>2016-08-05T14:39:41Z</dc:date>
    <item>
      <title>Calculate MSAVI2 in Raster Calculator</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/calculate-msavi2-in-raster-calculator/m-p/81750#M1145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to calculate a Modified Soil-Adjusted Vegetation Index 2 on the basis of Landsat 8 OLI imagery, bands 5 (NIR) and 4 (RED), using the Raster Calculator. The formula should be:&lt;/P&gt;&lt;P&gt;&lt;A href="http://wiki.landscapetoolbox.org/lib/exe/fetch.php/remote_sensing_methods:msavi2_eq.png?cache=" title="View original file"&gt;&lt;IMG alt="msavi2_eq.png" class="img_detail jive-image" height="114" src="http://wiki.landscapetoolbox.org/lib/exe/fetch.php/remote_sensing_methods:msavi2_eq.png?cache=&amp;amp;w=900&amp;amp;h=114&amp;amp;tok=5f17b5" title="msavi2_eq.png" width="900" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I have tried to convert this using the following map algebra expression in the Raster Calculator:&lt;/P&gt;&lt;P&gt;MSAVI2 = (2 * "NIR layer" + 1 - SquareRoot((2 * "NIR layer" + 1) ^ 2&amp;nbsp; - 8 * ("NIR layer" - "RED layer"))) / 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The returned values are between 0.5 and 58113.5. They should be between -1 and 1 though, so something is not right.&lt;/P&gt;&lt;P&gt;Any ideas about what is going wrong here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2016 13:43:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/calculate-msavi2-in-raster-calculator/m-p/81750#M1145</guid>
      <dc:creator>HarmenHuigens</dc:creator>
      <dc:date>2016-08-05T13:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate MSAVI2 in Raster Calculator</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/calculate-msavi2-in-raster-calculator/m-p/81751#M1146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;^ is a boolean xor&lt;/P&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/arcmap/latest/tools/spatial-analyst-toolbox/raster-calculator.htm" title="http://desktop.arcgis.com/en/arcmap/latest/tools/spatial-analyst-toolbox/raster-calculator.htm"&gt;Raster Calculator—Help | ArcGIS for Desktop&lt;/A&gt; &lt;/P&gt;&lt;P&gt;use pow or ** (I think)&lt;/P&gt;&lt;P&gt;is SquareRoot chosen from the list of operators or did you type it in&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2016 14:12:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/calculate-msavi2-in-raster-calculator/m-p/81751#M1146</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-08-05T14:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate MSAVI2 in Raster Calculator</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/calculate-msavi2-in-raster-calculator/m-p/81752#M1147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;2 * "NIR layer" .....&amp;nbsp;&amp;nbsp;&amp;nbsp; - 8 * ("NIR layer" - "RED layer"))) / 2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;make sure you make judicious use of floating point values&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;2.0 * "NIR layer" ......- 8.0 * ("NIR layer" - "RED layer"))) / 2.0&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2016 14:25:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/calculate-msavi2-in-raster-calculator/m-p/81752#M1147</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-08-05T14:25:28Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate MSAVI2 in Raster Calculator</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/calculate-msavi2-in-raster-calculator/m-p/81753#M1148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you; ** is indeed the power operator.&lt;/P&gt;&lt;P&gt;SquareRoot is chosen from the operators list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The result seems to be better although I still get values between -202.015 and 1.00195, with a mean of 0.12. The formula should give values only between -1 and 1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2016 14:30:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/calculate-msavi2-in-raster-calculator/m-p/81753#M1148</guid>
      <dc:creator>HarmenHuigens</dc:creator>
      <dc:date>2016-08-05T14:30:09Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate MSAVI2 in Raster Calculator</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/calculate-msavi2-in-raster-calculator/m-p/81754#M1149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks; this also helps: Max value is now at 1.0&lt;/P&gt;&lt;P&gt;The minimum value, however, is still at 202.015.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2016 14:39:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/calculate-msavi2-in-raster-calculator/m-p/81754#M1149</guid>
      <dc:creator>HarmenHuigens</dc:creator>
      <dc:date>2016-08-05T14:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate MSAVI2 in Raster Calculator</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/calculate-msavi2-in-raster-calculator/m-p/81755#M1150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry... can you re-write the latest incarnation and check the reference formula...it wouldn't be the first time that I saw one of those wrong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2016 17:56:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/calculate-msavi2-in-raster-calculator/m-p/81755#M1150</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-08-05T17:56:39Z</dc:date>
    </item>
  </channel>
</rss>

