厚度TTV线痕分析


绘制热力图(单刀)

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>绘制线痕、TTV、厚度的热力图</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://10.26.66.5:8711/api/plot/heatmap</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST </li> </ul> <h5>参数</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">必选</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">originalSN</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>晶棒号</td> </tr> </tbody> </table> <h5>传参示例</h5> <pre><code>{     &amp;quot;originalSN&amp;quot;: &amp;quot;LTP45C4901610&amp;quot; }</code></pre> <h5>返参示例</h5> <pre><code>{     &amp;quot;code&amp;quot;: 200,     &amp;quot;msg&amp;quot;: &amp;quot;Heatmap generated successfully: ZFP2406F102540&amp;quot;,     &amp;quot;data&amp;quot;: {         &amp;quot;Thickness&amp;quot;: &amp;quot;http://127.0.0.1:8711/static/20240719/heatmap/13/ZFP2406F102540/ThicknessHeatmap.png&amp;quot;,         &amp;quot;ThicknessL&amp;quot;: &amp;quot;http://127.0.0.1:8711/static/20240719/heatmap/13/ZFP2406F102540/ThicknessHeatmapLeft.png&amp;quot;,         &amp;quot;ThicknessM&amp;quot;: &amp;quot;http://127.0.0.1:8711/static/20240719/heatmap/13/ZFP2406F102540/ThicknessHeatmapMiddle.png&amp;quot;,         &amp;quot;ThicknessR&amp;quot;: &amp;quot;http://127.0.0.1:8711/static/20240719/heatmap/13/ZFP2406F102540/ThicknessHeatmapRight.png&amp;quot;,         &amp;quot;TTV&amp;quot;: &amp;quot;http://127.0.0.1:8711/static/20240719/heatmap/13/ZFP2406F102540/TTVHeatmap.png&amp;quot;,         &amp;quot;TTVL&amp;quot;: &amp;quot;http://127.0.0.1:8711/static/20240719/heatmap/13/ZFP2406F102540/TTVHeatmapLeft.png&amp;quot;,         &amp;quot;TTVM&amp;quot;: &amp;quot;http://127.0.0.1:8711/static/20240719/heatmap/13/ZFP2406F102540/TTVHeatmapMiddle.png&amp;quot;,         &amp;quot;TTVR&amp;quot;: &amp;quot;http://127.0.0.1:8711/static/20240719/heatmap/13/ZFP2406F102540/TTVHeatmapRight.png&amp;quot;,         &amp;quot;SawMarks&amp;quot;: &amp;quot;http://127.0.0.1:8711/static/20240719/heatmap/13/ZFP2406F102540/SawMarksHeatmap.png&amp;quot;,         &amp;quot;SawMarksTL&amp;quot;: &amp;quot;http://127.0.0.1:8711/static/20240719/heatmap/13/ZFP2406F102540/SawMarksHeatmapLeftT.png&amp;quot;,         &amp;quot;SawMarksTM&amp;quot;: &amp;quot;http://127.0.0.1:8711/static/20240719/heatmap/13/ZFP2406F102540/SawMarksHeatmapMiddleT.png&amp;quot;,         &amp;quot;SawMarksTR&amp;quot;: &amp;quot;http://127.0.0.1:8711/static/20240719/heatmap/13/ZFP2406F102540/SawMarksHeatmapRightT.png&amp;quot;,         &amp;quot;SawMarksBL&amp;quot;: &amp;quot;http://127.0.0.1:8711/static/20240719/heatmap/13/ZFP2406F102540/SawMarksHeatmapLeftB.png&amp;quot;,         &amp;quot;SawMarksBM&amp;quot;: &amp;quot;http://127.0.0.1:8711/static/20240719/heatmap/13/ZFP2406F102540/SawMarksHeatmapMiddleB.png&amp;quot;,         &amp;quot;SawMarksBR&amp;quot;: &amp;quot;http://127.0.0.1:8711/static/20240719/heatmap/13/ZFP2406F102540/SawMarksHeatmapRightB.png&amp;quot;     } }</code></pre> <h5>返回参数说明</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">code</td> <td style="text-align: left;">int</td> <td>200: 成功&lt;br&gt;400: 传参错误&lt;br&gt;404: 晶棒号对应的热力图数据不存在&lt;br&gt;500: 服务器异常</td> </tr> <tr> <td style="text-align: left;">msg</td> <td style="text-align: left;">string</td> <td>消息</td> </tr> <tr> <td style="text-align: left;">data</td> <td style="text-align: left;">dict</td> <td>线痕、厚度、TTV在不同位置的热力图地址</td> </tr> </tbody> </table> <p><strong>详细说明:</strong></p> <p>Thickness: 厚度热力图&lt;br&gt; ThicknessL: 厚度热力图(左)&lt;br&gt; ThicknessM: 厚度热力图(中)&lt;br&gt; ThicknessR: 厚度热力图(右)&lt;br&gt; TTV: TTV热力图&lt;br&gt; TTVL: TTV热力图(左)&lt;br&gt; TTVM: TTV热力图(中)&lt;br&gt; TTVR: TTV热力图(右)&lt;br&gt; SawMarks: 线痕热力图&lt;br&gt; SawMarksTL: 上表面线痕热力图(左)&lt;br&gt; SawMarksTM: 上表面线痕热力图(中)&lt;br&gt; SawMarksTR: 上表面线痕热力图(右)&lt;br&gt; SawMarksBL: 下表面线痕热力图(左)&lt;br&gt; SawMarksBM: 下表面线痕热力图(中)&lt;br&gt; SawMarksBR: 下表面线痕热力图(右)&lt;br&gt;</p> <h5>备注</h5> <p>部分图像示例</p> <p><img src="https://www.showdoc.com.cn/server/api/attachment/visitFile?sign=35bf154c90d3247989a48881c3aba159&amp;amp;file=file.png" alt="" /></p> <p><img src="https://www.showdoc.com.cn/server/api/attachment/visitFile?sign=743ea548f307b776b01d063fb0b944b9&amp;amp;file=file.png" alt="" /></p> <p><img src="https://www.showdoc.com.cn/server/api/attachment/visitFile?sign=8c6a943788f877c9585e952217b4da78&amp;amp;file=file.png" alt="" /></p>

页面列表

ITEM_HTML