| Name |
Data Type |
Default |
Description |
Constraints |
inputPaths |
File[] |
|
The paths to be scanned for input products. May point to a single file or a directory.
If path ends with '**' the directory is scanned recursively. |
|
exportBands |
Boolean |
true |
Specifies if bands are to be exported |
|
exportTiePoints |
Boolean |
true |
Specifies if tie-points are to be exported |
|
exportMasks |
Boolean |
true |
Specifies if masks are to be exported |
|
coordinates |
Coordinate[] |
|
The geo-coordinates |
|
timeDifference |
String |
1D |
The acceptable time difference compared to the time given for a coordinate.
The format is a number followed by (D)ay, (H)our or (M)inute. |
|
coordinatesFile |
File |
|
Path to a file containing geo-coordinates. BEAM's placemark files can be used. |
|
windowSize |
Integer |
1 |
Side length of surrounding window (uneven) |
|
outputDir |
File |
|
The output directory. |
not null |
outputFilePrefix |
String |
pixEx |
The prefix is used to name the output files. |
|
expression |
String |
|
Band maths expression (optional). Defines valid pixels. |
|
exportExpressionResult |
Boolean |
true |
If true, the expression result is exported per pixel, otherwise the expression
is used as filter (all pixels in given window must be valid). |
|
exportSubScenes |
boolean |
false |
If set to true, sub-scenes of the regions, where pixels are found, are exported. |
|
subSceneBorderSize |
int |
0 |
An additional border around the region where pixels are found. |
|
exportKmz |
boolean |
false |
If set to true, a Google KMZ file will be created, which contains the coordinates where pixels are found. |
|