1.3.64
 
Loading...
Searching...
No Matches
PragueSkyModel::Parameters Struct Reference

Structure holding all parameters necessary for querying the model. More...

#include <PragueSkyModel.h>

Data Fields

double theta
 
double gamma
 Angle between view direction and direction to sun in radians, supported values in range [0, PI].
 
double shadow
 
double zero
 Altitude-corrected version of the theta angle in radians, supported values in range [0, PI].
 
double elevation
 
double altitude
 Altitude of view point in meters, supported values in range [0, 15000] (for full dataset).
 
double visibility
 
double albedo
 Ground albedo, supported values in range [0, 1] (for full dataset).
 

Detailed Description

Structure holding all parameters necessary for querying the model.

Definition at line 160 of file PragueSkyModel.h.

Field Documentation

◆ albedo

double PragueSkyModel::Parameters::albedo

Ground albedo, supported values in range [0, 1] (for full dataset).

Definition at line 189 of file PragueSkyModel.h.

◆ altitude

double PragueSkyModel::Parameters::altitude

Altitude of view point in meters, supported values in range [0, 15000] (for full dataset).

Definition at line 182 of file PragueSkyModel.h.

◆ elevation

double PragueSkyModel::Parameters::elevation

Sun elevation at view point in radians, supported values in range [-0.073, PI/2] (for full dataset). For view points above ground differs from the ground level sun elevation expected by the computeParameters method.

Definition at line 179 of file PragueSkyModel.h.

◆ gamma

double PragueSkyModel::Parameters::gamma

Angle between view direction and direction to sun in radians, supported values in range [0, PI].

Definition at line 166 of file PragueSkyModel.h.

◆ shadow

double PragueSkyModel::Parameters::shadow

Altitude-corrected angle between view direction and direction perpendicular to a shadow plane (= direction to sun rotated PI / 2 towards direction to zenith) in radians, used for negative solar elevations only, supported values in range [0, PI]

Definition at line 171 of file PragueSkyModel.h.

◆ theta

double PragueSkyModel::Parameters::theta

Angle between view direction and direction to zenith in radians, supported values in range [0, PI].

Definition at line 163 of file PragueSkyModel.h.

◆ visibility

double PragueSkyModel::Parameters::visibility

Horizontal visibility (meteorological range) at ground level in kilometers, supported values in range [20, 131.8] (for full dataset).

Definition at line 186 of file PragueSkyModel.h.

◆ zero

double PragueSkyModel::Parameters::zero

Altitude-corrected version of the theta angle in radians, supported values in range [0, PI].

Definition at line 174 of file PragueSkyModel.h.


The documentation for this struct was generated from the following file: