绘制热力图(单刀)
<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>{
&quot;originalSN&quot;: &quot;LTP45C4901610&quot;
}</code></pre>
<h5>返参示例</h5>
<pre><code>{
&quot;code&quot;: 200,
&quot;msg&quot;: &quot;Heatmap generated successfully: ZFP2406F102540&quot;,
&quot;data&quot;: {
&quot;Thickness&quot;: &quot;http://127.0.0.1:8711/static/20240719/heatmap/13/ZFP2406F102540/ThicknessHeatmap.png&quot;,
&quot;ThicknessL&quot;: &quot;http://127.0.0.1:8711/static/20240719/heatmap/13/ZFP2406F102540/ThicknessHeatmapLeft.png&quot;,
&quot;ThicknessM&quot;: &quot;http://127.0.0.1:8711/static/20240719/heatmap/13/ZFP2406F102540/ThicknessHeatmapMiddle.png&quot;,
&quot;ThicknessR&quot;: &quot;http://127.0.0.1:8711/static/20240719/heatmap/13/ZFP2406F102540/ThicknessHeatmapRight.png&quot;,
&quot;TTV&quot;: &quot;http://127.0.0.1:8711/static/20240719/heatmap/13/ZFP2406F102540/TTVHeatmap.png&quot;,
&quot;TTVL&quot;: &quot;http://127.0.0.1:8711/static/20240719/heatmap/13/ZFP2406F102540/TTVHeatmapLeft.png&quot;,
&quot;TTVM&quot;: &quot;http://127.0.0.1:8711/static/20240719/heatmap/13/ZFP2406F102540/TTVHeatmapMiddle.png&quot;,
&quot;TTVR&quot;: &quot;http://127.0.0.1:8711/static/20240719/heatmap/13/ZFP2406F102540/TTVHeatmapRight.png&quot;,
&quot;SawMarks&quot;: &quot;http://127.0.0.1:8711/static/20240719/heatmap/13/ZFP2406F102540/SawMarksHeatmap.png&quot;,
&quot;SawMarksTL&quot;: &quot;http://127.0.0.1:8711/static/20240719/heatmap/13/ZFP2406F102540/SawMarksHeatmapLeftT.png&quot;,
&quot;SawMarksTM&quot;: &quot;http://127.0.0.1:8711/static/20240719/heatmap/13/ZFP2406F102540/SawMarksHeatmapMiddleT.png&quot;,
&quot;SawMarksTR&quot;: &quot;http://127.0.0.1:8711/static/20240719/heatmap/13/ZFP2406F102540/SawMarksHeatmapRightT.png&quot;,
&quot;SawMarksBL&quot;: &quot;http://127.0.0.1:8711/static/20240719/heatmap/13/ZFP2406F102540/SawMarksHeatmapLeftB.png&quot;,
&quot;SawMarksBM&quot;: &quot;http://127.0.0.1:8711/static/20240719/heatmap/13/ZFP2406F102540/SawMarksHeatmapMiddleB.png&quot;,
&quot;SawMarksBR&quot;: &quot;http://127.0.0.1:8711/static/20240719/heatmap/13/ZFP2406F102540/SawMarksHeatmapRightB.png&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: 成功<br>400: 传参错误<br>404: 晶棒号对应的热力图数据不存在<br>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: 厚度热力图<br>
ThicknessL: 厚度热力图(左)<br>
ThicknessM: 厚度热力图(中)<br>
ThicknessR: 厚度热力图(右)<br>
TTV: TTV热力图<br>
TTVL: TTV热力图(左)<br>
TTVM: TTV热力图(中)<br>
TTVR: TTV热力图(右)<br>
SawMarks: 线痕热力图<br>
SawMarksTL: 上表面线痕热力图(左)<br>
SawMarksTM: 上表面线痕热力图(中)<br>
SawMarksTR: 上表面线痕热力图(右)<br>
SawMarksBL: 下表面线痕热力图(左)<br>
SawMarksBM: 下表面线痕热力图(中)<br>
SawMarksBR: 下表面线痕热力图(右)<br></p>
<h5>备注</h5>
<p>部分图像示例</p>
<p><img src="https://www.showdoc.com.cn/server/api/attachment/visitFile?sign=35bf154c90d3247989a48881c3aba159&amp;file=file.png" alt="" /></p>
<p><img src="https://www.showdoc.com.cn/server/api/attachment/visitFile?sign=743ea548f307b776b01d063fb0b944b9&amp;file=file.png" alt="" /></p>
<p><img src="https://www.showdoc.com.cn/server/api/attachment/visitFile?sign=8c6a943788f877c9585e952217b4da78&amp;file=file.png" alt="" /></p>