BEAM BLOCKAGE
|
Contains some parameters used by beamb_quality_plugin.py. More...
Namespaces | |
namespace | beamb_defines |
Variables | |
beamb_defines.BEAMB_ROOT = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) | |
Get root folder for this installation. | |
str | beamb_defines.BEAMB_OPTIONS_FILE = f"{BEAMB_ROOT}/config/beamb_options.xml" |
The beamb options file. | |
float | beamb_defines.BEAMBLOCKAGE_DBLIMIT = -6.0 |
The limit of the Gaussian approximation of main lobe. | |
float | beamb_defines.BEAMBLOCKAGE_BBLIMIT = 1.0 |
The threshold for correcting beamblockage, must be between 0.0 and 1.0, if set to 1.0, no masking with nodata will be done i.e correction will be done for all blockage up to 1.0 with 1.0 excluded due to that the underlying C-code cannot deal with 1.0 (division by zero). | |
Contains some parameters used by beamb_quality_plugin.py.
This file will be imported by beamb_quality_plugin.py.