<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Brad,</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Sorry it took so long to get back to you.</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
I am interested in collaborating on this with you.</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Any help would be appreciated!</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Thanks!</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Adam<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div id="appendonsend"></div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<br>
</div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="divRplyFwdMsg" dir="ltr"><font style="font-size:11pt" face="Calibri, sans-serif" color="#000000"><b>From:</b> Brad Hards <bradh@frogmouth.net><br>
<b>Sent:</b> Monday, October 14, 2019 6:16 PM<br>
<b>To:</b> Edson, Adam Robert <are131@psu.edu>; gdal-dev@lists.osgeo.org <gdal-dev@lists.osgeo.org><br>
<b>Subject:</b> RE: [gdal-dev] python GDAL issue</font>
<div> </div>
</div>
<div lang="EN-AU">
<div class="x_WordSection1">
<p class="x_MsoNormal" style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: "Calibri", sans-serif;">
<span style="">I think the problem is that there isn’t any real way to handle the IEEE-754 (or raw int/uint bitmask) in GDAL at the moment.
</span></p>
<p class="x_MsoNormal" style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: "Calibri", sans-serif;">
<span style=""> </span></p>
<p class="x_MsoNormal" style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: "Calibri", sans-serif;">
<span style="">Working through the part you’ve posted:</span></p>
<p class="x_MsoNormal" style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: "Calibri", sans-serif;">
<span style="">S is the unit quantity</span></p>
<p class="x_MsoNormal" style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: "Calibri", sans-serif;">
<span style=""> </span></p>
<p class="x_MsoNormal" style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: "Calibri", sans-serif;">
<span style="">The part that looks like:</span></p>
<p class="x_MsoNormal" style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: "Calibri", sans-serif;">
<span style="">B\\0\\0\\0</span></p>
<p class="x_MsoNormal" style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: "Calibri", sans-serif;">
<span style="">is therefore the SCALE FACTOR, which is really IEEE 754-2008 binary encoded, and the existing TRE XML definition and parsing code doesn’t handle that case AFAICT.</span></p>
<p class="x_MsoNormal" style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: "Calibri", sans-serif;">
<span style=""> </span></p>
<p class="x_MsoNormal" style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: "Calibri", sans-serif;">
<span style="">This part is the ROW_GSD and COL_GSD + units:</span></p>
<p class="x_MsoNormal" style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: "Calibri", sans-serif;">
<span style="">0030.00</span></p>
<p class="x_MsoNormal" style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: "Calibri", sans-serif;">
<span style="">M</span></p>
<p class="x_MsoNormal" style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: "Calibri", sans-serif;">
<span style="">0030.00</span></p>
<p class="x_MsoNormal" style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: "Calibri", sans-serif;">
<span style="">M</span></p>
<p class="x_MsoNormal" style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: "Calibri", sans-serif;">
<span style=""> </span></p>
<p class="x_MsoNormal" style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: "Calibri", sans-serif;">
<span style="">In that case, I think there is a missing value in the TRE (because there has to be four bytes, and there are only three shown in your sample, which I assume is the test data that NGA derived from LANDSAT 8).</span></p>
<p class="x_MsoNormal" style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: "Calibri", sans-serif;">
<span style=""> </span></p>
<p class="x_MsoNormal" style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: "Calibri", sans-serif;">
<span style="">I’ve also been looking at handling “weird” TREs better (on and off for a while). I have a Java implementation that shares the XML definition, and the plan is to add two new types to the field definition:</span></p>
<p class="x_MsoNormal" style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: "Calibri", sans-serif;line-height:14.25pt; background:#1E1E1E">
<span style="font-size:10.5pt; font-family:"Courier New"; color:#D4D4D4">        </span><span style="font-size:10.5pt; font-family:"Courier New"; color:gray"><</span><span style="font-size:10.5pt; font-family:"Courier New"; color:#569CD6">xs:attribute</span><span style="font-size:10.5pt; font-family:"Courier New"; color:#D4D4D4"> </span><span style="font-size:10.5pt; font-family:"Courier New"; color:#9CDCFE">name</span><span style="font-size:10.5pt; font-family:"Courier New"; color:#D4D4D4">=</span><span style="font-size:10.5pt; font-family:"Courier New"; color:#CE9178">"type"</span><span style="font-size:10.5pt; font-family:"Courier New"; color:#D4D4D4"> </span><span style="font-size:10.5pt; font-family:"Courier New"; color:#9CDCFE">use</span><span style="font-size:10.5pt; font-family:"Courier New"; color:#D4D4D4">=</span><span style="font-size:10.5pt; font-family:"Courier New"; color:#CE9178">"optional"</span><span style="font-size:10.5pt; font-family:"Courier New"; color:gray">></span><span style="font-size:10.5pt; font-family:"Courier New"; color:#D4D4D4"></span></p>
<p class="x_MsoNormal" style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: "Calibri", sans-serif;line-height:14.25pt; background:#1E1E1E">
<span style="font-size:10.5pt; font-family:"Courier New"; color:#D4D4D4">            </span><span style="font-size:10.5pt; font-family:"Courier New"; color:gray"><</span><span style="font-size:10.5pt; font-family:"Courier New"; color:#569CD6">xs:simpleType</span><span style="font-size:10.5pt; font-family:"Courier New"; color:gray">></span><span style="font-size:10.5pt; font-family:"Courier New"; color:#D4D4D4"></span></p>
<p class="x_MsoNormal" style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: "Calibri", sans-serif;line-height:14.25pt; background:#1E1E1E">
<span style="font-size:10.5pt; font-family:"Courier New"; color:#D4D4D4">                </span><span style="font-size:10.5pt; font-family:"Courier New"; color:gray"><</span><span style="font-size:10.5pt; font-family:"Courier New"; color:#569CD6">xs:restriction</span><span style="font-size:10.5pt; font-family:"Courier New"; color:#D4D4D4"> </span><span style="font-size:10.5pt; font-family:"Courier New"; color:#9CDCFE">base</span><span style="font-size:10.5pt; font-family:"Courier New"; color:#D4D4D4">=</span><span style="font-size:10.5pt; font-family:"Courier New"; color:#CE9178">"xs:string"</span><span style="font-size:10.5pt; font-family:"Courier New"; color:gray">></span><span style="font-size:10.5pt; font-family:"Courier New"; color:#D4D4D4"></span></p>
<p class="x_MsoNormal" style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: "Calibri", sans-serif;line-height:14.25pt; background:#1E1E1E">
<span style="font-size:10.5pt; font-family:"Courier New"; color:#D4D4D4">                    </span><span style="font-size:10.5pt; font-family:"Courier New"; color:gray"><</span><span style="font-size:10.5pt; font-family:"Courier New"; color:#569CD6">xs:enumeration</span><span style="font-size:10.5pt; font-family:"Courier New"; color:#D4D4D4"> </span><span style="font-size:10.5pt; font-family:"Courier New"; color:#9CDCFE">value</span><span style="font-size:10.5pt; font-family:"Courier New"; color:#D4D4D4">=</span><span style="font-size:10.5pt; font-family:"Courier New"; color:#CE9178">"string"</span><span style="font-size:10.5pt; font-family:"Courier New"; color:gray">/></span><span style="font-size:10.5pt; font-family:"Courier New"; color:#D4D4D4"></span></p>
<p class="x_MsoNormal" style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: "Calibri", sans-serif;line-height:14.25pt; background:#1E1E1E">
<span style="font-size:10.5pt; font-family:"Courier New"; color:#D4D4D4">                    </span><span style="font-size:10.5pt; font-family:"Courier New"; color:gray"><</span><span style="font-size:10.5pt; font-family:"Courier New"; color:#569CD6">xs:enumeration</span><span style="font-size:10.5pt; font-family:"Courier New"; color:#D4D4D4"> </span><span style="font-size:10.5pt; font-family:"Courier New"; color:#9CDCFE">value</span><span style="font-size:10.5pt; font-family:"Courier New"; color:#D4D4D4">=</span><span style="font-size:10.5pt; font-family:"Courier New"; color:#CE9178">"integer"</span><span style="font-size:10.5pt; font-family:"Courier New"; color:gray">/></span><span style="font-size:10.5pt; font-family:"Courier New"; color:#D4D4D4"></span></p>
<p class="x_MsoNormal" style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: "Calibri", sans-serif;line-height:14.25pt; background:#1E1E1E">
<span style="font-size:10.5pt; font-family:"Courier New"; color:#D4D4D4">                    </span><span style="font-size:10.5pt; font-family:"Courier New"; color:gray"><</span><span style="font-size:10.5pt; font-family:"Courier New"; color:#569CD6">xs:enumeration</span><span style="font-size:10.5pt; font-family:"Courier New"; color:#D4D4D4"> </span><span style="font-size:10.5pt; font-family:"Courier New"; color:#9CDCFE">value</span><span style="font-size:10.5pt; font-family:"Courier New"; color:#D4D4D4">=</span><span style="font-size:10.5pt; font-family:"Courier New"; color:#CE9178">"real"</span><span style="font-size:10.5pt; font-family:"Courier New"; color:gray">/></span><span style="font-size:10.5pt; font-family:"Courier New"; color:#D4D4D4"></span></p>
<p class="x_MsoNormal" style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: "Calibri", sans-serif;line-height:14.25pt; background:#1E1E1E">
<span style="font-size:10.5pt; font-family:"Courier New"; color:#D4D4D4">                    </span><span style="font-size:10.5pt; font-family:"Courier New"; color:gray"><</span><span style="font-size:10.5pt; font-family:"Courier New"; color:#569CD6">xs:enumeration</span><span style="font-size:10.5pt; font-family:"Courier New"; color:#D4D4D4"> </span><span style="font-size:10.5pt; font-family:"Courier New"; color:#9CDCFE">value</span><span style="font-size:10.5pt; font-family:"Courier New"; color:#D4D4D4">=</span><span style="font-size:10.5pt; font-family:"Courier New"; color:#CE9178">"UINT"</span><span style="font-size:10.5pt; font-family:"Courier New"; color:gray">/></span><span style="font-size:10.5pt; font-family:"Courier New"; color:#D4D4D4"></span></p>
<p class="x_MsoNormal" style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: "Calibri", sans-serif;line-height:14.25pt; background:#1E1E1E">
<span style="font-size:10.5pt; font-family:"Courier New"; color:#D4D4D4">                    </span><span style="font-size:10.5pt; font-family:"Courier New"; color:gray"><</span><span style="font-size:10.5pt; font-family:"Courier New"; color:#569CD6">xs:enumeration</span><span style="font-size:10.5pt; font-family:"Courier New"; color:#D4D4D4"> </span><span style="font-size:10.5pt; font-family:"Courier New"; color:#9CDCFE">value</span><span style="font-size:10.5pt; font-family:"Courier New"; color:#D4D4D4">=</span><span style="font-size:10.5pt; font-family:"Courier New"; color:#CE9178">"IEEE754"</span><span style="font-size:10.5pt; font-family:"Courier New"; color:gray">/></span><span style="font-size:10.5pt; font-family:"Courier New"; color:#D4D4D4"></span></p>
<p class="x_MsoNormal" style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: "Calibri", sans-serif;line-height:14.25pt; background:#1E1E1E">
<span style="font-size:10.5pt; font-family:"Courier New"; color:#D4D4D4">                </span><span style="font-size:10.5pt; font-family:"Courier New"; color:gray"></</span><span style="font-size:10.5pt; font-family:"Courier New"; color:#569CD6">xs:restriction</span><span style="font-size:10.5pt; font-family:"Courier New"; color:gray">></span><span style="font-size:10.5pt; font-family:"Courier New"; color:#D4D4D4"></span></p>
<p class="x_MsoNormal" style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: "Calibri", sans-serif;line-height:14.25pt; background:#1E1E1E">
<span style="font-size:10.5pt; font-family:"Courier New"; color:#D4D4D4">            </span><span style="font-size:10.5pt; font-family:"Courier New"; color:gray"></</span><span style="font-size:10.5pt; font-family:"Courier New"; color:#569CD6">xs:simpleType</span><span style="font-size:10.5pt; font-family:"Courier New"; color:gray">></span><span style="font-size:10.5pt; font-family:"Courier New"; color:#D4D4D4"></span></p>
<p class="x_MsoNormal" style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: "Calibri", sans-serif;line-height:14.25pt; background:#1E1E1E">
<span style="font-size:10.5pt; font-family:"Courier New"; color:#D4D4D4">        </span><span style="font-size:10.5pt; font-family:"Courier New"; color:gray"></</span><span style="font-size:10.5pt; font-family:"Courier New"; color:#569CD6">xs:attribute</span><span style="font-size:10.5pt; font-family:"Courier New"; color:gray">></span><span style="font-size:10.5pt; font-family:"Courier New"; color:#D4D4D4"></span></p>
<p class="x_MsoNormal" style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: "Calibri", sans-serif;">
<span style=""> </span></p>
<p class="x_MsoNormal" style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: "Calibri", sans-serif;">
<span style="">(where UINT and IEEE754 values are new, and are binary encoded instead of string encoded).</span></p>
<p class="x_MsoNormal" style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: "Calibri", sans-serif;">
<span style=""> </span></p>
<p class="x_MsoNormal" style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: "Calibri", sans-serif;">
<span style="">Happy to collaborate on this if you’re interested.</span></p>
<p class="x_MsoNormal" style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: "Calibri", sans-serif;">
<span style=""> </span></p>
<p class="x_MsoNormal" style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: "Calibri", sans-serif;">
<span style="">Brad</span></p>
<p class="x_MsoNormal" style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: "Calibri", sans-serif;">
<span style=""> </span></p>
<p class="x_MsoNormal" style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: "Calibri", sans-serif;">
<span style=""> </span></p>
<div>
<div style="border:none; border-top:solid #E1E1E1 1.0pt; padding:3.0pt 0cm 0cm 0cm">
<p class="x_MsoNormal" style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: "Calibri", sans-serif;">
<b><span lang="EN-US">From:</span></b><span lang="EN-US"> Edson, Adam Robert <are131@psu.edu>
<br>
<b>Sent:</b> Monday, 14 October 2019 10:02 PM<br>
<b>To:</b> Brad Hards <bradh@frogmouth.net>; gdal-dev@lists.osgeo.org<br>
<b>Subject:</b> Re: [gdal-dev] python GDAL issue</span></p>
</div>
</div>
<p class="x_MsoNormal" style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: "Calibri", sans-serif;">
 </p>
<div>
<p class="x_MsoNormal" style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: "Calibri", sans-serif;">
<span style="font-size:12.0pt; color:black">I am working on adding BANDSB and the other TREs listed in the SNIP document.</span></p>
</div>
<div>
<p class="x_MsoNormal" style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: "Calibri", sans-serif;">
<span style="font-size:12.0pt; color:black"> </span></p>
</div>
<div>
<p class="x_MsoNormal" style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: "Calibri", sans-serif;">
<span style="font-size:12.0pt; color:black">I am not sure what you are asking for.</span></p>
</div>
<div>
<p class="x_MsoNormal" style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: "Calibri", sans-serif;">
<span style="font-size:12.0pt; color:black">However, here is the output from gdal.getMetadata('TRE') for the relevant portion of the BANDSB TRE</span></p>
</div>
<div>
<pre style="margin: 0cm 0cm 0.0001pt; font-size: 10pt; font-family: "Courier New";"><span style="color:black">SPECTRAL RADIANCE       SB\\0\\0\\0\\0\\0\\00030.00M0030.00M-------M-------M <br>                                              <span style="background:yellow"> <a href="file://0//0DETECTOR">\\0\\0DETECTOR</a></span>                \x7fU</span></pre>
<p class="x_MsoNormal" style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: "Calibri", sans-serif;">
<span style="font-size:12.0pt; color:black">This is the section from the radiometric_quantity field to wave_length_unit field.</span></p>
</div>
<div>
<p class="x_MsoNormal" style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: "Calibri", sans-serif;">
<span style="font-size:12.0pt; color:black"> </span></p>
</div>
<div>
<p class="x_MsoNormal" style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: "Calibri", sans-serif;">
<span style="font-size:12.0pt; color:black">Thanks!</span></p>
</div>
<div>
<p class="x_MsoNormal" style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: "Calibri", sans-serif;">
<span style="font-size:12.0pt; color:black">Adam</span></p>
</div>
<div>
<p class="x_MsoNormal" style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: "Calibri", sans-serif;">
<span style="font-size:12.0pt; color:black"> </span></p>
</div>
<div class="x_MsoNormal" style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: "Calibri", sans-serif;text-align:center" align="center">
<hr width="98%" size="2" align="center">
</div>
<div id="x_divRplyFwdMsg">
<p class="x_MsoNormal" style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: "Calibri", sans-serif;">
<b><span style="color:black">From:</span></b><span style="color:black"> Brad Hards <<a href="mailto:bradh@frogmouth.net">bradh@frogmouth.net</a>><br>
<b>Sent:</b> Saturday, October 12, 2019 1:51 AM<br>
<b>To:</b> Edson, Adam Robert <<a href="mailto:are131@psu.edu">are131@psu.edu</a>>;
<a href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a> <<a href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a>><br>
<b>Subject:</b> RE: [gdal-dev] python GDAL issue</span> </p>
<div>
<p class="x_MsoNormal" style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: "Calibri", sans-serif;">
 </p>
