Calculation¶
The most common calculation needed after set measurements is the determination of the target coordinates, from results of multiple measurement sessions and/or cycles. The resulting coordinates (as well as their deviations) are saved to a simple CSV file.
Requirements¶
Session result file from previous set measurement
Examples¶
iman calc sets -p 3 merged.json results.csv
iman calc sets --header -d ; merged.json results.csv
Usage¶
iman calc sets¶
Calculate results from set measurements.
The most common calculation needed after set measurements is the determination of the target coordinates, from results of multiple measurement sessions and/or cycles. The resulting coordinates (as well as their deviations) are saved to a simple CSV file.
iman calc sets [OPTIONS] INPUT OUTPUT
Options
- --header¶
Write column headers
- -d, --delimiter <delimiter>¶
Column delimiter character
- -p, --precision <precision>¶
Decimal precision
- --allow-oneface¶
Accept points with face 1 measurements only as well
- --station <station>¶
Override the recorded station coordinates
- --instrumentheight, --iheight <instrumentheight>¶
Override instrument height
- --orientation <orientation>¶
Override instrument orientation
Arguments
- INPUT¶
Required argument
Input session file to process
- OUTPUT¶
Required argument
Output CSV file