Specifies whether the mosaic dataset will be adjusted using the solution table or whether the mosaic dataset will be reset so there are no adjustments applied.
Adjust the mosaic dataset—The mosaic dataset will be adjusted using the input solution table.
Reset the mosaic dataset—The mosaic dataset will be reset so there are no adjustments applied to it.
Reactivate image status—Images dropped from the adjustment will be restored to active status. Images without the minimum number of control points required for adjustment are dropped from the computation in the standard adjustment operation, such that the images are categorized as Inactive in the footprints table, the maxPS value is set to 0, the imagery is not visible in the map, and the tie points statuses for the dropped images are disabled. This option will restore the Category status to Primary and ensure the maxPS value is resumed. Images that were included in the adjustment process are unaffected by this option.
String
Input Solution Table
(Optional)
The solution table that will be used when adjusting the mosaic dataset. This is the output from the Compute Block Adjustments tool.
Table View
Pan-To-MS Scaling Factor
(Optional)
The scaling factor between the pan-sharpened resolution and the multispectral resolution that will be used if the mosaic dataset contains pan-sharpened rasters.
Double
Input DEM
(Optional)
The DEM that will be used in the block adjustment. This DEM will only be used if it is a higher resolution than any existing DEM in the mosaic dataset.
If this input DEM is used, the geometric function of the mosaic dataset will be updated using this input.
The vertical offset that will be used to adjust the elevation layer within the mosaic dataset's Geometric function.
Double
Control Point Table
(Optional)
The input control point table that will have the same adjustments applied as the solution table adjustments.
Table View
Adjust Footprints
(Optional)
Specifies whether the footprint geometry will be updated using the same transformation that will be applied to the image.
Checked—The footprint geometry will be updated. If a control point table is provided, it will also be transformed.
Unchecked—The footprint geometry will not be updated. This is the default.
Boolean
Solution Point Table
(Optional)
The solution point table that will be used to update the status field for the control point table. This parameter is only used when the Control Point Table parameter value is provided.
Table View
Adjust Tiepoints
(Optional)
Specifies whether the tie points will be updated when a solution point table is provided. This parameter is only used when the Solution Point Table parameter value is provided.
Checked—The tie points will be updated when a solution point table is provided.
Unchecked—The tie points will not be updated. This is the default.
Boolean
Derived output
Label
Explanation
Data type
Updated Input Mosaic Dataset
The output is the same mosaic dataset as the input; no new mosaic dataset is created. The block adjustment is applied to the original mosaic dataset.
Specifies whether the mosaic dataset will be adjusted using the solution table or whether the mosaic dataset will be reset so there are no adjustments applied.
ADJUST—The mosaic dataset will be adjusted using the input solution table.
RESET—The mosaic dataset will be reset so there are no adjustments applied to it.
REACTIVATE—Images dropped from the adjustment will be restored to active status. Images without the minimum number of control points required for adjustment are dropped from the computation in the standard adjustment operation, such that the images are categorized as Inactive in the footprints table, the maxPS value is set to 0, the imagery is not visible in the map, and the tie points statuses for the dropped images are disabled. This option will restore the Category status to Primary and ensure the maxPS value is resumed. Images that were included in the adjustment process are unaffected by this option.
String
input_solution_table
(Optional)
The solution table that will be used when adjusting the mosaic dataset. This is the output from the Compute Block Adjustments tool.
Table View
pan_to_ms_scaling_factor
(Optional)
The scaling factor between the pan-sharpened resolution and the multispectral resolution that will be used if the mosaic dataset contains pan-sharpened rasters.
Double
DEM
(Optional)
The DEM that will be used in the block adjustment. This DEM will only be used if it is a higher resolution than any existing DEM in the mosaic dataset.
If this input DEM is used, the geometric function of the mosaic dataset will be updated using this input.
The vertical offset that will be used to adjust the elevation layer within the mosaic dataset's Geometric function.
Double
control_point_table
(Optional)
The input control point table that will have the same adjustments applied as the solution table adjustments.
Table View
adjust_footprints
(Optional)
Specifies whether the footprint geometry will be updated using the same transformation that will be applied to the image.
ADJUST_FOOTPRINTS—The footprint geometry will be updated. If a control point table is provided, it will also be transformed.
NO_ADJUST_FOOTPRINTS—The footprint geometry will not be updated. This is the default.
Boolean
solution_point_table
(Optional)
The solution point table that will be used to update the status field for the control point table. This parameter is only used when the control_point_table parameter value is provided.
Table View
adjust_tiepoints
(Optional)
Specifies whether the tie points will be updated when a solution point table is provided. This parameter is only used when the solution_point_table parameter value is provided.
ADJUST_TIEPOINTS—The tie points will be updated when a solution point table is provided.
NO_ADJUST_TIEPOINTS—The tie points will not be updated. This is the default.
Boolean
Derived output
Name
Explanation
Data type
out_mosaic_dataset
The output is the same mosaic dataset as the input; no new mosaic dataset is created. The block adjustment is applied to the original mosaic dataset.
Table View
out_control_point_table
The updated control points.
Table View
Code sample
ApplyBlockAdjustment example 1 (Python window)
This is a Python sample for the ApplyBlockAdjustment function.