소스 검색

Fix typo

tags/v1.8.0
Liam 2 년 전
committed by GitHub
부모
커밋
51405971fd
No known key found for this signature in database 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;


불러오는 중...
취소
저장