Output Settings and View

Asked by Mohammad Hadi Sotoudeh

Is there any way to save stellarium view of the sky to a file?
Pressing F2 and saving view allows saving maximum of 1 view/settings...

Question information

Language:
English Edit question
Status:
Solved
For:
Stellarium Edit question
Assignee:
No assignee Edit question
Solved by:
gzotti
Solved:
Last query:
Last reply:
Revision history for this message
Alexander Wolf (alexwolf) said :
#1

What you want to get as result?

Revision history for this message
Mohammad Hadi Sotoudeh (mhsotoudeh) said :
#2

An executable file which launching it opens Stellarium with desired location, time, sky view and sky settings. (Like Save As option in Starry Night software...)

Revision history for this message
Alexander Wolf (alexwolf) said :
#3

You can write a script (or scripts) with settings, what you want to see in Stellarium and run them (via shortcuts within planetarium or via double-click on the script on Windows).

Hint: by default the script startup.ssc is run at startup of planetarium.

Revision history for this message
Best gzotti (georg-zotti) said :
#4

You can also store view and rename config.ini to have several variants, then start Stellarium using some particular config_Special.ini:

stellarium --config-file myConfig.ini

Or even use a separate user data directory (instead of AppData\Roaming\Stellarium):

stellarium --user-dir e:\Stellarium\specialUserData

Revision history for this message
Mohammad Hadi Sotoudeh (mhsotoudeh) said :
#5

Thanks gzotti, that solved my question.