forked from geospace-code/stellarium-scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
HST2.ssc
19 lines (16 loc) · 744 Bytes
/
HST2.ssc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
core.setObserverLocation(-147.496908333,65.12657,208,0,"HST2", "Earth")
core.moveToRaDecJ2000(180.626, 51.198,0)
core.setDate("2013-04-14T08:54:07","utc",true)
core.setTimeRate(0)
StelMovementMgr.zoomTo(9.5,0)
core.setDiskViewport(false)
GridLinesMgr.setFlagAzimuthalGrid(true)
GridLinesMgr.setFlagEquatorGrid(true)
LandscapeMgr.setFlagCardinalsPoints(true)
LandscapeMgr.setFlagLandscape(false)
ConstellationMgr.setFlagLines(true)
ConstellationMgr.setFlagLabels(true)
//core.wait(2); //to allow FOV to settle
//LabelMgr.labelScreen("HST2 El/Az (deg.)",400,380,true,20,"#ff0000")
//LabelMgr.labelScreen(core.getViewAltitudeAngle(), 400, 400, true, 20, "#ff0000");
//LabelMgr.labelScreen(core.getViewAzimuthAngle(),400,420,true,20,"#ff0000");