Skip to content

Instantly share code, notes, and snippets.

@mrbitsdcf
Created November 23, 2019 21:31
Show Gist options
  • Save mrbitsdcf/0717649d6d87884400b747b6e76544eb to your computer and use it in GitHub Desktop.
Save mrbitsdcf/0717649d6d87884400b747b6e76544eb to your computer and use it in GitHub Desktop.
Save Stellarium screenshots from a given location and time
core.wait(3);
core.setDate("2010:07:14T17:16:00", "Africa/Tunis");
core.setObserverLocation(37.352013, -3.065653, 5895, 1, "Mt. Kilimanjaro, Tunisia", "Earth");
for (i=0; i<=360; i++)
{
core.setDate("+60 seconds");
core.wait(.1);
core.screenshot("kili_");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment