[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
The azimuth is defined in GNU Gama as an observed horizontal angle
measured from the North to the given target. The true north
orientation is measured by gyrotheodolites, mainly in mine
surveying. In Gama azimuths’ angle can be measured clockwise or
counterclocwise according to the angle orientation defined in
<parameters />
tag.
Azimuths are expressed with the following attributes in an
empty-element tag <azimuth />
from = "…"
standpoint identification
to = "…"
target point identification
val = "…"
observed azimuth; see section Angular units
stdev = "…"
standard deviation (optional)
from_dh = "…"
instrument height (optional)
to_dh = "…"
reflector/target height (optional)
The standard deviation is an optional attribute. However since all
observations in the adjustment must have their weights defined, the
standard deviation must be given either explicitly with the attribute
stdev="…"
or implicitly with <points-observation
azimuth-stdev="…" >
or with a variance-covariance matrix for
the given observation set.
<points-observations azimuth-stdev="15.0"> <azimuth from="1" to= "2" val= "96.484371" /> |
This document was generated on February 17, 2024 using texi2html 1.82.