I installed one of the latest python upgrade and the function for co-register data has changed.
Until a few time ago I used this lines to apply the coregistration, now they do not work anymore.
params = {'MaxIters': 500}
coregister_ecc = ECCRegistrationTask((FeatureType.DATA, 'BANDS'), valid_mask_feature=(FeatureType.MASK, 'VALID_DATA'), channel=0, params=params)
eopatch_ecc = coregister_ecc(eopatch_clean)
What can I do?
Thanks for the support
