Label | Explanation | Data Type |
Input Mosaic Dataset
| The input mosaic dataset path. | Mosaic Dataset; Mosaic Layer |
Input Solution Table
| The associated solution point table after block adjustment. | Table View |
Input Solution Points
| The solution point feature class. | Table View |
Output Report
| File | |
Input Control Points For Adjustment
(Optional) | The associated control points table, which may include tie points and ground control points. | Table View |
Report Format
(Optional) | Specifies the output format of the block adjustment report.
| String |
Summary
Usage
If the optional control points table is included, the output report will contain the accuracy assessment of the control points, as well as the accuracy assessment of the block adjustment.
Parameters
arcpy.management.GenerateBlockAdjustmentReport(input_mosaic_dataset, input_solution_table, input_solution_point, output_report, {input_control_point_for_adjustment}, {report_format})
Name | Explanation | Data Type |
input_mosaic_dataset | The input mosaic dataset path. | Mosaic Dataset; Mosaic Layer |
input_solution_table | The associated solution point table after block adjustment. | Table View |
input_solution_point | The solution point feature class. | Table View |
output_report | File | |
input_control_point_for_adjustment (Optional) | The associated control points table, which may include tie points and ground control points. | Table View |
report_format (Optional) | Specifies the output format of the block adjustment report.
| String |