This commit is contained in:
nuknal
2024-06-06 16:54:09 +08:00
parent b5e566fb0e
commit f7c4237c77
6 changed files with 12 additions and 14 deletions

View File

@@ -73,10 +73,10 @@ func (r *Registrator) makeProductMeta(scene *Scene) *ProductMeta {
switch scene.Type {
case "PAN":
meta.Gsd = 1.25
meta.Gsd = 1.3
meta.Bands = 1
case "MSS":
meta.Gsd = 5
meta.Gsd = 5.2
meta.Bands = 4
}