暂时使用星下点坐标作为图像左上角坐标
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
package config
|
||||
|
||||
import "github.com/sirupsen/logrus"
|
||||
|
||||
type Config struct {
|
||||
CRConfig CoRegistrationConfig `yaml:"cr_config" mapstructure:"cr_config"`
|
||||
LogLevel logrus.Level `yaml:"log_level" mapstructure:"log_level"`
|
||||
}
|
||||
|
||||
type CoRegistrationConfig struct {
|
||||
@@ -20,6 +23,7 @@ var GCONFIG Config
|
||||
|
||||
func init() {
|
||||
GCONFIG = Config{
|
||||
LogLevel: logrus.DebugLevel,
|
||||
CRConfig: CoRegistrationConfig{
|
||||
MssBands: 4,
|
||||
PixelBytes: 2,
|
||||
|
||||
Reference in New Issue
Block a user