Search notes:

Stellarium script: analemma

//
// Author: Alexander Wolf
// Version: 1.0
// License: Public Domain
// Name: Analemma
// Description: A demonstration of the analemma - the path of the Sun across the sky during the year.
//

core.goHome();
label = LabelMgr.labelScreen("Analemma", 20, 20, false, 30, "#aa0000");
LabelMgr.setLabelShow(label, true);
core.wait(1);
GridLinesMgr.setFlagAzimuthalGrid(true);
GridLinesMgr.setFlagMeridianLine(true);
core.setObserverLocation(0, 30, 1, 1, "", "Earth");
core.setDate("2012-06-22T12:00:00", "utc");
StelMovementMgr.zoomTo(160, 5);
core.wait(5);
for (i=0; i<52; i++)
{
	core.setDate("+1 week");
	LabelMgr.setLabelShow(label, false);
	j = i + 1;
	label = LabelMgr.labelScreen("Week " + j, 20, 20, false, 30, "#aa0000");
	LabelMgr.setLabelShow(label, true);
	core.wait(.1);
}
Github repository about-Stellarium, path: /Scripts/analemma.ssc

See also

Stellarium Scripts

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/Wissensc...', 1759400425, '216.73.216.42', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Wissenschaft/Astronomie/tools/Stellarium/script/Scripts/analemma(64): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78