Stellarium .ssc示例脚本
可以通过ECMAScript 重复使用Stellarium。 Stellarium一直在稳步增强脚本功能和常规功能,因此运行较新版本的Stellarium通常会有好处。
用法
在Stellarium中,按F12键打开脚本加载/运行对话框。
参数
以下是一些相关参数。
FOV =视场。
LabelMgr . deleteAllLabels ( ) // clear off any labels that clutter view
core . setDate ( "2000-01-23T04:45:15" , "utc" , true ) // use UTC time
core . setTimeRate ( 0 ) // do not advance time, pause at the specified time
StelMoveme
1