</div>
</div>
<div>
<div>
<p class="x_xmsonormal" style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: "Calibri", sans-serif;">
GDAL’s NITF encoding doesn’t appear to have BANDSB yet: <a href="https://nam01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FOSGeo%2Fgdal%2Fblob%2Fmaster%2Fgdal%2Fdata%2Fnitf_spec.xml&data=02%7C01%7Care131%40psu.edu%7C7a494cbbe65340b8c30508d750f4334f%7C7cf48d453ddb4389a9c1c115526eb52e%7C0%7C0%7C637066882092744733&sdata=JMlKqzsaCIGCNrJR9ktNo%2BHur9wOxUF%2FFKOgXZNzRIw%3D&reserved=0" originalsrc="https://github.com/OSGeo/gdal/blob/master/gdal/data/nitf_spec.xml" shash="GASggjt/ch3Ycv3ZM/ilDKnAQhsONG45wHcFFaZP1EHSPMOds8WirHJPXIw9KyucJeUVE1DtwXYPVNY7b5sM/kvIYKs4C29g86fx5x+p4GdSdN/1FPIHKj3y/L2vhTL7kyydRWBGdIZsth0qCW/+4aT6LYH2WksapEZWiyPxHW4=">
https://github.com/OSGeo/gdal/blob/master/gdal/data/nitf_spec.xml</a></p>
<p class="x_xmsonormal" style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: "Calibri", sans-serif;">
 </p>
<p class="x_xmsonormal" style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: "Calibri", sans-serif;">
It would definitely help to see how that file encodes it. Can you open the NITF file, find the part that starts with BANDSB0nnnn (where 0nnnn is some length value), and copy out the following 0nnnn characters?</p>
<p class="x_xmsonormal" style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: "Calibri", sans-serif;">
 </p>
<p class="x_xmsonormal" style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: "Calibri", sans-serif;">
Brad</p>
<div>
<div>
<div>
<p class="x_xxmsonormal" style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: "Calibri", sans-serif;">
 </p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>