保留可配置入口,未启用
This commit is contained in:
@@ -325,7 +325,7 @@ func (r *Registrator) calcDeltaCoeffs() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (r *Registrator) DoCoRegestration() error {
|
||||
func (r *Registrator) DoCoRegistration() error {
|
||||
for band := 0; band < MssBands; band++ {
|
||||
if len(r.deltaXCoeffs[band]) < 2 || len(r.deltaYCoeffs[band]) < 3 {
|
||||
log.Error("delta coefficients not calculated, skip co-registration")
|
||||
|
||||
Reference in New Issue
Block a user