Settings Reference
ACOLITE uses a hierarchical settings system. Settings can be specified in:
config/defaults.txt- Global defaults (lowest priority)config/defaults/*.txt- Sensor-specific defaultsUser settings file
Command-line arguments (highest priority)
Create a settings file with only the parameters you want to change from defaults.
Input/Output Settings
Setting |
Default |
Description |
|---|---|---|
|
None |
Input file(s) or directory, comma-separated |
|
None |
Output directory path |
|
None |
External geolocation file |
|
True |
Include lat/lon in output |
|
False |
Include x/y coordinates |
|
True |
Include sun/view geometry |
|
False |
Output TOA radiance |
|
False |
Output brightness temperature |
|
5 |
Output verbosity level (0-10) |
Region Selection
Setting |
Default |
Description |
|---|---|---|
|
None |
Bounding box: South,West,North,East |
|
None |
Polygon file (GeoJSON, shapefile) or WKT |
|
True |
Use polygon bounding box for initial crop |
|
False |
Clip output to polygon boundary |
|
Name for the region (used in filenames) |
|
|
None |
Station longitude for extraction |
|
None |
Station latitude for extraction |
|
None |
Size of extraction box |
|
km |
Units for box size (km, m, pixel) |
|
None |
Buffer to add around limit |
|
degrees |
Buffer units (degrees, km, m) |
|
False |
Merge adjacent tiles (Sentinel-2) |
|
False |
Crop at L1R level |
Atmospheric Correction
Setting |
Default |
Description |
|---|---|---|
|
True |
Enable atmospheric correction |
|
dark_spectrum |
Correction method |
|
tiled |
AOT estimation mode (tiled, fixed, segmented) |
|
None |
Fixed AOT value (when dsf_aot_estimate=fixed) |
|
ACOLITE-LUT-202110-MOD2 |
LUT for fixed AOT mode |
|
2 |
Number of bands for AOT fit |
|
min |
AOT aggregation method (min, mean, median) |
|
intercept |
Dark spectrum method (intercept, darkest, percentile) |
|
1 |
Percentile for dark pixel selection |
|
1000 |
Pixels for intercept calculation |
|
min_drmsd |
Model selection criterion |
|
400,2500 |
Wavelength range for DSF (nm) |
|
None |
Bands to exclude from DSF |
Tiled Processing
Setting |
Default |
Description |
|---|---|---|
|
100,100 |
Tile size in pixels (rows, cols) |
|
True |
Smooth tile AOT values |
|
3 |
Smoothing kernel size |
|
linear |
Interpolation method between tiles |
|
0.10 |
Minimum valid pixel coverage per tile |
|
0.01 |
Minimum allowed AOT |
|
1.20 |
Maximum allowed AOT |
|
False |
Smooth final AOT field |
|
10,10 |
Smoothing box size |
|
True |
Fill NaN values in AOT |
Gas Transmittance
Setting |
Default |
Description |
|---|---|---|
|
True |
Apply gas transmittance correction |
|
0.85 |
Minimum transmittance for AOT retrieval |
|
0.70 |
Minimum transmittance for reflectance |
Ancillary Data
Setting |
Default |
Description |
|---|---|---|
|
True |
Retrieve ancillary data automatically |
|
GMAO_MERRA2_MET |
Ancillary data source |
|
0.3 |
Default ozone (atm-cm) |
|
1.5 |
Default water vapor (g/cm²) |
|
None |
Fixed pressure (hPa) |
|
1013.25 |
Default pressure (hPa) |
|
None |
Fixed wind speed (m/s) |
|
2 |
Default wind speed (m/s) |
DEM Settings
Setting |
Default |
Description |
|---|---|---|
|
False |
Use DEM for pressure correction |
|
True |
Per-pixel DEM pressure |
|
25 |
DEM percentile for tile pressure |
|
copernicus30 |
DEM source (copernicus30, copernicus90, srtm) |
|
False |
Apply DEM shadow masking |
|
True |
Extend shadow mask |
|
3000 |
Shadow extension distance |
Sun Glint Settings
Setting |
Default |
Description |
|---|---|---|
|
False |
Model air-water interface |
|
default |
Interface model option |
|
False |
Apply residual glint correction |
|
1500,2400 |
SWIR range for glint estimation |
|
1600 |
Wavelength for glint masking |
|
0.05 |
Glint mask threshold |
Adjacency Correction
Setting |
Default |
Description |
|---|---|---|
|
False |
Enable adjacency correction |
|
None |
Method (radcor) |
|
5.0 |
RAdCor kernel radius (km) |
|
15 |
Maximum view zenith angle |
|
tsdsf |
AOT estimation for RAdCor |
L2W Parameters and Masking
Setting |
Default |
Description |
|---|---|---|
|
None |
Parameters to compute (comma-separated) |
|
True |
Apply masking to L2W products |
|
1600 |
Wavelength for land masking |
|
0.0215 |
Reflectance threshold for masking |
|
True |
Mask water parameters |
|
True |
Mask negative water reflectance |
|
400,900 |
Wavelength range for negative check |
|
True |
Apply cirrus masking |
|
0.005 |
Cirrus reflectance threshold |
|
True |
Mask high TOA pixels |
|
0.3 |
High TOA threshold |
|
True |
Smooth mask |
|
3 |
Smoothing sigma |
NetCDF Options
Setting |
Default |
Description |
|---|---|---|
|
True |
Include projection info |
|
False |
Enable compression |
|
4 |
Compression level (1-9) |
GeoTIFF Export
Setting |
Default |
Description |
|---|---|---|
|
False |
Export L1R as GeoTIFF |
|
False |
Export L2R as GeoTIFF |
|
False |
Export L2W as GeoTIFF |
|
False |
Create Cloud Optimized GeoTIFF |
|
False |
Export L1R RGB as GeoTIFF |
|
False |
Export L2R RGB as GeoTIFF |
RGB and Map Settings
Setting |
Default |
Description |
|---|---|---|
|
True |
Generate TOA RGB image |
|
True |
Generate surface RGB image |
|
False |
Generate water-leaving RGB |
|
650 |
Red band wavelength (nm) |
|
560 |
Green band wavelength (nm) |
|
480 |
Blue band wavelength (nm) |
|
0.0,0.0,0.0 |
Minimum values for RGB scaling |
|
0.15,0.15,0.15 |
Maximum values for RGB scaling |
|
1.0,1.0,1.0 |
Gamma correction per band |
|
False |
Generate L1R maps |
|
False |
Generate L2R maps |
|
False |
Generate L2W maps |
|
True |
Include title on maps |
|
True |
Include colorbar |
|
False |
Include scale bar |
|
300 |
Map resolution (DPI) |
Reprojection
Setting |
Default |
Description |
|---|---|---|
|
False |
Reproject outputs |
|
None |
Target EPSG code |
|
None |
Output resolution (m) |
|
bilinear |
Resampling method |
|
L1R,L2R,L2W |
Which levels to reproject |
TACT (Thermal) Settings
Setting |
Default |
Description |
|---|---|---|
|
False |
Enable thermal processing |
|
era5 |
Atmospheric profile source |
|
medium |
libRadtran spectral resolution |
|
water |
Emissivity assumption |
|
3.5,14 |
Thermal wavelength range (µm) |
|
False |
Use system libRadtran installation |
Sensor-Specific Settings
Sentinel-2
Setting |
Default |
Description |
|---|---|---|
|
10 |
Target resolution (m) |
|
grids_footprint |
Geometry interpolation method |
|
60 |
Geometry resolution (m) |
|
False |
Remove blackfill lines |
Sentinel-3 OLCI
Setting |
Default |
Description |
|---|---|---|
|
True |
Apply smile correction |
|
False |
Use tie-point grids |
|
True |
Use L1 ancillary data |
VIIRS
Setting |
Default |
Description |
|---|---|---|
|
img+mod |
Band option (img, mod, img+mod) |
|
True |
Per-scanline projection |
|
True |
Apply M-band masking |
Landsat
Setting |
Default |
Description |
|---|---|---|
|
PIXEL,RADSAT,SATURATION,AEROSOL |
QA bands to process |
|
False |
Output QA bands |
PRISMA
Setting |
Default |
Description |
|---|---|---|
|
True |
Per-pixel SZA for TOA |
|
False |
Store L2C data |