BEAM BLOCKAGE
beamb_defines Namespace Reference

Variables

float BEAMBLOCKAGE_DBLIMIT = -6.0
 The limit of the Gaussian approximation of main lobe.
 
float 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).
 

Detailed Description

Copyright (C) 2005 - Swedish Meteorological and Hydrological Institute (SMHI)

This file is part of RAVE.

RAVE is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

RAVE is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License
along with RAVE.  If not, see <http://www.gnu.org/licenses/>.

Variable Documentation

◆ BEAMBLOCKAGE_BBLIMIT

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).

An attempt to set the parameter smaller than 0.0 or larger than 1.0 will cause the restore function to abort.

◆ BEAMBLOCKAGE_DBLIMIT

float beamb_defines.BEAMBLOCKAGE_DBLIMIT = -6.0

The limit of the Gaussian approximation of main lobe.