xdem.coreg.CoregPipeline#
- class xdem.coreg.CoregPipeline(pipeline)[source]#
A sequential set of co-registration processing steps.
- __init__(pipeline)[source]#
Instantiate a new processing pipeline.
- Param:
Processing steps to run in the sequence they are given.
Methods
__init__(pipeline)Instantiate a new processing pipeline.
apply(elev[, bias_vars, resample, ...])copy()Return an identical copy of the class.
fit(reference_elev, to_be_aligned_elev[, ...])Estimate the coregistration transform on the given DEMs.
fit_and_apply(reference_elev, to_be_aligned_elev)info([as_str])to_matrix()Convert the transform to a 4x4 transformation matrix.
Attributes
is_affineCheck if the transform be explained by a 3D affine transform.
is_translationmetaMetadata dictionary of the coregistration.