Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
EnPT
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EnMAP
GFZ_Tools_EnMAP_BOX
EnPT
Commits
9c7d96bb
Commit
9c7d96bb
authored
1 year ago
by
Daniel Scheffler
Browse files
Options
Downloads
Patches
Plain Diff
Improve docstrings for better Sphinx output.
Signed-off-by:
Daniel Scheffler
<
danschef@gfz-potsdam.de
>
parent
d03de754
No related branches found
Branches containing commit
Tags
v0.20.1
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
enpt/options/config.py
+14
-11
14 additions, 11 deletions
enpt/options/config.py
with
14 additions
and
11 deletions
enpt/options/config.py
+
14
−
11
View file @
9c7d96bb
...
...
@@ -233,9 +233,10 @@ class EnPTConfig(object):
:key output_interleave:
raster data interleaving type (default:
'
pixel
'
)
-
'
band
'
: band-sequential (BSQ),
-
'
line
'
: data interleaved-by-line (BIL; only usable for ENVI output format),
-
'
pixel
'
data interleaved-by-pixel (BIP)
-
'
band
'
: band-sequential (BSQ),
-
'
line
'
: data interleaved-by-line (BIL; only usable for ENVI output format),
-
'
pixel
'
data interleaved-by-pixel (BIP)
:key output_nodata_value:
output no-data/background value (should be within the integer 16-bit range, default: -32768)
...
...
@@ -284,11 +285,12 @@ class EnPTConfig(object):
:key mode_ac:
3 modes to determine which atmospheric correction is applied at which surfaces (default: land):
-
'
land
'
: SICOR (developed for land surfaces is applied to land AND water surfaces
-
'
water
'
: POLYMER (developed for water surfaces) is applied to water only
(land surfaces are no included in the L2A product)
-
'
combined
'
: SICOR is applied to land and POLYMER is applied to water surfaces;
NOTE that this may result in edge effects, e.g., at coastlines
-
'
land
'
: SICOR (developed for land surfaces is applied to land AND water surfaces
-
'
water
'
: POLYMER (developed for water surfaces) is applied to water only
(land surfaces are no included in the L2A product)
-
'
combined
'
: SICOR is applied to land and POLYMER is applied to water surfaces;
NOTE that this may result in edge effects, e.g., at coastlines
:key polymer_additional_results:
Enable the generation of additional results when running ACwater/POLYMER (default: True)
...
...
@@ -301,9 +303,10 @@ class EnPTConfig(object):
:key threads:
number of threads for multiprocessing of blocks (see bellow):
-
'
threads = 0
'
: for single thread
-
'
threads < 0
'
: for as many threads as there are CPUs
-
'
threads > 0
'
: gives the number of threads
-
'
threads = 0
'
: for single thread
-
'
threads < 0
'
: for as many threads as there are CPUs
-
'
threads > 0
'
: gives the number of threads
:key blocksize:
block size for multiprocessing
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment