attitude update frequency

This commit is contained in:
nuknal
2024-09-13 12:51:02 +08:00
parent ec793d17ba
commit 001ad32b8e
5 changed files with 7 additions and 3 deletions

View File

@@ -53,6 +53,8 @@ func (d *Dem1Km) Load() error {
d.height = structure.SizeY
hDataset.Close()
log.Infof("DEM loaded: %s, %d x %d, wUnit: %.2f, hUnit: %.2f", d.File, d.width, d.height, d.wUnit, d.hUnit)
return nil
}