瀏覽代碼

Fix typo

tags/v1.8.0
Liam 2 年之前
committed by GitHub
父節點
當前提交
51405971fd
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +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 -120°C to +40°C
// Rescale to 0-255 for -100°C to +60°C
T = (T + 100.0) / 160.0 * 255.0;

return T;


Loading…
取消
儲存