User Tools

Site Tools


forth-role

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
forth-role [2022/09/03 08:08] adminforth-role [2022/09/03 23:10] (current) admin
Line 1: Line 1:
 +==== What role for Forth? ====
 +
 +=== Hardware drivers ===
 +
 +Drivers are prepared by manufacturers and regularly updated with feedback from the full userbase of the product.  Interfaces are according to the well-developed and mature ASCOM standards.
 +
 +=== The scripting application ===
 +
 +Developing a scripting application for astroimaging requires access to libraries, at a minimum:
 +
 +  * Handling FITS files
 +  * Interfacing with COM objects
 +  * OOP (at least for COM objects)
 +  * A limited GUI or web interface
 +  * Image statistical analysis routines (e.g. for autofocus)
 +
 +=== A new target scheduler ===
 +
 +This would be an exciting project.  The first step to do it properly would be to eliminate the error-prone settings GUI and use (for example) SQlite to manage target lists and configurations.  Required libraries are as for the scripting application plus sophisticated celestial coordinate maths for optimizing the schedule, and SQLite
 +
 +----
 +-> [[tcl | The Tcl surprise]]
 +
 +<- [[problem-opportunity | The problem and the opportunity]]
 +
  

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki