本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
說明
登入
hms
/
aptdec
镜像来自
https://github.com/Xerbo/aptdec
關注
1
收藏
0
複製
0
程式碼
問題
0
版本發佈
7
Wiki
活動
瀏覽代碼
Fix typo
tags/v1.8.0
Liam
2 年之前
committed by
GitHub
父節點
4a00dac06b
當前提交
51405971fd
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID:
4AEE18F83AFDEB23
共有
1 個檔案被更改
,包括
1 行新增
和
1 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/image.c
+ 1
- 1
src/image.c
查看文件
@@ -388,7 +388,7 @@ static double tempcal(float Ce, int satnum, tempparam_t * rgpr) {
// Convert to celsius
T -= 273.15;
// Rescale to 0-255 for -1
20°C to +4
0°C
// Rescale to 0-255 for -1
00°C to +6
0°C
T = (T + 100.0) / 160.0 * 255.0;
return T;
Write
Preview
Loading…
取消
儲存