package config type CoRegistrationConfig struct { CRBlockNW int `yaml:"cr_block_nw" mapstructure:"cr_block_nw"` CRBlockNH int `yaml:"cr_block_nh" mapstructure:"cr_block_nh"` CRResampleMethod string `yaml:"cr_resample_method" mapstructure:"cr_resample_method"` FUSBandOrder string `yaml:"fu_band_order" mapstructure:"fu_band_order"` }