Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python调用surfer问题请教 #2

Open
xiaohutong opened this issue Oct 30, 2024 · 1 comment
Open

python调用surfer问题请教 #2

xiaohutong opened this issue Oct 30, 2024 · 1 comment

Comments

@xiaohutong
Copy link

我想在python里边调用surfer来自动化给我成图,大概步骤如下:
1、点击New 3D Surface打开.grd格式的文件,
2、在View中把Rotation (degrees)设置成0,Tilt(degrees)设置成90,
3、在3D Surface-SYZ.grd中将Show color scale这一项勾选上来展示色带图例,
4、在colormap中选择Rainbow6色带,然后Minimum设置成-22,Maximun设置成-9。
以上四个步骤我想用python实现。
但是从色带开始就不知道调用什么函数,也没有对应的开发文档,请问您了解吗?
非常希望能得到您的帮助

@xiaolinmu
Copy link
Owner

我想在python里边调用surfer来自动化给我成图,大概步骤如下: 1、点击New 3D Surface打开.grd格式的文件, 2、在View中把Rotation (degrees)设置成0,Tilt(degrees)设置成90, 3、在3D Surface-SYZ.grd中将Show color scale这一项勾选上来展示色带图例, 4、在colormap中选择Rainbow6色带,然后Minimum设置成-22,Maximun设置成-9。 以上四个步骤我想用python实现。 但是从色带开始就不知道调用什么函数,也没有对应的开发文档,请问您了解吗? 非常希望能得到您的帮助

我参考的是help里面的surfer automation文档,里面有很多在vb的特性和方法,可以参考使用

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants