Digitalis Digitarium Alpha Bedienungsanleitung

Stöbern Sie online oder laden Sie Bedienungsanleitung nach Projektoren Digitalis Digitarium Alpha herunter. StratoScript™ 11.12.1 Command Reference Benutzerhandbuch

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 13
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 0
StratoScript™ 11.12.1 Command Reference
November 6, 2012
StratoScript is a simple language developed by Digitalis Education Solutions, Inc. for automating Nightshade
TM
(originally Stellarium) planetarium simulation
software. Anyone with some astronomy knowledge can be successful with StratoScript scripting. Use it to alleviate tedious manual sequences or provide special
effects with image manipulation, audio, video playback (where supported), and more.
This document outlines StratoScript commands supported by: Nightshade 11.12.1
Command format basics:
The command format consists of a command name followed by an optional list of arguments in the form of name/value pairs.
Whitespace is used as a delimiter.
Argument values requiring included whitespace can be enclosed in double quotes ("This is a value with spaces.").
Commands and argument names are case insensitive, however argument values are typically case sensitive.
Argument pairs can be arranged in any order.
COMMAND ARGUMENT_NAME1 ARGUMENT_VALUE1 ARGUMENT_NAME2 ARGUMENT_VALUE2 ...
Example Commands:
select planet Jupiter
flag atmosphere on
date utc 1999-08-11T12:00:00
wait duration 2.31
moveto lat 45.7 lon -122 duration 5
landscape action load type spherical texture egarden.png
select nebula “Southern Ring Nebula” pointer off
set home_planet "Solar System Observer"
Below is a list of valid commands, along with their supported argument names and values. Lowercase values are literal, uppercase values are explanatory (i.e.
replace SECONDS with the number of seconds desired). The background color of the commands alternates in gray below to aid readability. Note that command
arguments may span page breaks in this document.
Features that will only work on particular planetarium system platforms are designated by the supported platform inside square brackets, in blue. For example, a
feature only available on the Digitalis Digitarium
®
OP3 or newer platforms is marked by: [OP3+].
Please note that a few features do not work on the Windows version, notably the external_viewer command and time zone or daylight savings related
commands or features.
New features for this release: Galactic grid flag and color is new. New wait command option allows waiting until a specific time into a script before continuing
with the next command. For example, “wait until 1:30” would wait until 1 minute and 30 seconds into the script and then continue on to the next command.
Copyright 2011, Digitalis Education Solutions, Inc. This document in whole may be freely copied, distributed, translated, and published, but it may not
be modified in any other way without written permission. Nightshade, StratoScript, and Digitarium are trademarks of Digitalis Education Solutions, Inc.
StratoScript 11.12.1 Command Reference NightshadeSoftware.org 1 / 13
Seitenansicht 0
1 2 3 4 5 6 ... 12 13

Inhaltsverzeichnis

Seite 1

StratoScript™ 11.12.1 Command ReferenceNovember 6, 2012StratoScript is a simple language developed by Digitalis Education Solutions, Inc. for automati

Seite 2

Command Argument Name Argument Values Notesnebula magnitude MAGNITUDEnebula name NEBULA_NAME Name as defined in data/nebula_textures.fab or new name.n

Seite 3

Command Argument Name Argument Values Notesset constellation_art_fade_duration SECONDSset constellation_art_intensity SCALE 0-1set duration SECONDSCur

Seite 4

Command Argument Name Argument Values Notesset star_twinkle_amount 0 is no twinklingset time_zone TIME_ZONESee data/zone.tab for valid timezone names.

Seite 5

Command Argument Name Argument Values Noteszoom autoininitialout"initial" returns to configured initial fov and viewing direction zoom fov D

Seite 6

Command Argument Name Argument Values Notesaudio actiondroppauseplayresumesync“drop” halts playback and drops the track from memory. To resume an aud

Seite 7

Command Argument Name Argument Values Notescolor propertyazimuthal_gridcardinal_pointsconstellation_artconstellation_boundariesconstellation_linescons

Seite 8

Command Argument Name Argument Values Notescove_lights preset PRESETAn integer denoting the desired preset to load. The duration argument will not eff

Seite 9

Command Argument Name Argument Values Notesexternal_viewer background_framerate FRAMES_PER_SECOND[OP3+] While playing a video Nightshade will slow its

Seite 10

Command Argument Name Argument Values Notesflag constellation_drawing on, 1, off, 0, toggle Draw constellation line drawings.flag constellation_names

Seite 11

Command Argument Name Argument Values Notesflag point_star on, 1, off, 0, toggle Draw stars and planets as single pixels regardless of magnitude.flag

Seite 12

Command Argument Name Argument Values Notesimage mipmap on, 1, off, 0If on, this will make images a little blurry, but this avoid distracting scintill

Seite 13

Command Argument Name Argument Values Noteslandscape texture IMAGE_FILENAMEThe standard landscape image. The file name needs to be specified in full

Kommentare zu diesen Handbüchern

Keine Kommentare