답변:
ESA의 Sen2cor Toolbox는 짙은 구름이 아닌 안개, 권운 및 구름 그림자를 제거합니다. 모자이크 처리가 아닌 동일한 장면에서 수행됩니다.
AC 흐름은 L2A 알고리즘 문서에서 다음과 같습니다 .
따라서 Sen2cor는 이미지 분류를 수행하고이 레이어를 사용하여 픽셀 값을 수정할 위치를 선택합니다. 각 단계에서 어떤 방정식이 사용되는지 문서를 확인할 수 있습니다.
임계 값 및 옵션은 기본적으로 GIP 파일에서 설정되며 ( L2A_GIPP.xml
) 기본 설정을 덮어 쓰거나 명령 행에서 호출하도록이 파일에서 변경할 수 있습니다.
<WV_Correction>1</WV_Correction>
<!-- 0: No WV correction, 1: only 940 nm bands, 2: only 1130 nm bands , 3: both regions used during wv retrieval, 4: Thermal region -->
<VIS_Update_Mode>1</VIS_Update_Mode>
<!-- 0: constant, 1: variable visibility -->
<WV_Watermask>1</WV_Watermask>
<!-- 0: not replaced, 1: land-average, 2: line-average -->
<Cirrus_Correction>1</Cirrus_Correction>
<!-- 0: no, 1: yes -->
<BRDF_Correction>0</BRDF_Correction>
<!-- 0: no BRDF correction, 1: , 2: ,11, 12, 22, 21: -->
<BRDF_Lower_Bound>0.22</BRDF_Lower_Bound>
<!-- In most cases, g=0.2 to 0.25 is adequate, in extreme cases of overcorrection g=0.1 should be applied -->