@@ -2,14 +2,15 @@ i.atcorr
2
2
Performs atmospheric correction using the 6S algorithm.
3
3
Imagery (i.*)
4
4
ParameterRaster|input|Name of input raster map|False
5
- ParameterBoolean|-a|Input from ETM+ image taken after July 1, 2000|False
6
- ParameterBoolean|-b|Input from ETM+ image taken before July 1, 2000|False
5
+ ParameterRange|range|Input imagery range [0,255]|0,255|True
7
6
ParameterRaster|elevation|Input altitude raster map in m (optional)|True
8
7
ParameterRaster|visibility|Input visibility raster map in km (optional)|True
9
8
ParameterFile|parameters|Name of input text file|False|False
10
- ParameterRange|range|Input imagery range [0,255]|0,255
11
- ParameterBoolean|-o|Try to increase computation speed when altitude and/or visibility map is used|True
9
+ ParameterRange|rescale|Rescale output raster map [0,255]|0,255|True
12
10
OutputRaster|output|Atmospheric correction
13
- ParameterBoolean|-f|Output raster is floating point|False
14
- ParameterRange|rescale|Rescale output raster map [0,255]|0,255
11
+ *ParameterBoolean|-i|Output raster map as integer|False
12
+ *ParameterBoolean|-r|Input raster map converted to reflectance (default is radiance)|False
13
+ *ParameterBoolean|-a|Input from ETM+ image taken after July 1, 2000|False
14
+ *ParameterBoolean|-b|Input from ETM+ image taken before July 1, 2000|False
15
+
15
16
0 commit comments