Search notes:

Stellarium API: setFlagEquatorGrid

//  vim: ft=javascript
//
//  ..\runScript.bat setFlagEquatorGrid.ssc
//  


core.setObserverLocation(
  50, // longitude
  10, // latitude
   0  // Altitude
);



core.setDeltaTAlgorithm("WithoutCorrection");

core.setDate(
  '2014-01-04T00:00:00',
  'local'              , // or 'utc'
   true                  // enable Delta T correction
);

core.wait(0.01); // TODO: Is this necessary?

core.moveToAltAzi(10, 0, 0);
StelMovementMgr.zoomTo(25, 0);

var orig = GridLinesMgr.getFlagEquatorGrid();

GridLinesMgr.setFlagEquatorGrid(true);
core.wait(15);

GridLinesMgr.setFlagEquatorGrid(orig);
Github repository about-Stellarium, path: /API/GridLinesMgr/setFlagEquatorGrid.ssc

See also

Stellarium Script API

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...', 1758201386, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Wissenschaft/Astronomie/tools/Stellarium/script/API/GridLinesMgr/setFlagEquatorGrid(71): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78