@@ -38,13 +38,16 @@ <h3>Overview</h3>
3838
3939< p > The nadir product of AATSR 4th reprocessing is missing a flag indicating cloud shadows. The IdePix AATSR Cloud Shadow
4040 processor aims to provide such a flag over land.
41- It has been the goal to calculate this cloud shadow flag based on the information in the Level 1 product only. From the
41+ It has been the goal to calculate this cloud shadow flag based on the information in the Level-1 product only. From
42+ the
4243 cloud flag and the geometry of sun illumination and observation almost all necessary information is given, which
43- allows a translation of the cloud shadow algorithm for OLCI to AATSR.
44- The general idea is to start from a pixel, which has been flagged as a cloud, and follow the direction of
45- illumination until the surface is reached.
46- <!--TODO--> <!--ALMOST? Mention CTH here?-->
47- This Idepix processor does not provide all flags which are defined by other IdePix processors. This one sets only 3 of the general IdePix flags.< br >
44+ allows a translation of the cloud shadow algorithm for OLCI to AATSR. The information which is missing in the
45+ Level-1 product, is the cloud top height value. Thus this value can be provided as a parameter which is then used
46+ for the whole scene.
47+ The general idea of the shadow detection algorithm is to start from a pixel, which has been flagged as a cloud, and
48+ follow the direction of illumination until the surface is reached.
49+ This Idepix processor does not provide all flags which are defined by other IdePix processors. This one sets only
50+ 3 of the general IdePix flags.< br >
4851 These are:< br >
4952 < b > IDEPIX_CLOUD, IDEPIX_CLOUD_SHADOW and IDEPIX_LAND</ b >
5053</ p >
@@ -53,7 +56,8 @@ <h3>Overview</h3>
5356< ul >
5457 < li > < a href ="AatsrAlgo.html "> Description of the Algorithm</ a > </ li >
5558 < li > < a href ="AatsrIntro.html "> Description of the Processor</ a > </ li >
56- < li > < a href ="nbdocs://org.esa.snap.snap.help/org/esa/snap/idepix/core/docs/core/IdepixTool.html "> Description of IdePix in General</ a > </ li >
59+ < li > < a href ="nbdocs://org.esa.snap.snap.help/org/esa/snap/idepix/core/docs/core/IdepixTool.html "> Description of
60+ IdePix in General</ a > </ li >
5761</ ul >
5862< br >
5963
0 commit comments