哇,第三代的設計圖都已出來了!續談軟體部分:
台灣使用Starry Night星圖軟體的人數遠少於免費的Stellarium
採用SN的Digital STARLAB雖然在台使用多年,可惜大家都很忙,沒多花時間研究進階用法
。Digital STARLAB所提供,採用HTML的SNF檔案乏人花時間整理研究。
舉一個Starry Night Dome進階整合圖像(IMAGEs Slides)及魚眼影片的例子如下:
// 以全螢幕模式播放極光魚眼影片aurora.mov ,Robbie Herrick
// 影片必須放置Sky Data下的子目錄"Go"(即SkyGuide)或另增的子目錄"Movies"或"Media"底下
<html>
<body>
<SN_VALUE name="Scene_Reset" value="No">
<SN_VALUE name="TreatValueListAsCommands" value="Yes">
<SN_VALUE name="Slide_Command" value="Yes">
<SN_VALUE name="Slide_TransitionTime" value="0.0">
<SN_VALUE name="Slide_TransferMode" value="5">
<SN_VALUE name="Slide_ProjectionMode" value="fullscreen">
<SN_VALUE name="Slide_FileName" value="aurora.mov">
</body>
</html>
注:由於沒有SN Small Dome & SN Small Dome Projector這兩個applications,這個SNF FILE我並未試過。
Stellarium採用JavaScript可彈性按時間排程,似較佳。
下例是Stellarium月全食Script檔:
// Name: Total Lunar Eclipse月全食
// License: Public Domain
// Author: Matthew Gates
// Description: Script to demonstrate a total lunar eclipse.
// Wait for 1 second先等一秒
core.wait(1);
// Setup display mode:azimuthal mount, atmosphere, landscape, no lines, labels or markers
core.clear("natural");
// We'll turn these off as the sun comes up, but for pre-dawn we want to show them
LandscapeMgr.setFlagLandscape(false);
LandscapeMgr.setFlagAtmosphere(false);
LandscapeMgr.setFlagFog(false);
// Wait for 1 second
core.wait(1);
// OK, move to the date(UTC) for the Total Lunar Eclipse 設定時間(UTC)
core.setDate("2004:05:04T17:51:00");
// Select Moon,selection pointer not enabled 選定月球
core.selectObjectByName("Moon", false);
// Set Moon tracking on and go to selected object.
StelMovementMgr.setFlagTracking(true);
// Wait for 2 second
core.wait(2);
// Zoomin the target: Moon 拉近月球距離
StelMovementMgr.autoZoomIn(2);
// Wait for 2 second
core.wait(2);
// Set Time Rate 250X speed 時間加速250倍
core.setTimeRate(250);
這麼簡單的Stellarium Script,顯示的畫面當然不如商業軟體SN的漂亮畫面
下面附的Stellarium Console設定畫面已接近這個簡單的Stellarium Script
漂亮的夏威夷檀香山地景:凌晨月掩土星(如上圖,由於位置問題,台灣不可見)
Stellarium .ssc script執行金牛座中49分鐘月掩土星過程截圖(如上圖)
有沒有顯示中文解說的例子?上圖例就是!
最近練習彈性調整天象過程的月掩土星Moon_Occulation_Zh.rar附於後
http://familystar.org.tw/forum/index.php?action=dlattach;topic=3966.0;attach=81613,可以參考一下