rpc 非线性方法

This commit is contained in:
nuknal
2024-08-30 17:01:33 +08:00
parent 78e95f331d
commit 19522db7c8
7 changed files with 158 additions and 79 deletions

View File

@@ -56,8 +56,8 @@ type RPCModel struct {
// rational polynomial coeffients
func NewRPC(r *Registrator, scene *Scene, rpb string) *RPC {
rpc := RPC{
elevationLayer: 5,
gridsize: 5,
elevationLayer: 4,
gridsize: 19,
registrator: r,
scene: scene,
rpb: rpb,