Calculation¶
After the measurements are done, the average inclination and the deviation can be calculated from the results. The results give the coordinate system axis-aligned inclination components and standard deviations, as well as the resulting inclination and its direction.
Requirements¶
Inclination measurement files from previous measurements
Methodology¶
In each horizontal position 2 angles are given. The calculation is carried out with the following general steps:
For each position
Calculate cross and length offset of the standing axis 1 meter above the measurement center.
Convert cross-length coordinates to polar
Correct inclination direction with instrument bearing
Convert polar inclination back to coordinates
Calculate mean and deviation of inclination coordinates
Convert mean coordinates to angles for axis-aligned results
Convert mean coordinates to polar inclination
Results can be either printed to the terminal, or saved a CSV file.
Usage¶
iman calc inclination¶
Calculate inclination from measurements.
Crosswise and lengthwise inclination components together with the corresponding azimuths can be used to calculate an oriented resulting inclination. The program first calculates the axis-aligned inclination components (and their deviations if multiple measurements are available), then computes the resulting inclination and its direction.
iman calc inclination [OPTIONS] INPUT
Options
- -o, --output <output>¶
File to save results to in CSV format
Arguments
- INPUT¶
Required argument
Inclination measurement file to process